Martin Gamwell Dawids píše v Čt 20. 10. 2011 v 12:07 -0700:
> I would be happy to backport it to trunk, but if you could
> look through the 1.5 patch first, then I will wait for your comments
> before starting to avoid double work.
I commited your patch into 1.5 branch.
Thanks
Tests worked for me on linux.
Just a note to C code:
for windows compatibility we try to avoid using mixed declaration and
code, like:
uint32_t pyvers_major;
uint32_t pyvers_minor;
pyvers_major = ntohl(f_cookie.pyvers) / 10;
pyvers_minor = ntohl(f_cookie.pyvers) % 10;
const char* dllPathPrefix = f_workpath ? f_workpath : f_homepath;
That was only change I made. Otherwise it seems ok. Could you please
test the code directly from 1.5 branch if it still woks?
If you want to port AIX to trunk I would appreciate that. The code
changed recently. I made some refactoring. For code specific to
Linux/Solaris/AIX there is a variable 'is_unix'.
Do you think you could write some text for the manual? I would welcome
some info about:
- what and how to install tools on AIX necessary for pyinstaller to work
- how to compile bootloader on AIX (in case there is something special
to be done by users).
--
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.