I\'m trying to do a debug build of the Rabbyt library using mingw\'s gcc to run with my MSVC built python26_d.. I got a lot of undefined references which caused me to create
If anyone comes across this same error message, but in a different situation: try to add -D MS_WIN64 to your command line, it worked for me!
-D MS_WIN64