[sldev] Compile error

Felix Duesenburg kfa at gmx.net
Mon May 12 00:27:13 PDT 2008


Which IDE do you use, is it VC++ 2005? Then maybe double check if your project settings correspond with the description on this page:

http://wiki.secondlife.com/wiki/Converting_project_files_for_MSVS2005

Under the headline "All Configuration Steps" there is something about "Treat Warnings As Errors" set to "No". The project files for later source versions have gradually become better and don't need much tweaking anymore, but for 1.19.1.4 I still had to perform most of these steps.

HTH,
Felix


Thomas Grimshaw wrote:
> Hi all,
> 
> I'm getting the following error on a 1.19.1 (4) compile under Windows.
> 
> 10>------ Build started: Project: lscript_compile, Configuration:
> Release Win32 ------
> 10>Compiling...
> 10>lex_yy.cpp
> 2>Generating Code...
> 10>.\lex_yy.cpp(5595) : error C2220: warning treated as error - no
> 'object' file generated
> 10>.\lex_yy.cpp(5595) : warning C4018: '<' : signed/unsigned mismatch
> 10>.\lex_yy.cpp(5941) : error C3861: 'isatty': identifier not found
> 10>ytab.cpp
> 
> Could anyone point me in the right direction to resolve this?
> 
> thanks
> 
> Tom
> _______________________________________________
> Click here to unsubscribe or manage your list subscription:
> /index.html
> 



More information about the SLDev mailing list