Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Compiling Source - VS2003

Er1c Volitant
Registered User
Join date: 19 Jan 2007
Posts: 1
01-19-2007 13:29
Hello all,
I'm having trouble tracking down a problem with building the source code. "lscript_compile_fb" project fails with a "The system cannot find the path specified" error. I looked into the .l and .y files for invalid paths, and also checked the .vproj file to make sure all paths are in quotes....nothing. Any ideas on what could be causing this error?

Thanks
Peekay Semyorka
Registered User
Join date: 18 Nov 2006
Posts: 337
01-20-2007 11:23
Make sure cygwin is installed at "C:\cygwin" and flex & bison are in "C:\cygwin\bin\".

It doesn't like spaces in the path, even with quotes.

-peekay