Still not building
125 out of 137 errors are gone, but these remain:
Code:
Build vdrift of project vdrift with configuration Debug
CompileC /Applications/VDrift/SVN/vdrift/build/vdrift.build/Debug/vdrift.build/Objects-normal/i386/drawable.o ../../src/drawable.cpp normal i386 c++ com.apple.compilers.gcc.4_2
cd /Applications/VDrift/SVN/vdrift/tools/osx
setenv LANG en_US.US-ASCII
/Developer/usr/bin/gcc-4.2 -x c++ -arch i386 -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -O0 -mdynamic-no-pic -DDEBUG=1 -isysroot /Developer/SDKs/MacOSX10.6.sdk -fvisibility=hidden -fvisibility-inlines-hidden -mmacosx-version-min=10.4 -gdwarf-2 -I/Applications/VDrift/SVN/vdrift/build/vdrift.build/Debug/vdrift.build/VDrift.hmap -F/Applications/VDrift/SVN/vdrift/build/Debug -F/Applications/VDrift/SVN/vdrift/tools/osx -F/Applications/VDrift/SVN/vdrift/tools/osx -I/Applications/VDrift/SVN/vdrift/build/Debug/include -I. -I../../src -I../../bullet -I../../include -ISDL.framework/Headers -I/Applications/VDrift/SVN/vdrift/build/vdrift.build/Debug/vdrift.build/DerivedSources/i386 -I/Applications/VDrift/SVN/vdrift/build/vdrift.build/Debug/vdrift.build/DerivedSources -c /Applications/VDrift/SVN/vdrift/tools/osx/../../src/drawable.cpp -o /Applications/VDrift/SVN/vdrift/build/vdrift.build/Debug/vdrift.build/Objects-normal/i386/drawable.o
/Applications/VDrift/SVN/vdrift/tools/osx/../../src/drawable.cpp: In member function 'RenderModelExternal& DRAWABLE::generateRenderModelData(GLWrapper&, StringIdMap&)':
/Applications/VDrift/SVN/vdrift/tools/osx/../../src/drawable.cpp:75: error: 'class RenderModelExternalDrawable' has no member named 'clearTextureCache'
/Applications/VDrift/SVN/vdrift/tools/osx/../../src/drawable.cpp:88: error: 'class RenderModelExternalDrawable' has no member named 'clearUniformCache'
CompileC /Applications/VDrift/SVN/vdrift/build/vdrift.build/Debug/vdrift.build/Objects-normal/i386/graphics_gl3v.o ../../src/graphics_gl3v.cpp normal i386 c++ com.apple.compilers.gcc.4_2
cd /Applications/VDrift/SVN/vdrift/tools/osx
setenv LANG en_US.US-ASCII
/Developer/usr/bin/gcc-4.2 -x c++ -arch i386 -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -O0 -mdynamic-no-pic -DDEBUG=1 -isysroot /Developer/SDKs/MacOSX10.6.sdk -fvisibility=hidden -fvisibility-inlines-hidden -mmacosx-version-min=10.4 -gdwarf-2 -I/Applications/VDrift/SVN/vdrift/build/vdrift.build/Debug/vdrift.build/VDrift.hmap -F/Applications/VDrift/SVN/vdrift/build/Debug -F/Applications/VDrift/SVN/vdrift/tools/osx -F/Applications/VDrift/SVN/vdrift/tools/osx -I/Applications/VDrift/SVN/vdrift/build/Debug/include -I. -I../../src -I../../bullet -I../../include -ISDL.framework/Headers -I/Applications/VDrift/SVN/vdrift/build/vdrift.build/Debug/vdrift.build/DerivedSources/i386 -I/Applications/VDrift/SVN/vdrift/build/vdrift.build/Debug/vdrift.build/DerivedSources -c /Applications/VDrift/SVN/vdrift/tools/osx/../../src/graphics_gl3v.cpp -o /Applications/VDrift/SVN/vdrift/build/vdrift.build/Debug/vdrift.build/Objects-normal/i386/graphics_gl3v.o
In file included from /Applications/VDrift/SVN/vdrift/tools/osx/../../include/unordered_map.h:2,
from /Applications/VDrift/SVN/vdrift/tools/osx/../../src/graphics_gl3v.cpp:3:
./boost/tr1/unordered_map.hpp:25: error: 'unordered_map' is already declared in this scope
./boost/tr1/unordered_map.hpp:26: error: 'unordered_multimap' is already declared in this scope
In file included from /Applications/VDrift/SVN/vdrift/tools/osx/../../include/unordered_map.h:3,
from /Applications/VDrift/SVN/vdrift/tools/osx/../../src/graphics_gl3v.cpp:3:
./boost/tr1/functional.hpp:131: error: 'hash' is already declared in this scope
/Applications/VDrift/SVN/vdrift/tools/osx/../../src/graphics_gl3v.cpp: In member function 'virtual void GRAPHICS_GL3V::DrawScene(std::ostream&)':
/Applications/VDrift/SVN/vdrift/tools/osx/../../src/graphics_gl3v.cpp:283: error: 'class Renderer' has no member named 'getPassNames'
/Applications/VDrift/SVN/vdrift/tools/osx/../../src/graphics_gl3v.cpp:286: error: 'class Renderer' has no member named 'getPassEnabled'
/Applications/VDrift/SVN/vdrift/tools/osx/../../src/graphics_gl3v.cpp:288: error: 'class Renderer' has no member named 'getDrawGroups'
/Applications/VDrift/SVN/vdrift/tools/osx/../../src/graphics_gl3v.cpp:367: error: no matching function for call to 'Renderer::render(int&, int&, StringIdMap&, std::map<StringId, std::map<StringId, std::vector<RenderModelExternal*, std::allocator<RenderModelExternal*> >*, std::less<StringId>, std::allocator<std::pair<const StringId, std::vector<RenderModelExternal*, std::allocator<RenderModelExternal*> >*> > >, std::less<StringId>, std::allocator<std::pair<const StringId, std::map<StringId, std::vector<RenderModelExternal*, std::allocator<RenderModelExternal*> >*, std::less<StringId>, std::allocator<std::pair<const StringId, std::vector<RenderModelExternal*, std::allocator<RenderModelExternal*> >*> > > > > >&, std::basic_ostream<char, std::char_traits<char> >&)'
/Applications/VDrift/SVN/vdrift/tools/osx/../../include/gl3v/renderer.h:34: note: candidates are: void Renderer::render(unsigned int, unsigned int, StringIdMap&, std::ostream&)
/Applications/VDrift/SVN/vdrift/tools/osx/../../include/gl3v/renderer.h:41: note: void Renderer::render(unsigned int, unsigned int, StringIdMap&, const std::map<StringId, std::vector<RenderModelExternal*, std::allocator<RenderModelExternal*> >, std::less<StringId>, std::allocator<std::pair<const StringId, std::vector<RenderModelExternal*, std::allocator<RenderModelExternal*> > > > >&, std::ostream&)
/Applications/VDrift/SVN/vdrift/tools/osx/../../src/graphics_gl3v.cpp: In member function 'virtual bool GRAPHICS_GL3V::ReloadShaders(const std::string&, std::ostream&, std::ostream&)':
/Applications/VDrift/SVN/vdrift/tools/osx/../../src/graphics_gl3v.cpp:407: error: 'struct RealtimeExportPassInfo' has no member named 'userDefinedFields'
/Applications/VDrift/SVN/vdrift/tools/osx/../../src/graphics_gl3v.cpp:424: error: 'class Renderer' has no member named 'getPassNames'
/Applications/VDrift/SVN/vdrift/tools/osx/../../src/graphics_gl3v.cpp:427: error: 'class Renderer' has no member named 'getUserDefinedFields'