Re: MAC users, where are you guys?
Posted: 06 Jul 2008, 15:06
Mates you get me wrong, i tried to use Xcode but it lacks of the "quesoglc" package. Like Twilight said on page 2:
and typing 'p' to add the certificate permanently.
I ran xcodebuild again but now it fails with compiling quesoglc:
The opengl-error concerns to manually compiling "quesoglc" and not the xcode project. *shrug*
Well i solved this with:6.: xcodebuild (that builds the game, but before it can, it fetches some libs,
like SDL, gettext, zlib and stuff and builds these, puts its output into the svn-directory)
7.: download and build quesoglc (
- quesoglc.sourceforge.net
- untar
- ./configure
- make
- sudo make install
8.: now again "xcodebuild"
the command "xcodebuild" trys to download and build quesoglc on its own, but can't since
the server-fingerprint does not match it's certificate. That is why I downloaded and compiled
it manually. That was succesful, but a new "xcodebuild" trys to download and build quesoglc again
That is where I am stuck!!
Code: Select all
svn list https://quesoglc.svn.sourceforge.netI ran xcodebuild again but now it fails with compiling quesoglc:
Code: Select all
Ld /Users/strobelm/Warzone/warzone/macosx/build/Warzone.build/Release/QuesoGLC.build/Objects-normal/ppc/QuesoGLC normal ppc
cd /Users/strobelm/Warzone/warzone/macosx
/Developer/usr/bin/gcc-4.0 -o /Users/strobelm/Warzone/warzone/macosx/build/Warzone.build/Release/QuesoGLC.build/Objects-normal/ppc/QuesoGLC -L/Users/strobelm/Warzone/warzone/macosx/build/Release -L/Developer/SDKs/MacOSX10.4u.sdk/usr/X11R6/lib -L/Developer/SDKs/MacOSX10.4u.sdk/usr/X11R6/lib -F/Users/strobelm/Warzone/warzone/macosx/build/Release -F/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks -F/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks -filelist /Users/strobelm/Warzone/warzone/macosx/build/Warzone.build/Release/QuesoGLC.build/Objects-normal/ppc/QuesoGLC.LinkFileList -lfontconfig -lfreetype -framework OpenGL -arch ppc -Wl,-single_module -compatibility_version 1 -current_version 1 -install_name @executable_path/../Frameworks/QuesoGLC.framework/Versions/A/QuesoGLC -dynamiclib -mmacosx-version-min=10.4 -framework Carbon -isysroot /Developer/SDKs/MacOSX10.4u.sdk
ld: cycle in dylib re-exports with /Developer/SDKs/MacOSX10.4u.sdk/usr/X11R6/lib/libGL.dylib
collect2: ld returned 1 exit status
CompileC build/Warzone.build/Release/QuesoGLC.build/Objects-normal/i386/font.o /Users/strobelm/Warzone/warzone/macosx/external/quesoglc/src/font.c normal i386 c com.apple.compilers.gcc.4_0
cd /Users/strobelm/Warzone/warzone/macosx
/Developer/usr/bin/gcc-4.0 -x c -arch i386 -pipe -std=gnu99 -Wno-trigraphs -fpascal-strings -fasm-blocks -Os -DSIZEOF_INT=4 -DSIZEOF_SHORT=2 -DQUESOGLC_VERSION="0.6.5" -DGLEW_DISABLE_VBOS -DGLEW_MX -D__MACOSX__ -fmessage-length=0 -ftree-vectorize -mmacosx-version-min=10.4 -I/Users/strobelm/Warzone/warzone/macosx/build/Warzone.build/Release/QuesoGLC.build/QuesoGLC.hmap -F/Users/strobelm/Warzone/warzone/macosx/build/Release -F/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks -F/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks -I/Users/strobelm/Warzone/warzone/macosx/build/Release/include -Iexternal/quesoglc/src -Iexternal/quesoglc/include -I/Developer/SDKs/MacOSX10.4u.sdk/usr/X11R6/include/freetype2 -I/Developer/SDKs/MacOSX10.4u.sdk/usr/X11R6/include -I/Users/strobelm/Warzone/warzone/macosx/build/Warzone.build/Release/QuesoGLC.build/DerivedSources -isysroot /Developer/SDKs/MacOSX10.4u.sdk -include /Library/Caches/com.apple.Xcode.501/SharedPrecompiledHeaders/Carbon-byrmtubigyqrceddahrrfozatdpu/Carbon.h -c /Users/strobelm/Warzone/warzone/macosx/external/quesoglc/src/font.c -o /Users/strobelm/Warzone/warzone/macosx/build/Warzone.build/Release/QuesoGLC.build/Objects-normal/i386/font.o
/Users/strobelm/Warzone/warzone/macosx/external/quesoglc/src/ofont.h:76: warning: inline function ‘__glcFontOutlineEmpty’ declared but never defined
/Users/strobelm/Warzone/warzone/macosx/external/quesoglc/src/ofont.h:74: warning: inline function ‘__glcFontGetBitmap’ declared but never defined
/Users/strobelm/Warzone/warzone/macosx/external/quesoglc/src/ofont.h:71: warning: inline function ‘__glcFontOutlineDecompose’ declared but never defined
/Users/strobelm/Warzone/warzone/macosx/external/quesoglc/src/ofont.h:68: warning: inline function ‘__glcFontGetMaxMetric’ declared but never defined
/Users/strobelm/Warzone/warzone/macosx/external/quesoglc/src/ofont.h:66: warning: inline function ‘__glcFontGetBitmapSize’ declared but never defined
/Users/strobelm/Warzone/warzone/macosx/external/quesoglc/src/ofont.h:58: warning: inline function ‘__glcFontClose’ declared but never defined
/Users/strobelm/Warzone/warzone/macosx/external/quesoglc/src/ofont.h:57: warning: inline function ‘__glcFontOpen’ declared but never defined
/Users/strobelm/Warzone/warzone/macosx/external/quesoglc/src/ofont.h:76: warning: inline function ‘__glcFontOutlineEmpty’ declared but never defined
/Users/strobelm/Warzone/warzone/macosx/external/quesoglc/src/ofont.h:74: warning: inline function ‘__glcFontGetBitmap’ declared but never defined
/Users/strobelm/Warzone/warzone/macosx/external/quesoglc/src/ofont.h:71: warning: inline function ‘__glcFontOutlineDecompose’ declared but never defined
/Users/strobelm/Warzone/warzone/macosx/external/quesoglc/src/ofont.h:68: warning: inline function ‘__glcFontGetMaxMetric’ declared but never defined
/Users/strobelm/Warzone/warzone/macosx/external/quesoglc/src/ofont.h:66: warning: inline function ‘__glcFontGetBitmapSize’ declared but never defined
/Users/strobelm/Warzone/warzone/macosx/external/quesoglc/src/ofont.h:58: warning: inline function ‘__glcFontClose’ declared but never defined
/Users/strobelm/Warzone/warzone/macosx/external/quesoglc/src/ofont.h:57: warning: inline function ‘__glcFontOpen’ declared but never defined
** BUILD FAILED **