|
From: Alfred V. H. <va...@ma...> - 2004-09-16 16:47:19
|
Hello, trying to compile the Tk libs with xcode and the compiler complains
with a specification error? What does this mean, and how to cure the
problem?
Building target =B3TkStubLibrary=B2 with build style =B3Development=B2
(optimization:level =8C0=B9, debug-symbols:on) =8B (1 error)
/bin/mkdir -p
/Developer/tk8.4.7/macosx/../../build/tk/Development.build/Wish.build/TkStu=
b
Library.build/Objects-normal/ppc
/usr/bin/gcc-3.3 -c -F/Developer/tk8.4.7/macosx/../../build/tk
-F/Developer/tk8.4.7/macosx/../../build/tk
-I/Developer/tk8.4.7/macosx/../../build/tk/include
-I/Developer/tk8.4.7/macosx/../../build/tk/UninstalledProducts/include
-I/Developer/tk8.4.7/macosx/../../build/tk/include
-I/Developer/tk8.4.7/macosx/../../build/tk/../tcl/Tcl.framework/Headers
-I/Developer/tk8.4.7/macosx/../../build/tk/../tcl/Tcl.framework/PrivateHead=
e
rs -I. -I../generic -I../xlib -I../generic -arch ppc -fno-common
-fpascal-strings -O0 -Wmost -Wno-four-char-constants -Wno-unknown-pragmas
-pipe "-fmessage-length=3D0" -g
-Wp,-header-mapfile,/Developer/tk8.4.7/macosx/../../build/tk/Development.bu=
i
ld/Wish.build/TkStubLibrary.build/libtkstub8.4.a.hmap `source
/Developer/tk8.4.7/macosx/../../build/tk/../tcl/Tcl.framework/tclConfig.sh;
echo $/usr/include/{TCL_EXTRA_CFLAGS} $/usr/include/{TCL_DEFS} | sed -e
's|\\\"|"|g' | sed -e 's| -DTCL_WIDE_INT_TYPE=3Dlong. long||'` -U_REENTRANT
"-DMAC_OSX_TK" "-DTCL_WIDE_INT_TYPE=3Dlong long" ../generic/tkStubLib.c -o
/Developer/tk8.4.7/macosx/../../build/tk/Development.build/Wish.build/TkStu=
b
Library.build/Objects-normal/ppc/tkStubLib.o
gcc-3.3: cannot specify -o with -c or -S and multiple compilations
gcc-3.3: cannot specify -o with -c or -S and multiple compilations
regards,
Alfred
|