]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Note that there are no longer warnings when building
authorTim Peters <tim.peters@gmail.com>
Tue, 10 Oct 2006 16:42:09 +0000 (16:42 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 10 Oct 2006 16:42:09 +0000 (16:42 +0000)
_bsddb on Windows (Martin recently repaired that -- thanks!).

Misc/NEWS
PCbuild/readme.txt

index a2e71ad705a47db04b268af27e84cfc86633c668..9a12c183f89a9efd507ca5a373d5bfb86bee4176 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -241,6 +241,9 @@ Build
 - The Windows binaries for the _ssl module are now linked with
   OpenSSL 0.9.7l.
 
+- On Windows, there are no longer linker warnings when building the
+  ``_bsddb`` project.
+
 - Bug #1568842: Fix test for uintptr_t.
 
 - Bug #1439538: Drop usage of test -e in configure as it is not portable.
index 4d7cd3e03fdfa6eb1bd69126857b8cf9fdc46e5f..6dc015241692c3f72261929ea499aa5ee2628684 100644 (file)
@@ -114,7 +114,7 @@ _tkinter
         all.tcl:        Total   8420    Passed  6826    Skipped 1581    Failed  13
         Sourced 91 Test Files.
         Files with failing tests: canvImg.test scrollbar.test textWind.test winWm.test
-        
+
    Built Tix
    ---------
    Download from http://prdownloads.sourceforge.net/tix/tix-8.1.4.tar.gz
@@ -191,22 +191,6 @@ _bsddb
     software.  Note that Berkeley_DB.dsw is in the build_win32 subdirectory.
     Build the "Release Static" version.
 
-    XXX We're linking against Release_static\libdb42s.lib.
-    XXX This yields the following warnings:
-"""
-Compiling...
-_bsddb.c
-Linking...
-   Creating library ./_bsddb.lib and object ./_bsddb.exp
-_bsddb.obj : warning LNK4217: locally defined symbol _malloc imported in function __db_associateCallback
-_bsddb.obj : warning LNK4217: locally defined symbol _free imported in function __DB_consume
-_bsddb.obj : warning LNK4217: locally defined symbol _fclose imported in function _DB_verify
-_bsddb.obj : warning LNK4217: locally defined symbol _fopen imported in function _DB_verify
-_bsddb.obj : warning LNK4217: locally defined symbol _strncpy imported in function _init_pybsddb
-__bsddb - 0 error(s), 5 warning(s)
-"""
-    XXX This isn't encouraging, but I don't know what to do about it.
-
     To run extensive tests, pass "-u bsddb" to regrtest.py.  test_bsddb3.py
     is then enabled.  Running in verbose mode may be helpful.