[Pythonmac-SIG] problem installing 2.4
Daniel Gram
dgram001 at yahoo.com
Fri Jan 7 17:48:29 CET 2005
Hi
Think I made something stupid: In order to install
Python 2.4 on my iBook (10.3.7) I read some recent
threads here on the mailing list and then tried it
myself. Everything was working fine until I tried:
make frameworkinstall, which resulted in this error
message:
<SNIP>
BuildPhase <DeriveAndCompileSources>PythonLauncher.app
echo Completed phase "<DeriveAndCompileSources>"
for "<DeriveAndCompileSources>PythonLauncher.app"
Completed phase <DeriveAndCompileSources> for
<DeriveAndCompileSources>PythonLauncher.app
StandaloneExecutable
///Applications/MacPython-2.4/PythonLauncher.app/Contents/MacOS/PythonLauncher
StandaloneExecutable.LinkUsingFileList
///Applications/MacPython-2.4/PythonLauncher.app/Contents/MacOS/PythonLauncher
/usr/bin/gcc-3.3 -o
///Applications/MacPython-2.4/PythonLauncher.app/Contents/MacOS/PythonLauncher
"-L/Users/meesters/Documents/Downloads/Python-2.4/Mac/OSX/PythonLauncher/build"
"-L/Users/meesters/Documents/Downloads/Python-2.4/Mac/OSX/PythonLauncher/build"
"-F/Users/meesters/Documents/Downloads/Python-2.4/Mac/OSX/PythonLauncher/build"
"-F/Users/meesters/Documents/Downloads/Python-2.4/Mac/OSX/PythonLauncher/build"
-filelist
/Users/meesters/Documents/Downloads/Python-2.4/Mac/OSX/PythonLauncher/build/PythonLauncher.build/PythonLauncher.build/Objects-normal/LinkFileList
"-arch" "ppc" "-s" "-prebind" "-Wl,-no_arch_warnings"
"-framework" "Cocoa" "-framework" "Carbon"
ld: can't open:
/Users/meesters/Desktop/Python-2.4/Mac/OSX/PythonLauncher/build/PythonLauncher.build/PythonLauncher.build/Objects-normal/ppc/MyDocument.o
(No such file or directory, errno = 2)
ld: can't open:
/Users/meesters/Desktop/Python-2.4/Mac/OSX/PythonLauncher/build/PythonLauncher.build/PythonLauncher.build/Objects-normal/ppc/main.o
(No such file or directory, errno = 2)
ld: can't open:
/Users/meesters/Desktop/Python-2.4/Mac/OSX/PythonLauncher/build/PythonLauncher.build/PythonLauncher.build/Objects-normal/ppc/FileSettings.o
(No such file or directory, errno = 2)
ld: can't open:
/Users/meesters/Desktop/Python-2.4/Mac/OSX/PythonLauncher/build/PythonLauncher.build/PythonLauncher.build/Objects-normal/ppc/PreferencesWindowController.o
(No such file or directory, errno = 2)
ld: can't open:
/Users/meesters/Desktop/Python-2.4/Mac/OSX/PythonLauncher/build/PythonLauncher.build/PythonLauncher.build/Objects-normal/ppc/MyAppDelegate.o
(No such file or directory, errno = 2)
ld: can't open:
/Users/meesters/Desktop/Python-2.4/Mac/OSX/PythonLauncher/build/PythonLauncher.build/PythonLauncher.build/Objects-normal/ppc/doscript.o
(No such file or directory, errno = 2)
ld: warning prebinding disabled because dependent
library:
/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
can't be searched
...failed StandaloneExecutable.LinkUsingFileList
///Applications/MacPython-2.4/PythonLauncher.app/Contents/MacOS/PythonLauncher
...
** BUILD FAILED **
make[1]: *** [install_PythonLauncher] Error 1
make: *** [frameworkinstallapps] Error 2
All I did before is this:
$ MACOSX_DEPLOYMENT_TARGET=10.3; export
MACOSX_DEPLOYMENT_TA
RGET
$ env MACOSX_DEPLOYMENT_TARGET=10.3 ./configure
--enabl
e-framework
$ make
and then $ make frameworkinstall
A few days before I re-installed wx on version 2.3,
but this shouldn't cause this problem, right? Any idea
what I might have done and how to solve this?
Thanks a lot in advance,
Daniel
__________________________________
Do you Yahoo!?
All your favorites on one personal page Try My Yahoo!
http://my.yahoo.com
More information about the Pythonmac-SIG
mailing list