Bryan A. Jones píše v Po 14. 01. 2013 v 15:27 -0600: > Martin, > > Great! After updating to the latest git, the build makes more > progress. I'm using mingw's gcc 4.5.2, which is probably pickier than > earlier versions of gcc. I get: > > C:\Users\bjones\Documents\pyinstaller-git\bootloader>python waf > configure Windows-32bit detected Checking for program gcc or > cc : C:\MinGW32-xy\bin\gcc.exe
The issue is we stopped maintaining compilation with mingw on windows since mingw does not link statically msvcr with the bootloader as with visual studio. Not sure if compilation with mingw will impact bootloader functionality or not. Just be aware that the latest bootloader code contain some issues (eonefile mode is broken). That's why I still hold on recompiling bootloaders. -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
