cd /Users/eric/programming/seashore/Seashore
setenv MACOSX_DEPLOYMENT_TARGET 10.4
setenv NEXT_ROOT /Developer/SDKs/MacOSX10.4u.sdk
/usr/bin/gcc-3.3 -x objective-c -arch ppc -pipe -Wno-trigraphs -
fpascal-strings -fasm-blocks -Os -DUSE_CENTERING_CLIPVIEW -
DMACOS_10_4_COMPILE -DMAIN_COMPILE -fmessage-length=0 -mtune=G4 -Wp,-
header-mapfile,/Users/eric/programming/seashore-build/Seashore.build/
Deployment\ (Universal)/Seashore.build/Seashore.hmap -Wmost -Wno-four-
char-constants -Wno-unknown-pragmas -mdynamic-no-pic -F/Users/eric/
programming/seashore-build/Deployment\ (Universal) -I/Users/eric/
programming/seashore-build/Deployment\ (Universal)/include -I/Users/
eric/programming/seashore-build/Seashore.build/Deployment\ (Universal)/
Seashore.build/DerivedSources -DMAC_OS_X_VERSION_MIN_REQUIRED=1040 -
fconstant-cfstrings -D__CONSTANT_CFSTRINGS__ -fobjc-exceptions -
D__OBJC_EXCEPTIONS__ -isystem /Developer/SDKs/MacOSX10.4u.sdk/usr/
include/gcc/darwin/3.3 -isystem /Developer/SDKs/MacOSX10.4u.sdk/usr/
include -c /Users/eric/programming/seashore/Seashore/source/document/
SeaDocument.m -o /Users/eric/programming/seashore-build/Seashore.build/
Deployment\ (Universal)/Seashore.build/Objects-normal/ppc/
SeaDocument.o
In file included from /Users/eric/programming/seashore/Seashore/source/
main/Globals.h:10,
from /Users/eric/programming/seashore/Seashore/source/
document/XCFContent.h:1,
from /Users/eric/programming/seashore/Seashore/source/
document/SeaDocument.m:1:
/Users/eric/programming/seashore/Seashore/source/extra/Rects.h:19:30:
GIMPCore/GIMPCore.h: No such file or directory
from /Users/eric/programming/seashore/Seashore/
source/document/SeaDocument.m:1:
from /Users/eric/programming/seashore/Seashore/
source/document/XCFContent.h:1,
In file included from /Users/eric/programming/seashore/Seashore/
source/main/Globals.h:10,
/Users/eric/programming/seashore/Seashore/source/extra/Rects.h:
19:30: GIMPCore/GIMPCore.h: No such file or directory
cd /Users/eric/programming/seashore/Seashore
setenv MACOSX_DEPLOYMENT_TARGET 10.4
setenv NEXT_ROOT /Developer/SDKs/MacOSX10.4u.sdk
/usr/bin/gcc-3.3 -x objective-c -arch ppc -pipe -Wno-trigraphs -
fpascal-strings -fasm-blocks -Os -DUSE_CENTERING_CLIPVIEW -
DMACOS_10_4_COMPILE -DMAIN_COMPILE -fmessage-length=0 -mtune=G4 -Wp,-
header-mapfile,/Users/eric/programming/seashore-build/Seashore.build/
Deployment\ (Universal)/Seashore.build/Seashore.hmap -Wmost -Wno-four-
char-constants -Wno-unknown-pragmas -mdynamic-no-pic -F/Users/eric/
programming/seashore-build/Deployment\ (Universal) -I/Users/eric/
programming/seashore-build/Deployment\ (Universal)/include -I/Users/
eric/programming/seashore-build/Seashore.build/Deployment\ (Universal)/
Seashore.build/DerivedSources -DMAC_OS_X_VERSION_MIN_REQUIRED=1040 -
fconstant-cfstrings -D__CONSTANT_CFSTRINGS__ -fobjc-exceptions -
D__OBJC_EXCEPTIONS__ -isystem /Developer/SDKs/MacOSX10.4u.sdk/usr/
include/gcc/darwin/3.3 -isystem /Developer/SDKs/MacOSX10.4u.sdk/usr/
include -c /Users/eric/programming/seashore/Seashore/source/main/
main.m -o /Users/eric/programming/seashore-build/Seashore.build/
Deployment\ (Universal)/Seashore.build/Objects-normal/ppc/main.o
In file included from /Users/eric/programming/seashore/Seashore/source/
main/Globals.h:10,
from /Users/eric/programming/seashore/Seashore/source/
main/main.m:1:
/Users/eric/programming/seashore/Seashore/source/extra/Rects.h:19:30:
GIMPCore/GIMPCore.h: No such file or directory
from /Users/eric/programming/seashore/Seashore/
source/main/main.m:1:
In file included from /Users/eric/programming/seashore/Seashore/
source/main/Globals.h:10,
/Users/eric/programming/seashore/Seashore/source/extra/Rects.h:
19:30: GIMPCore/GIMPCore.h: No such file or directory
Build failed (2 errors)
There are a few things that might be worth trying to fix this problem.
However before we do, can I get you to check that you've done the
following (from the "Source Code Read Me.rtf"):
It is also strongly recommended that you have a common, Customized
Location for your Build Products. This location may be anywhere on
your disk. You can set this preference in Xcode by choosing Xcode >
Preferences > Building > Place Build Product in: > Customized
location:, and clicking on the Choose... button.
Thanks,
Mark.