Re: [opensource-dev] Snowglobe 2.0 sync with Viewer 2.0

2010-04-08 Thread Dzonatas Sol
Successfully compiled, yet webkit doesn't want to load (yet it loaded fine on the official V2.0 download) Copied over older LL supplied libuuid.so.1 with newer libuuid.so.1.3.0 was all that was needed, so LL just needs to upgrade their prebuilt uuid lib to 1.3+. http://jira.secondlife.com/brow

Re: [opensource-dev] Snowglobe 2.0 sync with Viewer 2.0

2010-04-08 Thread Johnnie Carling
On 04/08/10 5:40:53 pm, Dzonatas Sol wrote: > Maybe something special about libSM that it needs a specific version of > libuuid, or maybe as Lance suggested, it doesn't use the the LL supplied > versus the system version. FYI. I ran into this last fall. Using the system libuuid (libuuid.so.1.3.0

Re: [opensource-dev] Snowglobe 2.0 sync with Viewer 2.0

2010-04-08 Thread Dzonatas Sol
I just tried it again, so now I can confirm there is no difference between a compilation with G++-4.1 or G++-4.4 in relation to this error. Linking CXX executable secondlife-bin /usr/lib/gcc/i486-linux-gnu/4.1.3/../../../../lib/libSM.so: undefined reference to `uuid_gener...@uuid_1.0' /usr/lib/g

Re: [opensource-dev] Snowglobe 2.0 sync with Viewer 2.0

2010-04-08 Thread Dzonatas Sol
Here is my notes on how to compile with schroot, so you can make an environment specifically for this compilation: https://wiki.secondlife.com/wiki/User:Dzonatas_Sol/Snowglobe Robert Martin wrote: > As a sidebar to this is the documents on how to compile the viewer > actually current?? > If som

Re: [opensource-dev] Snowglobe 2.0 sync with Viewer 2.0

2010-04-08 Thread Lance Corrimal
I'm having the same problem on opensuse 11.2. until recently it built fine... after some change introduced a script which replaces the prebuilt libs with the systemwide installed ones, it stopped building with exactly that error. why do i even have to have the build script download the prebuilt

Re: [opensource-dev] Snowglobe 2.0 sync with Viewer 2.0

2010-04-08 Thread Dzonatas Sol
I got it to compile to the secondlife-bin link stage, but then I got a link error: /usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libSM.so: undefined reference to `uuid_gener...@uuid_1.0' /usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/libSM.so: undefined reference to `uuid_unparse_lo...@u

Re: [opensource-dev] Snowglobe 2.0 sync with Viewer 2.0

2010-04-08 Thread Dzonatas Sol
Just to note: there is a related jira here about such patch: http://jira.secondlife.com/browse/SNOW-505 SNOW-505 is about standalone build instead of the ll downloaded libs. Same error, however. Lynx Linden wrote: > This is a problem with the packaged boost headers - they don't seem to > compil

Re: [opensource-dev] Snowglobe 2.0 sync with Viewer 2.0

2010-04-08 Thread Robert Martin
As a sidebar to this is the documents on how to compile the viewer actually current?? If somebody would be willing to walk me through this i could help find out what is correct (note i have Mandriva 2010) -- Robert L Martin ___ Policies and (un)subscri

Re: [opensource-dev] Snowglobe 2.0 sync with Viewer 2.0

2010-04-08 Thread Lynx Linden
This is a problem with the packaged boost headers - they don't seem to compile on Linux under gcc 4.x. I've attached a patch for the libraries/include/boost/coroutine/detail/{coroutine_impl.hpp,posix_utility.hpp} files that should get you going in the short term. Ultimately though we should build

Re: [opensource-dev] Snowglobe 2.0 sync with Viewer 2.0

2010-04-07 Thread Dzonatas Sol
I just checked out revision 3313 from https://svn.secondlife.com/svn/linden/projects/2010/snowglobe/trunk After plain ./develop.py with no options , i got an error $ make [ 0%] Built target cmake [ 0%] Built target llaudio [ 3%] Built target stage_third_party_libs [ 3%] Built target llcommo

Re: [opensource-dev] Snowglobe 2.0 sync with Viewer 2.0

2010-04-05 Thread Philippe (Merov) Bossut
Hi all, Yes, there were a bunch of missed added files and other issues that actually made the repository not complete, and therefore, not buildable. I did a serie of commits today to fix that. I've been able to build on Mac and Windows at least. Now, I'm still working on fixing the opensrc-build.

Re: [opensource-dev] Snowglobe 2.0 sync with Viewer 2.0

2010-04-03 Thread Jonathan Irvin
Thanks for the help all, I will look into this later >.> Jonathan Irvin ___ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/OpenSource-Dev Please read the policies before posting to keep unmoderated posting privileg

Re: [opensource-dev] Snowglobe 2.0 sync with Viewer 2.0

2010-04-03 Thread Boroondas Gupte
On 04/03/2010 02:14 PM, Jonathan Irvin wrote: > Do we have an effective way of compiling the SnowGlobe viewer in Linux > with *.sh script? in debian? A quick step-by-step instruction can be found at Compiling and Patching Snowglobe (Linux)

Re: [opensource-dev] Snowglobe 2.0 sync with Viewer 2.0

2010-04-03 Thread Robin Cornelius
On Sat, Apr 3, 2010 at 1:14 PM, Jonathan Irvin wrote: > Do we have an effective way of compiling the SnowGlobe viewer in Linux with > *.sh script? in debian? > Normally yes, my debian source packages will build the snowglobe viewer using the standard debian tools, but currently this is only worki

Re: [opensource-dev] Snowglobe 2.0 sync with Viewer 2.0

2010-04-03 Thread Jonathan Irvin
Do we have an effective way of compiling the SnowGlobe viewer in Linux with *.sh script? in debian? Jonathan Irvin ___ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/OpenSource-Dev Please read the policies before p

Re: [opensource-dev] Snowglobe 2.0 sync with Viewer 2.0

2010-04-03 Thread Latif Khalifa
Hi, On windows it fails with: CMake Error at media_plugins/webkit/CMakeLists.txt:17 (include): include could not find load file: PulseAudio When I kill PulseAudio from cmake it fails with: CMake Error in newview/CMakeLists.txt: Cannot find source file "llpopupview.cpp". Tried extensio