From: S.K.Bose <bo...@pa...> - 2000-12-20 12:35:59
|
On Wed, 20 Dec 2000, Jason Goh wrote: > 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? > > > In new release, it supposed to create all dependent library first and then it will do linking to make lookat.exe. Probably there is some problem for creating libvrml97core.lib. Did you install "java" and "ANTLR" ? Otherwise you use Makefile. See more details in "Install" within win32 directory. Bose |