Commit Graph

12 Commits

Author SHA1 Message Date
giovannibajo d4b8c25600 Convert invocations of VS(), OTHERERROR() and FATALERROR().
From: Anton Gyllenberg <anton@iki.fi>

Convert some invocations of VS(), OTHERERROR() and FATALERROR() to use
the newly introduced printf style format strings. Examples of invocations
targetted for modification are cases multiple invocations could be handled
by one invocation with format string and those that used a string buffer
filled with strncpy() or the like.


git-svn-id: http://svn.pyinstaller.org/trunk@330 8dd32b29-ccff-0310-8a9a-9233e24343b1
2007-11-20 13:26:38 +00:00
giovannibajo bad19c1378 Add compatibility fix for older Python versions
git-svn-id: http://svn.pyinstaller.org/trunk@307 8dd32b29-ccff-0310-8a9a-9233e24343b1
2007-02-16 18:22:21 +00:00
giovannibajo 580c535a8f Ticket #4: remove C++-ism from the bootloader for the AIX compiler.
git-svn-id: http://svn.pyinstaller.org/trunk@304 8dd32b29-ccff-0310-8a9a-9233e24343b1
2007-01-28 14:56:59 +00:00
giovannibajo 3f09b1e5bf Merge of [293] from branches/mac:
In [128], Make.py was changed to generate a Makefile which links against
the dynamic library of Python. This looks like a mistake, since the
distribution than depends on libpythonX.X.so.
I changed it back, so that it still uses syconfig to extract the correct
path of the static library. The problem now appears to be that not all
distributions include a static library...


git-svn-id: http://svn.pyinstaller.org/trunk@297 8dd32b29-ccff-0310-8a9a-9233e24343b1
2006-12-14 00:28:14 +00:00
williamcaban 96299a8ac9 Re-install the use of the binlib variable that was left out by mistake.
git-svn-id: http://svn.pyinstaller.org/trunk@275 8dd32b29-ccff-0310-8a9a-9233e24343b1
2006-04-11 03:52:01 +00:00
williamcaban 0322d767fe This file is not longer being used by any other file.
git-svn-id: http://svn.pyinstaller.org/trunk@274 8dd32b29-ccff-0310-8a9a-9233e24343b1
2006-04-11 03:43:29 +00:00
williamcaban 9135e30498 Fixed for accuracy detecting the path of the libpython####.so.###.##. This is temporary fix since eventually it is going to be migrated to disutils.
git-svn-id: http://svn.pyinstaller.org/trunk@273 8dd32b29-ccff-0310-8a9a-9233e24343b1
2006-04-11 03:42:46 +00:00
williamcaban b5670b4bdd Cleaner port to distutils
git-svn-id: http://svn.pyinstaller.org/trunk@128 8dd32b29-ccff-0310-8a9a-9233e24343b1
2005-09-26 17:35:41 +00:00
williamcaban 70649cfaba Initial/temporary distutils utilization on Make.py
git-svn-id: http://svn.pyinstaller.org/trunk@122 8dd32b29-ccff-0310-8a9a-9233e24343b1
2005-09-22 22:23:39 +00:00
williamcaban 6c5af20757 Changes to use support/loader under *nix
git-svn-id: http://svn.pyinstaller.org/trunk@46 8dd32b29-ccff-0310-8a9a-9233e24343b1
2005-09-12 21:13:56 +00:00
giovannibajo 72bc2b45f7 Switch to GPL license (with exception)
git-svn-id: http://svn.pyinstaller.org/trunk@43 8dd32b29-ccff-0310-8a9a-9233e24343b1
2005-09-12 09:33:09 +00:00
giovannibajo b98a53df92 Imported Python Installer 5b5
git-svn-id: http://svn.pyinstaller.org/trunk@2 8dd32b29-ccff-0310-8a9a-9233e24343b1
2005-09-02 17:15:02 +00:00