Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
b091241d
Kaydet (Commit)
b091241d
authored
Mar 13, 2006
tarafından
Martin v. Löwis
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix build process of bsddb for IA64 and AMD64.
Remove remarks on size_t problems.
üst
fcddd293
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
6 deletions
+11
-6
_bsddb.vcproj
PCbuild/_bsddb.vcproj
+2
-2
readme.txt
PCbuild/readme.txt
+9
-4
No files found.
PCbuild/_bsddb.vcproj
Dosyayı görüntüle @
b091241d
...
...
@@ -151,7 +151,7 @@
<Tool
Name=
"VCLinkerTool"
AdditionalOptions=
" /MACHINE:IA64 /USELINK:MS_SDK"
AdditionalDependencies=
"..\..\db-4.4.20\build_win32\Release\libdb44s.lib"
AdditionalDependencies=
"..\..\db-4.4.20\build_win32\Release
_IA64
\libdb44s.lib"
OutputFile=
"./_bsddb.pyd"
LinkIncremental=
"1"
SuppressStartupBanner=
"TRUE"
...
...
@@ -213,7 +213,7 @@
<Tool
Name=
"VCLinkerTool"
AdditionalOptions=
" /MACHINE:AMD64 /USELINK:MS_SDK"
AdditionalDependencies=
"..\..\db-4.4.20\build_win32\Release\libdb44s.lib"
AdditionalDependencies=
"..\..\db-4.4.20\build_win32\Release
_AMD64
\libdb44s.lib"
OutputFile=
"./_bsddb.pyd"
LinkIncremental=
"1"
SuppressStartupBanner=
"TRUE"
...
...
PCbuild/readme.txt
Dosyayı görüntüle @
b091241d
...
...
@@ -212,6 +212,15 @@ _bsddb
XXX doesn't cause a test to fail when it happens (exceptions in
XXX threads are invisible to unittest).
Building for Win64:
- open a VS.NET 2003 command prompt
- run the SDK setenv.cmd script, passing /RETAIL and the target
architecture (/SRV64 for Itanium, /X64 for AMD64)
- build BerkeleyDB with the solution configuration matching the
target ("Release IA64" for Itanium, "Release AMD64" for AMD64), e.g.
devenv db-4.4.20\build_win32\Berkeley_DB.sln /build "Release AMD64" /project db_static /useenv
_ssl
Python wrapper for the secure sockets library.
...
...
@@ -262,10 +271,6 @@ from http://sf.net/projects/vsextcomp. The plugin will wrap cl.exe, to
locate the proper target compiler, and convert compiler options
accordingly.
The Itanium build has seen little testing. The SDK compiler reports a lot
of warnings about conversion from size_t to int, which will be fixed in
future Python releases.
Building for AMD64
------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment