Thanks for the help!
Quote:Quote:trying to compile the 2010-06-30 release
Exclude sky.cpp from project and try again.
[/quote]
Excluding sky.cpp and sky.h gets me further, compiling works but now linking produces the following error [1]. I also tried excluding cardynamics.cpp /~.h, but these are then missed by quite many others. Do you have any further suggestions?
Quote:Quote:trying to compile trunk revision 2881
You have to update the project file. Add new headers and source files, remove non-existing. Exclude sky.cpp.
With regard to the current revision (by now its r2882), after excluding sky.cpp and sky.h as well as updating the project with with respect to new headers and sources, an error is raised on compiling the httpget source complaining about not finding asio headers.
When also excluding httpget.cpp and ~.hpp, another error is raised [2]. I tried excluding soundbuffer.cpp and ~.hpp, but then these files are missed on linking, see [3]. Do you have any ideas on how to fix this?
Thanks!
Janick
[1] The error produced by the 2010-06-30 release:
Code:
Building target âvdriftâ of project âvdriftâ with configuration âDebugâ â (1 error, 2 warnings)
cd /Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift/tools/osx
/Xcode2.5/usr/bin/gcc-4.0 -x objective-c -arch i386 -pipe -std=gnu99 -Wno-trigraphs -fpascal-strings -fasm-blocks -g -O0 -DDEBUG=1 -fmessage-length=0 -fvisibility=hidden -mmacosx-version-min=10.4 -I/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift/build/vdrift.build/Debug/vdrift.build/vdrift.hmap -mdynamic-no-pic -F/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift/build/Debug -F/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift/tools/osx -I/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift/build/Debug/include -I../../bullet -I../../include -ISDL.framework/Headers -I/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift/build/vdrift.build/Debug/vdrift.build/DerivedSources -isysroot /Xcode2.5/SDKs/MacOSX10.4u.sdk -c /Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift/tools/osx/SDLMain.m -o /Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift/build/vdrift.build/Debug/vdrift.build/Objects-normal/i386/SDLMain.o
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift/tools/osx/SDLMain.m: In function 'CustomApplicationMain':
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift/tools/osx/SDLMain.m:157: warning: type of 'argc' defaults to 'int'
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift/tools/osx/SDLMain.m:157: warning: type of 'argv' defaults to 'int'
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift/tools/osx/SDLMain.m:157: warning: type of 'argc' defaults to 'int'
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift/tools/osx/SDLMain.m:157: warning: type of 'argv' defaults to 'int'
mkdir /Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift/build/Debug/vdrift.app/Contents/MacOS
cd /Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift/tools/osx
/Xcode2.5/usr/bin/g++-4.0 -o /Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift/build/Debug/vdrift.app/Contents/MacOS/vdrift -L/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift/build/Debug -F/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift/build/Debug -F/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift/tools/osx -filelist /Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift/build/vdrift.build/Debug/vdrift.build/Objects-normal/i386/vdrift.LinkFileList -framework OpenGL -framework SDL_image -framework SDL_net -framework SDL -framework AppKit -framework SDL_gfx -framework GLExtensionWrangler -framework Ogg -framework Vorbis -arch i386 -Wl,-Y,1455 -mmacosx-version-min=10.4 -isysroot /Xcode2.5/SDKs/MacOSX10.4u.sdk
/Xcode2.5/usr/bin/../libexec/gcc/i686-apple-darwin8/4.0.1/ld: Undefined symbols:
CARSUSPENSION<double>::DebugPrint(std::basic_ostream<char, std::char_traits<char> >&)
CARSUSPENSION<double>::SetSteering(double const&)
CARSUSPENSION<double>::Init(CARSUSPENSIONINFO<double> const&)
CARSUSPENSION<double>::Update(double, double, double)
CARSUSPENSION<double>::CARSUSPENSION()
CARSUSPENSIONINFO<double>::SetDamperFactorPoints(std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > >&)
CARSUSPENSIONINFO<double>::SetSpringFactorPoints(std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > >&)
CARSUSPENSIONINFO<double>::CARSUSPENSIONINFO()
CARSUSPENSION<double>::GetWheelPosition(double) const
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift/build/vdrift.build/Debug/vdrift.build/Objects-normal/i386/cardynamics.o reference to undefined CARSUSPENSION<double>::DebugPrint(std::basic_ostream<char, std::char_traits<char> >&)
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift/build/vdrift.build/Debug/vdrift.build/Objects-normal/i386/cardynamics.o reference to undefined CARSUSPENSION<double>::SetSteering(double const&)
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift/build/vdrift.build/Debug/vdrift.build/Objects-normal/i386/cardynamics.o reference to undefined CARSUSPENSION<double>::Init(CARSUSPENSIONINFO<double> const&)
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift/build/vdrift.build/Debug/vdrift.build/Objects-normal/i386/cardynamics.o reference to undefined CARSUSPENSION<double>::Update(double, double, double)
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift/build/vdrift.build/Debug/vdrift.build/Objects-normal/i386/cardynamics.o reference to undefined CARSUSPENSION<double>::CARSUSPENSION()
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift/build/vdrift.build/Debug/vdrift.build/Objects-normal/i386/cardynamics.o reference to undefined CARSUSPENSIONINFO<double>::SetDamperFactorPoints(std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > >&)
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift/build/vdrift.build/Debug/vdrift.build/Objects-normal/i386/cardynamics.o reference to undefined CARSUSPENSIONINFO<double>::SetSpringFactorPoints(std::vector<std::pair<double, double>, std::allocator<std::pair<double, double> > >&)
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift/build/vdrift.build/Debug/vdrift.build/Objects-normal/i386/cardynamics.o reference to undefined CARSUSPENSIONINFO<double>::CARSUSPENSIONINFO()
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift/build/vdrift.build/Debug/vdrift.build/Objects-normal/i386/cardynamics.o reference to undefined CARSUSPENSION<double>::GetWheelPosition(double) const
collect2: ld returned 1 exit status
collect2: ld returned 1 exit status
collect2: ld returned 1 exit status
collect2: ld returned 1 exit status
collect2: ld returned 1 exit status
collect2: ld returned 1 exit status
collect2: ld returned 1 exit status
collect2: ld returned 1 exit status
collect2: ld returned 1 exit status
collect2: ld returned 1 exit status
collect2: ld returned 1 exit status
collect2: ld returned 1 exit status
collect2: ld returned 1 exit status
collect2: ld returned 1 exit status
collect2: ld returned 1 exit status
collect2: ld returned 1 exit status
collect2: ld returned 1 exit status
collect2: ld returned 1 exit status
collect2: ld returned 1 exit status
collect2: ld returned 1 exit status
collect2: ld returned 1 exit status
collect2: ld returned 1 exit status
Build failed (1 error, 2 warnings)
[2] Error for r2882:
Code:
Building target âvdriftâ of project âvdriftâ with configuration âDebugâ â (47 errors, 2 warnings)
cd /Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx
/Xcode2.5/usr/bin/gcc-4.0 -x objective-c -arch i386 -pipe -std=gnu99 -Wno-trigraphs -fpascal-strings -fasm-blocks -g -O0 -DDEBUG=1 -fmessage-length=0 -fvisibility=hidden -mmacosx-version-min=10.4 -I/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/build/vdrift.build/Debug/vdrift.build/vdrift.hmap -mdynamic-no-pic -F/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/build/Debug -F/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx -I/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/build/Debug/include -I../../bullet -I../../include -ISDL.framework/Headers -I/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/build/vdrift.build/Debug/vdrift.build/DerivedSources -isysroot /Xcode2.5/SDKs/MacOSX10.4u.sdk -c /Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/SDLMain.m -o /Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/build/vdrift.build/Debug/vdrift.build/Objects-normal/i386/SDLMain.o
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/SDLMain.m: In function 'CustomApplicationMain':
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/SDLMain.m:157: warning: type of 'argc' defaults to 'int'
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/SDLMain.m:157: warning: type of 'argv' defaults to 'int'
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/SDLMain.m:157: warning: type of 'argc' defaults to 'int'
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/SDLMain.m:157: warning: type of 'argv' defaults to 'int'
cd /Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx
/Xcode2.5/usr/bin/gcc-4.0 -x c++ -arch i386 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -g -O0 -DDEBUG=1 -fmessage-length=0 -fvisibility=hidden -fvisibility-inlines-hidden -mmacosx-version-min=10.4 -I/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/build/vdrift.build/Debug/vdrift.build/vdrift.hmap -mdynamic-no-pic -F/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/build/Debug -F/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx -I/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/build/Debug/include -I../../bullet -I../../include -ISDL.framework/Headers -I/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/build/vdrift.build/Debug/vdrift.build/DerivedSources -isysroot /Xcode2.5/SDKs/MacOSX10.4u.sdk -c /Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/../../src/soundbuffer.cpp -o /Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/build/vdrift.build/Debug/vdrift.build/Objects-normal/i386/soundbuffer.o
In file included from /Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Ogg.framework/Headers/ogg.h:24,
from /Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/codec.h:26,
from /Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:27,
from /Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/../../src/soundbuffer.cpp:5:
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Ogg.framework/Headers/os_types.h:123:32: error: ogg/config_types.h: No such file or directory
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Ogg.framework/Headers/ogg.h:55: error: ISO C++ forbids declaration of 'ogg_int64_t' with no type
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Ogg.framework/Headers/ogg.h:55: error: expected ';' before '*' token
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Ogg.framework/Headers/ogg.h:72: error: 'ogg_int64_t' does not name a type
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Ogg.framework/Headers/ogg.h:77: error: 'ogg_int64_t' does not name a type
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Ogg.framework/Headers/ogg.h:90: error: 'ogg_int64_t' does not name a type
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Ogg.framework/Headers/ogg.h:92: error: 'ogg_int64_t' does not name a type
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Ogg.framework/Headers/ogg.h:184: error: 'ogg_int64_t' does not name a type
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/codec.h:77: error: 'ogg_int64_t' does not name a type
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/codec.h:78: error: 'ogg_int64_t' does not name a type
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/codec.h:80: error: 'ogg_int64_t' does not name a type
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/codec.h:81: error: 'ogg_int64_t' does not name a type
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/codec.h:82: error: 'ogg_int64_t' does not name a type
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/codec.h:83: error: 'ogg_int64_t' does not name a type
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/codec.h:100: error: 'ogg_int64_t' does not name a type
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/codec.h:101: error: 'ogg_int64_t' does not name a type
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/codec.h:180: error: 'ogg_int64_t' has not been declared
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:41: error: 'ogg_int64_t' has not been declared
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:51: error: 'ogg_int64_t' has not been declared
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:58: error: expected primary-expression before 'int'
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:58: error: expected `)' before 'int'
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:65: error: expected primary-expression before 'int'
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:65: error: expected `)' before 'int'
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:72: error: expected primary-expression before 'int'
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:72: error: expected `)' before 'int'
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:79: error: expected primary-expression before 'int'
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:79: error: expected `)' before 'int'
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:93: error: 'ogg_int64_t' does not name a type
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:94: error: 'ogg_int64_t' does not name a type
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:100: error: ISO C++ forbids declaration of 'ogg_int64_t' with no type
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:100: error: expected ';' before '*' token
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:101: error: ISO C++ forbids declaration of 'ogg_int64_t' with no type
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:101: error: expected ';' before '*' token
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:103: error: ISO C++ forbids declaration of 'ogg_int64_t' with no type
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:103: error: expected ';' before '*' token
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:110: error: 'ogg_int64_t' does not name a type
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:145: error: 'ogg_int64_t' does not name a type
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:146: error: 'ogg_int64_t' does not name a type
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:149: error: 'ogg_int64_t' has not been declared
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:150: error: 'ogg_int64_t' has not been declared
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:151: error: 'ogg_int64_t' has not been declared
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:155: error: 'ogg_int64_t' has not been declared
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:156: error: 'ogg_int64_t' has not been declared
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:157: error: 'ogg_int64_t' has not been declared
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:161: error: 'ogg_int64_t' does not name a type
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:162: error: 'ogg_int64_t' does not name a type
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/../../src/soundbuffer.cpp: In member function 'virtual bool OGGFILE::open(const std::string&, SOUNDINFO&, std::ostream&)':
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/../../src/soundbuffer.cpp:45: error: 'ov_pcm_total' was not declared in this scope
from /Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/../../src/soundbuffer.cpp:5:
from /Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:27,
from /Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/codec.h:26,
In file included from /Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Ogg.framework/Headers/ogg.h:24,
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Ogg.framework/Headers/os_types.h:123:32: error: ogg/config_types.h: No such file or directory
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Ogg.framework/Headers/ogg.h:55: error: ISO C++ forbids declaration of 'ogg_int64_t' with no type
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Ogg.framework/Headers/ogg.h:55: error: expected ';' before '*' token
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Ogg.framework/Headers/ogg.h:72: error: 'ogg_int64_t' does not name a type
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Ogg.framework/Headers/ogg.h:77: error: 'ogg_int64_t' does not name a type
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Ogg.framework/Headers/ogg.h:90: error: 'ogg_int64_t' does not name a type
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Ogg.framework/Headers/ogg.h:92: error: 'ogg_int64_t' does not name a type
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Ogg.framework/Headers/ogg.h:184: error: 'ogg_int64_t' does not name a type
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/codec.h:77: error: 'ogg_int64_t' does not name a type
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/codec.h:78: error: 'ogg_int64_t' does not name a type
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/codec.h:80: error: 'ogg_int64_t' does not name a type
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/codec.h:81: error: 'ogg_int64_t' does not name a type
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/codec.h:82: error: 'ogg_int64_t' does not name a type
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/codec.h:83: error: 'ogg_int64_t' does not name a type
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/codec.h:100: error: 'ogg_int64_t' does not name a type
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/codec.h:101: error: 'ogg_int64_t' does not name a type
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/codec.h:180: error: 'ogg_int64_t' has not been declared
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:41: error: 'ogg_int64_t' has not been declared
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:51: error: 'ogg_int64_t' has not been declared
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:58: error: expected primary-expression before 'int'
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:58: error: expected `)' before 'int'
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:65: error: expected primary-expression before 'int'
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:65: error: expected `)' before 'int'
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:72: error: expected primary-expression before 'int'
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:72: error: expected `)' before 'int'
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:79: error: expected primary-expression before 'int'
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:79: error: expected `)' before 'int'
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:93: error: 'ogg_int64_t' does not name a type
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:94: error: 'ogg_int64_t' does not name a type
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:100: error: ISO C++ forbids declaration of 'ogg_int64_t' with no type
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:100: error: expected ';' before '*' token
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:101: error: ISO C++ forbids declaration of 'ogg_int64_t' with no type
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:101: error: expected ';' before '*' token
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:103: error: ISO C++ forbids declaration of 'ogg_int64_t' with no type
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:103: error: expected ';' before '*' token
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:110: error: 'ogg_int64_t' does not name a type
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:145: error: 'ogg_int64_t' does not name a type
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:146: error: 'ogg_int64_t' does not name a type
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:149: error: 'ogg_int64_t' has not been declared
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:150: error: 'ogg_int64_t' has not been declared
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:151: error: 'ogg_int64_t' has not been declared
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:155: error: 'ogg_int64_t' has not been declared
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:156: error: 'ogg_int64_t' has not been declared
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:157: error: 'ogg_int64_t' has not been declared
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:161: error: 'ogg_int64_t' does not name a type
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/Vorbis.framework/Headers/vorbisfile.h:162: error: 'ogg_int64_t' does not name a type
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/../../src/soundbuffer.cpp:45: error: 'ov_pcm_total' was not declared in this scope
Build failed (47 errors, 2 warnings)
[3] r2882 error after excluding soundbuffer:
Code:
Building target âvdriftâ of project âvdriftâ with configuration âDebugâ â (1 error, 2 warnings)
cd /Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx
/Xcode2.5/usr/bin/gcc-4.0 -x objective-c -arch i386 -pipe -std=gnu99 -Wno-trigraphs -fpascal-strings -fasm-blocks -g -O0 -DDEBUG=1 -fmessage-length=0 -fvisibility=hidden -mmacosx-version-min=10.4 -I/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/build/vdrift.build/Debug/vdrift.build/vdrift.hmap -mdynamic-no-pic -F/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/build/Debug -F/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx -I/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/build/Debug/include -I../../bullet -I../../include -ISDL.framework/Headers -I/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/build/vdrift.build/Debug/vdrift.build/DerivedSources -isysroot /Xcode2.5/SDKs/MacOSX10.4u.sdk -c /Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/SDLMain.m -o /Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/build/vdrift.build/Debug/vdrift.build/Objects-normal/i386/SDLMain.o
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/SDLMain.m: In function 'CustomApplicationMain':
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/SDLMain.m:157: warning: type of 'argc' defaults to 'int'
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/SDLMain.m:157: warning: type of 'argv' defaults to 'int'
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/SDLMain.m:157: warning: type of 'argc' defaults to 'int'
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/SDLMain.m:157: warning: type of 'argv' defaults to 'int'
mkdir /Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/build/Debug/vdrift.app/Contents/MacOS
cd /Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx
/Xcode2.5/usr/bin/g++-4.0 -o /Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/build/Debug/vdrift.app/Contents/MacOS/vdrift -L/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/build/Debug -F/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/build/Debug -F/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx -filelist /Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/build/vdrift.build/Debug/vdrift.build/Objects-normal/i386/vdrift.LinkFileList -framework OpenGL -framework SDL_image -framework SDL_net -framework SDL -framework AppKit -framework SDL_gfx -framework GLExtensionWrangler -framework Ogg -framework Vorbis -arch i386 -Wl,-Y,1455 -mmacosx-version-min=10.4 -isysroot /Xcode2.5/SDKs/MacOSX10.4u.sdk
/Xcode2.5/usr/bin/../libexec/gcc/i686-apple-darwin8/4.0.1/ld: Undefined symbols:
SOUNDBUFFER::Load(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, SOUNDINFO const&, std::basic_ostream<char, std::char_traits<char> >&)
SOUNDBUFFER::SOUNDBUFFER()
SOUNDBUFFER::~SOUNDBUFFER()
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/build/vdrift.build/Debug/vdrift.build/Objects-normal/i386/car.o reference to undefined SOUNDBUFFER::Load(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, SOUNDINFO const&, std::basic_ostream<char, std::char_traits<char> >&)
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/build/vdrift.build/Debug/vdrift.build/Objects-normal/i386/car.o reference to undefined SOUNDBUFFER::SOUNDBUFFER()
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/build/vdrift.build/Debug/vdrift.build/Objects-normal/i386/car.o reference to undefined SOUNDBUFFER::~SOUNDBUFFER()
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/build/vdrift.build/Debug/vdrift.build/Objects-normal/i386/game.o reference to undefined SOUNDBUFFER::~SOUNDBUFFER()
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/build/vdrift.build/Debug/vdrift.build/Objects-normal/i386/main.o reference to undefined SOUNDBUFFER::~SOUNDBUFFER()
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/build/vdrift.build/Debug/vdrift.build/Objects-normal/i386/performance_testing.o reference to undefined SOUNDBUFFER::~SOUNDBUFFER()
/Users/me/Documents/IWR/VDrift_simulator/simulator/vdrift_svn/tools/osx/build/vdrift.build/Debug/vdrift.build/Objects-normal/i386/widget_spinningcar.o reference to undefined SOUNDBUFFER::~SOUNDBUFFER()
collect2: ld returned 1 exit status
collect2: ld returned 1 exit status
collect2: ld returned 1 exit status
collect2: ld returned 1 exit status
collect2: ld returned 1 exit status
collect2: ld returned 1 exit status
collect2: ld returned 1 exit status
collect2: ld returned 1 exit status
collect2: ld returned 1 exit status
collect2: ld returned 1 exit status
collect2: ld returned 1 exit status
collect2: ld returned 1 exit status
collect2: ld returned 1 exit status
collect2: ld returned 1 exit status
Build failed (1 error, 2 warnings)