This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brett.cannon
Recipients
Date 2004-06-24.00:49:32
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
On OS X 10.3.4 (gcc 3.3, compiled with --disable-framework --
disable-toolbox-glue), a warning about no function prototype for 
_NSGetExecutablePath() is thrown for Modules/getpath.c:399 .  It 
looks like this has to do with the include file for the function 
(mach-o/dyld.h) being #ifdef'ed with WITH_NEXT_FRAMEWORK 
while the code using _NSGetExecutablePath() is #ifdef'ed with 
__APPLE__.  Should probably use the same #ifdef statement, but I 
don't know which one.
History
Date User Action Args
2007-08-23 14:22:51adminlinkissue978645 messages
2007-08-23 14:22:51admincreate