Hello, again!
I need modelconvert, because my blender-version somehow doesn't like import-joe.py. I fetched vdrift from svn. Because I didn't know where I can find the installation notes of modelconvert, I had to guess. I thought, it would be build with vdrift but after building I couldn't see a modelconvert executable. So, I tried scons in the modelconvert directory:
Code:
vdrift/tools/modelconvert$ scons
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
g++ -o main.o -c -g3 -I. -I/home/mitsch/bin/vdrift/include main.cpp
main.cpp: In function 'int main(int, char**)':
main.cpp:80: error: no matching function for call to 'max(unsigned int, long unsigned int)'
main.cpp:81: error: no matching function for call to 'max(unsigned int, long unsigned int)'
main.cpp:88: error: no matching function for call to 'MODEL::ReadFromFile(std::string&)'
/home/mitsch/bin/vdrift/include/model.h:75: note: candidates are: bool MODEL::ReadFromFile(const std::string&, std::ostream&, bool)
scons: *** [main.o] Error 1
scons: building terminated because of errors.
Are there some libraries missing? (I installed freeglut3-dev, already, because in the first run scons complained about a missing GL/glut.h. You can see the second run above.)
By the way: I use Ubuntu 9.04 64bit.