On Sun, 2008-02-24 at 19:34 +0100, Andrea Maccis wrote: > >> getpath.c:39:21: error: getpath.h: No such file or directory > >> > > > > This file was missing from the merge with the 'dl' branch: added in > > r432. > > > > Try to "svn up" your checkout and build again, thanks. > > > > -- Daniele > > > Ok, it works, so now I can build the runtime executables, thank you! > But now, I have another problem with the branch python-2.5 (I had not > this problem a few days ago with the same branch outdated).
We just merged branch "dl" within branch "python2.5". Branch "dl" has preliminar Mac OSX support, and fixes a long-standing issue under UNIX where you needed to have a static Python library (.a) to build PyInstaller (this is no longer the case now: you can use PyInstaller with only the .so library, which is how most distributions ship). BTW, next step is to merge branch python2.5 into trunk and declare victory (= PyInstaller 1.4). > I freeze my application (gtk based) and when I run the executable I get > the following output: I'm CC'ing Matteo who did the python2.5 work, in case he knows what is going on. Is your application available for download anywhere, so that we can have a closer look in case it's needed? -- Giovanni Bajo --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
