Hello Bryan,

Seems we're getting there... You're missing openvrml's prerequisite libraries:

libjpegD.lib
libpngD.lib
zlibD.lib
Ws2_32.lib

OpenVRML depends on libjpeg, libpng and zlib, and Ws2_32.lib is Windows's sockets library which OpenVRML needs on Windows only to be able to open network sockets.

You can add those (and do the same for the release build, without the D for the first three) and you should hopefully be able to build it successfully.

Now, those four should have been added automatically by CMake when you re-ran it. You did re-run it, did you? If so, then next time try deleting the CMakeCache.txt file from your build directory and re-running it then. Those four libs should then be there. Sometimes the CMakeCache.txt gets in the way when something major changes in the CMake config files for the project...

Note that there's one last loose end to tie up at my end, which is to link to the debug OpenVRML libs when linking OSG in debug mode. The CMake project files still tell it to link to the release OpenVRML libs in both cases (debug and release). I should be able to take care of that in the next few days (I'm theoretically on vacation after all... :-). In the mean time, each time you re-run CMake (which you should really do each time you do an SVN update on your OSG directory) just add the 'd' to the end of openvrml, regex and antlr in the debug "Plugin vrml" project.

Good luck,

J-S
--
______________________________________________________
Jean-Sebastien Guay     [EMAIL PROTECTED]
                        http://whitestar02.webhop.org/

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.


_______________________________________________
osg-users mailing list
osg-users@openscenegraph.net
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to