Jonathan Levi, M.D. wrote: > Can anyone help? > > Setting up fink-buildlock-aquaterm-1.0.1-3 (2008.08.29-11.12.32) ... > gzip -dc /sw/src/aquaterm_src.1.0.1.tar.gz | /sw/bin/tar -xf - > --no-same-owner --no-same-permissions > echo nothing to do here, everything is done in the installscript > nothing to do here, everything is done in the installscript > /bin/rm -rf /sw/src/fink.build/root-aquaterm-1.0.1-3 > /bin/mkdir -p /sw/src/fink.build/root-aquaterm-1.0.1-3/sw > /bin/mkdir -p /sw/src/fink.build/root-aquaterm-1.0.1-3/DEBIAN > /usr/sbin/chown -R root:admin /sw/src/fink.build/root-aquaterm-1.0.1-3 > /var/tmp/tmp.1.D9nqTF > ++ test powerpc = powerpc > ++ echo ppc > + xcodebuild install -target AquaTerm -configuration Deployment > DSTROOT=/sw/src/fink.build/root-aquaterm-1.0.1-3 > INSTALL_PATH=/sw/Applications > DYLIB_INSTALL_NAME_BASE=/sw/Library/Frameworks > GCC_PREPROCESSOR_DEFINITIONS=AQT_APP ARCHS=ppc > === BUILDING NATIVE TARGET AQTFwk WITH CONFIGURATION Deployment === > > Checking Dependencies... > SDK package /Developer/SDKs/MacOSX10.4u.sdk does not exist > error: There is no SDK at specified SDKROOT path > '/Developer/SDKs/MacOSX10.4u.sdk' > ** BUILD FAILED ** > > TIA, Jonathan > > The error message suggests that you're missing the Mac OS 10.4 Universal SDK from Xcode. See if "fink list -t system-sdk" shows the virtual package corresponding to this SDK, "system-sdk-10.4-universal", as installed or not.
We probably ought to add this as a BuildDepend. It looks like this is needed on 10.5 as well, though for my test, in which I renamed /Developer/SDKs/MacOSX10.4u.sdk to something else, the package silently misbuilt instead of failing at configure time. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
