Today I managed to compile the Second Life viewer on Linux using the BUILD=releasefordownload scon option… first time after many tries! I extracted the resulting .tar.bz2 package and the First Look 1.13.3.58018 viewer is running right now, apparently without particular problems.
Working around a llmozlib-related error, I commented out lines 126-147 and 194-195 in indra/SConstruct .
I also changed indra/llcommon/llpreprocessor.h as suggested in the sldev mailing list: at line 54, change
#define LL_LIBXUL_ENABLED 1
to
#define LL_LIBXUL_ENABLED 0
Then I followed the same steps I wrote in the previous post.
Feedback from other Ubuntu / other linux distro users is welcome!
(is this message a default thing?)
[...] Filed under: Linux — Signore Iredell @ 11:55 pm This build failed, but the next one succeeded. This article includes some of the steps I had to make in the next [...]
Pingback by Compiling Second Life First Look 1.13.3.58018 on Ubuntu, again « Personal media in Second Life — February 28, 2007 @ 7:18 pm