On 10/15/2010 5:17 PM, Martin Zibricky wrote:
hi all,

I tried to compile bootloader from svn. (py26, winxp, VS2008)

It failed.

The change occurred betweed r902 and r903.

r902 - OK  (waf branch merged)
r903 - FAILS (Make PyInstaller generate a manifest file for the final
executable)

Attached is the cmdline output.

I'd like to try porting pyinstaller to 64bit windows and thus I need
to compile bootloader with VS2008 as 64bit binary.

Does anybody know how to adjust the bootloader code for VS2008?

Fixed, sorry for the breakage. It happened because Visual Studio does not support declarations after statements in functions (as C90 mandates), while GCC has them on as an extension.

I turned off a warning with GCC and then turned warnings into errors, so that it will not happen anymore.
--
Giovanni Bajo   ::  [email protected]
Develer S.r.l.  ::  http://www.develer.com

--
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.

Reply via email to