Message21269
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. |
|
Date |
User |
Action |
Args |
2007-08-23 14:22:51 | admin | link | issue978645 messages |
2007-08-23 14:22:51 | admin | create | |
|