From: Jason G. <jas...@re...> - 2000-12-20 01:50:57
|
When I compile the lookAt project, the following errors appear: --------------------Configuration: lookat - Win32 = Debug-------------------- >>Compiling... >>lookat.cpp >>g:\openvrml-0.9.0\libvrml97gl\src\vrml97gl\vieweropengl.h(346) : = warning C4099: 'GLUtesselator' : type name first seen using 'class' now = seen using 'struct' c:\program files\microsoft visual = studio\vc98\include\gl\glu.h(155) : see declaration of 'GLUtesselator' >>Compiling... >>ViewerGlut.cpp >>g:\openvrml-0.9.0\libvrml97gl\src\vrml97gl\vieweropengl.h(346) : = warning C4099: 'GLUtesselator' : type name first seen using 'class' now = seen using 'struct' c:\program files\microsoft visual = studio\vc98\include\gl\glu.h(155) : see declaration of 'GLUtesselator' >>Linking... >>LINK : fatal error LNK1104: cannot open file = "../../libvrml97core/win32/debug/libvrml97core.lib" >>Error executing link.exe. >>lookat.exe - 1 error(s), 2 warning(s) How do i create the libvrml97core.lib from the given codes? |