Now that my videocard burned out, I decided to check out (haha) snowglobe and attempt to get it to compile.
There is not much information on how to do this on the Wiki imho - so, during this attempt I added some links to the Wiki in the places where I got stuck at first. I won't complain about ./develop.py downloading loads of i686 binaries to my 100% 64bit machine, and then happily compiling a 32bit version, because I know that 64bit is not officially supported (but a warning of some sort would have been nice, or at least a remark on the Wiki). Nevertheless, ./develop.py --help gave me information that is lacking on the Wiki and I configured as follows: ./develop.py --type=Debug -m64 --standalone configure Next I built as follows: ./develop.py --type=Debug -m64 --standalone build this fails to compile with the following error: /usr/src/secondlife/secondlife/snowglobe/snowglobe-svn/indra/test/test.cpp: In member function ‘virtual void LLTestCallback::test_completed(const tut::test_result&)’: /usr/src/secondlife/secondlife/snowglobe/snowglobe-svn/indra/test/test.cpp:109: error: ‘skip’ is not a member of ‘tut::test_result’ /usr/src/secondlife/secondlife/snowglobe/snowglobe-svn/indra/test/test.cpp: In function ‘void wouldHaveCrashed(const std::string&)’: /usr/src/secondlife/secondlife/snowglobe/snowglobe-svn/indra/test/test.cpp:236: error: cannot convert ‘std::basic_string<char, std::char_traits<char>, std::allocator<char> >’ to ‘const char*’ for argument ‘1’ to ‘void tut::<unnamed>::fail(const char*)’ make[2]: *** [newview/CMakeFiles/llagentaccess_test.dir/__/test/test.cpp.o] Error 1 make[2]: Leaving directory `/usr/src/secondlife/secondlife/snowglobe/snowglobe-svn/indra/viewer-linux-x86_64-debug' -- Carlo Wood <[email protected]> _______________________________________________ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/SLDev Please read the policies before posting to keep unmoderated posting privileges
