10.2.8.sdk weirdness
10.2.8.sdk weirdness
- Subject: 10.2.8.sdk weirdness
- From: James Tittle II <email@hidden>
- Date: Fri, 7 May 2004 11:27:59 -0400
...after upgrading to xcode 1.2, I'm slowly going back thru older
projects and updating them to native targets...one of them I'm trying
to compile against the 10.2.8.sdk, but get an error right off the bat
from Controls.h in HIToolbox.framework, which I don't use, but is
included in Carbon.framework...here's the compile output:
Native Build of Target "fluxphysics"
CompileC
build/fluxus.build/fluxphysics.build/Objects-normal/ppc/Physics.o
libfluxphysics/src/Physics.cpp normal ppc c++
com.apple.compilers.gcc.3_3
setenv MACOSX_DEPLOYMENT_TARGET 10.2
setenv NEXT_ROOT /Developer/SDKs/MacOSX10.2.8.sdk
mkdir -p
/Users/tigital/dev/fluxus-0.5rc1/build/fluxus.build/fluxphysics.build/
Objects-normal/ppc
cd /Users/tigital/dev/fluxus-0.5rc1
/usr/bin/gcc-3.3 -x c++ -arch ppc -pipe -Wno-trigraphs -fasm-blocks
-fpascal-strings -g -O0 -mtune=G4 -Wno-four-char-constants -Wmost
-fmessage-length=0 -F/Users/tigital/dev/fluxus-0.5rc1/build
-I/Users/tigital/dev/fluxus-0.5rc1/build/include -I../ode/include
-Ilibfluxus/src -I/sw/include -I../portaudio_v18_1/pa_common
-I../portaudio_v18_1/pablio -I../fltk-1.1.4 -isystem
/Developer/SDKs/MacOSX10.2.8.sdk/usr/include
-I/Users/tigital/dev/fluxus-0.5rc1/build/fluxus.build/
fluxphysics.build/DerivedSources
-Wp,-header-mapfile,/Users/tigital/dev/fluxus-0.5rc1/build/
fluxus.build/fluxphysics.build/fluxphysics.hmap -include
/System/Library/Frameworks/Carbon.framework/Headers/Carbon.h -c
/Users/tigital/dev/fluxus-0.5rc1/libfluxphysics/src/Physics.cpp -o
/Users/tigital/dev/fluxus-0.5rc1/build/fluxus.build/fluxphysics.build/
Objects-normal/ppc/Physics.o
In file included from
/System/Library/Frameworks/Carbon.framework/Frameworks/
HIToolbox.framework/Headers/Controls.h:44,
from
/System/Library/Frameworks/Carbon.framework/Frameworks/
HIToolbox.framework/Headers/HIView.h:20,
from
/System/Library/Frameworks/Carbon.framework/Frameworks/
HIToolbox.framework/Headers/HIToolbox.h:33,
from
/System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:29,
from <command line>:10:
/System/Library/Frameworks/Carbon.framework/Frameworks/
HIToolbox.framework/Headers/Drag.h:743: error: `PasteboardRef' was not
declared in this scope
/System/Library/Frameworks/Carbon.framework/Frameworks/
HIToolbox.framework/Headers/Drag.h:743: error: parse error before `,'
token
/System/Library/Frameworks/Carbon.framework/Frameworks/
HIToolbox.framework/Headers/Drag.h:779: error: type specifier omitted
for parameter `PasteboardRef'
/System/Library/Frameworks/Carbon.framework/Frameworks/
HIToolbox.framework/Headers/Drag.h:779: error: parse error before `*'
token
...I had previously compiled this against 10.3, but was having linking
problems (when did it become necessary to link everything against
-libobjc?)...so I cleaned all targets and switched back to development
and 10.2.8.sdk...
help!
jamie
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.