Forums

Full Version: src/mesh_gen.cpp' not found
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can`t compile vdrift V2652 svn trunk on linux, because those c++ file is not present in svn repo.

Quote: CPP build/linearframe.o
CPP build/linearinterp.o
CPP build/main.o
CPP build/mathplane.o
CPP build/mathvector.o
scons: *** [build/mesh_gen.o] Source `src/mesh_gen.cpp' not found, needed by target `build/mesh_gen.o'.
scons: building terminated because of errors.
ok solved for me
Quote:Revision 2652 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 3 16:17:22 2010 UTC (2 days, 6 hours ago) by zimluura
File length: 11645 byte(s)
Diff to previous 2523

mesh_gen.cpp added allong with mesh_gen.h (which currently has nothing in it). mesh_gen does compile, but it is not integrated with the game in any way yet (a task maybe better left to more veteran coders). as such i haven't been able to test it visually to make sure poly's face the propper direction or vertexes being in the propper place. but it was all coppied from a working tire generator.