From: Rodrigo B. <rod...@cl...> - 2000-11-26 13:55:54
|
Hi... I've taken the newest version of libVRML97 from CVS, and i can't = compile libvrml97core the message from MSVC 6 is: Performing Custom Build Step on .\antlr.g 1 ficheiro(s) copiado(s) Sem espa=E7o de ambiente Comando ou nome de ficheiro nao v=E1lido Compiling... Vrml97Parser.cpp fatal error C1083: Cannot open source file: 'C:\temp\Nova = pasta\libvrml97\libvrml97core\win32\Vrml97Parser.cpp': No such file or = directory Error executing cl.exe. (The Portuguese is: Performing Custom Build Step on .\antlr.g =20 1 file(s) copied Without environment space Command or filename not valid compiling... ) It seems that i can't really find antlr.g in my computer, although = vrml97parser exists in the same directory as all other libvrml97core = source files, but somehow is not loaded. Even when i pick the file up and subsitute it for the unexistent file, = it still gives me compiling errors... |