Opened 16 years ago
Closed 15 years ago
#17723 closed defect (worksforme)
libsdl-framework build fails on PPC G4 @ Leopard 10.5.6
Reported by: | gkatze@… | Owned by: | nox@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.0 |
Keywords: | library not found for -ldylib1.10.5.o Framework Without X11 Stuff | Cc: | |
Port: | libsdl-framework |
Description (last modified by mf2k (Frank Schima))
Building the libsdl-framework on Leopard 10.5.6 fails on my PPC G4 Laptop. Here are parts of the build log:
deprecated option: -buildstyle is no longer supported in xcodebuild. Use -configuration instead. 2008-12-21 01:13:53.849 xcodebuild[28622:713] Unable to load platform at path /Developer/Platforms/iPhoneSimulator.platform BUILDING NATIVE TARGET Framework Without X11 Stuff (for those who didn't install the X11 headers with Xcode) OF PROJECT SDL WITH CONFIGURATION Deployment ... Ld /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_libsdl-framework/work/SDL-1.2.13/Xcode/SDL/build/Deployment/SDL.framework/Versions/A/SDL normal ppc cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_libsdl-framework/work/SDL-1.2.13/Xcode/SDL /Developer/usr/bin/gcc-4.0 -arch ppc -dynamiclib -isysroot /Developer/SDKs/MacOSX10.4u.sdk - ... 1.2.13/Xcode/SDL/build/Deployment/SDL.framework/Versions/A/SDL ld: library not found for -ldylib1.10.5.o collect2: ld returned 1 exit status ** BUILD FAILED ** The following build commands failed: Framework Without X11 Stuff (for those who didn't install the X11 headers with Xcode): Ld /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_libsdl-framework/work/SDL-1.2.13/Xcode/SDL/build/Deployment/SDL.framework/Versions/A/SDL normal ppc (1 failure) Error: Target org.macports.build returned: shell command "cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_libsdl-framework/work/SDL-1.2.13" && xcodebuild -project Xcode/SDL/SDL.xcodeproj -target "Framework Without X11 Stuff (for those who didn't install the X11 headers with Xcode)" -buildstyle Deployment build OBJROOT=build/ SYMROOT=build/ ARCHS=ppc" returned error 1 Command output: setenv VALID_ARCHS "i386 ppc ppc64 ppc7400 ppc970 x86_64"
Change History (5)
comment:1 Changed 16 years ago by mf2k (Frank Schima)
Cc: | openmaintainer@… removed |
---|---|
Description: | modified (diff) |
Keywords: | libsdl-framework removed |
Owner: | changed from macports-tickets@… to nox@… |
comment:2 Changed 16 years ago by nox@…
Status: | new → assigned |
---|
comment:3 Changed 16 years ago by nox@…
comment:5 Changed 15 years ago by nox@…
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
No feedback from the reporter.
Note: See
TracTickets for help on using
tickets.
Could you attach the output of
sudo port -v build libsdl-framework
?