Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Building open source viewer question, files missing

Eskimofish Zessinthal
Registered User
Join date: 5 Nov 2008
Posts: 3
11-18-2008 10:47
Hi all,

I am new here.
I was trying to compile the open source viewer for windows.

I got the error from develop.py complaining that

CMake Error in newview/CMakeLists.txt:
Cannot find source file "arrow.cur". Tried extensions .c .C .c++ .cc .cpp
.cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx

I looked under indra/newview/CMakeLists which is looking for files under "res".
However, there are no files like "arrow.cur" under "res".
Another directory called "res-sdl" under "newview" have some of the files needed but not all.

Am I missing any steps?

Thanks
Eskimofish Zessinthal
Registered User
Join date: 5 Nov 2008
Posts: 3
Problem solved...
11-18-2008 13:00
I forgot to install the artwork package ...
http://secondlife.com/developers/opensource/downloads/2008/10/slviewer-artwork-viewer_1-21-r99587.zip
problem solved.