Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Error Message

MIT Bourne
Registered User
Join date: 12 Jan 2007
Posts: 20
10-08-2007 20:10
Hi,

I am quite new to scripting vs2005 for secondlife,
i downloaded the script for version 1.18.3.5
and i followed the steps for compiling the script
but i encountered this problem

LINK : fatal error LNK1104: cannot open file 'lscript_compile.lib'
and i have errors like
c:\cygwin\usr\include\sys\unistd.h(153) : see declaration of 'unlink'
c:\cygwin\usr\include\sys\unistd.h(169) : error C2146: syntax error : missing ';' before identifier 'vfork'
c:\cygwin\usr\include\sys\unistd.h(169) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\cygwin\usr\include\sys\unistd.h(169) : error C2086: 'int pid_t' : redefinition
c:\cygwin\usr\include\sys\unistd.h(53) : see declaration of 'pid_t'
c:\cygwin\usr\include\sys\unistd.h(169) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int

can anyone help,thanks in advance.
Squirrel Wood
Nuteater. Beware!
Join date: 14 Jun 2006
Posts: 471
10-08-2007 23:26
Apparently this forum is for LSL, the SL scripting language. Not source code compiling.

You may want to look up
http://wiki.secondlife.com/wiki/SLDev
for source code and compiling related problems that do not relate to LSL scripting.