[Biopython-dev] [Bug 1767] Bio/trie.c can crash on Windows

bugzilla-daemon at portal.open-bio.org bugzilla-daemon at portal.open-bio.org
Tue Mar 21 20:27:49 UTC 2006


http://bugzilla.open-bio.org/show_bug.cgi?id=1767


mdehoon at ims.u-tokyo.ac.jp changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         OS/Version|Windows 2000                |All




------- Comment #1 from mdehoon at ims.u-tokyo.ac.jp  2006-03-21 15:27 -------
This problem can be fixed by adding

#ifdef __MINGW32__
#  define strdup _strdup
#endif

near the top of trie.c (after the #include's). This will cause trie.pyd to be
linked to mscvr71.dll only, as it's supposed to be.




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the Biopython-dev mailing list