On Sun, 26 Nov 2000, Rodrigo Brito wrote:
> 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ço de ambiente
> Comando ou nome de ficheiro nao válido
> 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
> 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...
>
>
>
Did you give proper path for antlr-2.7.0 and java ? You have to set
it by means of setting antlr.g by performing Custom Build. By default
"set classpath = c:\user\antlr-2.7.0" and java is
"c:\user\jdk1.2.2\bin\java".
Use "makefile" for avoiding all such problems. Please go through "Install"
file for details.
Bose
|