From: Braden M. <br...@en...> - 2008-06-06 03:29:45
|
On Thu, 2008-06-05 at 18:49 -0400, Kris Borer wrote: > I am using the trunk. Before I got to this point I ran the executable > a few times, and each time it would complain about not finding a > specific DLL and I would put that DLL in the same directory as the > executable. Now that directory looks like this: > > \openvrml\ide-projects\Windows\VisualC9_0\bin > > libpng13d.dll > openvrmld.dll > opnvrmld.ilk > openvrmld.pdb > openvrml-gld.dll > openvrml-gld.ilk > openvrml-gld.pdb > SDL.dll > sdl-viewerd.exe > sdl-viewerd.ilk > zlib1d.dll Assuming you've built against FreeType, libxml2, and iconv as static libraries, that looks reasonable. I typically build with libpng and zlib as static libraries as well, FWIW. The problem may be that it's not finding the XML descriptor files. Try setting the environment variable OPENVRML_DATADIR to path\to\openvrml\data -- Braden McDaniel e-mail: <br...@en...> <http://endoframe.com> Jabber: <br...@ja...> |