From: Braden M. <br...@en...> - 2008-05-28 18:03:58
|
Zack S wrote: > I'm compiling a lot of the files, however I'm getting > lots of unresolved symbols. For example, even though > the project has the file src/libopenvrml/openvrml/basetypes.cpp, > a function in that called openvrml::make_vec3f(float,float,float) > is missing. I checked the build log and there is an attempt > being made to compile basetypes.cpp, but no errors are > resulting and yet no object file either. I tried compiling > basetypes.cpp on the command-line, using the same > args as Visual Studio used, and the "compiler driver" > crashed. Any idea on how to fix this? I haven't seen this. The definition of that function is on line 1562 of basetypes.cpp. I'm not sure what to suggest with regard to this particular issue; but try a clean build and make sure you aren't pulling in headers from a different version of OpenVRML. I have a bunch of fixes for the Windows stuff that I'll check in tonight. This should improve the situation significantly. -- Braden McDaniel e-mail: <br...@en...> <http://endoframe.com> Jabber: <br...@ja...> |