Forums
modulconvert - Printable Version

+- Forums (https://www.vdrift.net/Forum)
+-- Forum: Community (https://www.vdrift.net/Forum/forumdisplay.php?fid=3)
+--- Forum: Help (https://www.vdrift.net/Forum/forumdisplay.php?fid=5)
+--- Thread: modulconvert (/showthread.php?tid=1169)



modulconvert - mitscherdinger - 10-06-2009

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.


- joevenzon - 10-06-2009

Try updating to R2544 and see if that fixes it.


- mitscherdinger - 10-07-2009

Yeah, fixed!
I got a modulconvert executable, now! Thanks!

...and greetings!
Mitsch