[opensource-dev] Compiling Snowglobe

2010-09-14 Thread Rob Nelson
  So I've got a recent-ish snowglobe source tree on Windows 7.  It 
compiles fine on Linux.  However, on Windows it's a hellish nightmare, 
and the wiki might as well be talking about compiling 1.23.  I've asked 
3 separate IRC channels with few positive results.

My current problem is with the libraries.  VC80 screams about missing 
VC80 boost libraries.  I looked in the libraries folder and found that 
it had VC90 boost libraries (according to the filenames, anyway), so I 
spent an hour installing and configuring VC90 only to find that it is 
almost as broken as VC2010, flooding me with unresolved external 
errors when linking with any non-boost lib.

So, is there anywhere I can find VC80 boost binaries compatible with 
SnowGlobe? (The prebuilt tarballs that LL provides only come with VC90 
libs.)  If not, how do I get this thing to build?  Which voodoo god must 
I sacrifice my firstborn to?

Rob
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges


Re: [opensource-dev] Compiling Snowglobe

2010-09-14 Thread Robin Cornelius
On Tue, Sep 14, 2010 at 12:35 PM, malachi mala...@tamzap.com wrote:
 yes you can get the boost you need at http://www.boostpro.com/download/
 On Tue, 14 Sep 2010 03:18:30 -0400, Rob Nelson
 nexisentertainm...@gmail.com wrote:


Are you sure they work with snowglobe/snowstorm?

Any boost libs used MUST be compiled with SECURE_SCL=0 in order to be
compatable with the secondlife source code compile options, and
depending on the version of boost /winSDK you may also need to add
SECURE_STL=0 and neither of these are default options so my past
experience has shown the libs from boostpro do not work for SL.

What is wrong with the libs provided with snowglobe/snowstorm on
Visual Studio 2005? is this some new problem that they do not work?
they have always worked fine for me on multiple systems and sdks.

If you are looking for libs for 2008 see
http://jira.secondlife.com/browse/VWR-9541, which has a link to my
boost builds for 2008
http://www.byteme.org.uk/downloads/boost_1_39_VC90_no_scl_shared_crt_static_link.zip
(as the LL supplied ones for 2008 do not function).


Robin
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges


Re: [opensource-dev] Compiling Snowglobe

2010-09-14 Thread malachi
yes you can get the boost you need at http://www.boostpro.com/download/
On Tue, 14 Sep 2010 03:18:30 -0400, Rob Nelson  
nexisentertainm...@gmail.com wrote:

   So I've got a recent-ish snowglobe source tree on Windows 7.  It
 compiles fine on Linux.  However, on Windows it's a hellish nightmare,
 and the wiki might as well be talking about compiling 1.23.  I've asked
 3 separate IRC channels with few positive results.

 My current problem is with the libraries.  VC80 screams about missing
 VC80 boost libraries.  I looked in the libraries folder and found that
 it had VC90 boost libraries (according to the filenames, anyway), so I
 spent an hour installing and configuring VC90 only to find that it is
 almost as broken as VC2010, flooding me with unresolved external
 errors when linking with any non-boost lib.

 So, is there anywhere I can find VC80 boost binaries compatible with
 SnowGlobe? (The prebuilt tarballs that LL provides only come with VC90
 libs.)  If not, how do I get this thing to build?  Which voodoo god must
 I sacrifice my firstborn to?

 Rob
 ___
 Policies and (un)subscribe information available here:
 http://wiki.secondlife.com/wiki/OpenSource-Dev
 Please read the policies before posting to keep unmoderated posting  
 privileges


-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges


Re: [opensource-dev] Compiling Snowglobe

2010-09-14 Thread malachi
i am a windows 7 user using visual studio 2005 and i installed my own  
boost library from that site. snowglobe compiles with 0 errors. though i  
did copy and paste every single lib and dll file from boost to the library  
folder of the client folder lol. but still no errors mate.

On Tue, 14 Sep 2010 07:54:30 -0400, Robin Cornelius  
robin.cornel...@gmail.com wrote:

 On Tue, Sep 14, 2010 at 12:35 PM, malachi mala...@tamzap.com wrote:
 yes you can get the boost you need at http://www.boostpro.com/download/
 On Tue, 14 Sep 2010 03:18:30 -0400, Rob Nelson
 nexisentertainm...@gmail.com wrote:


 Are you sure they work with snowglobe/snowstorm?

 Any boost libs used MUST be compiled with SECURE_SCL=0 in order to be
 compatable with the secondlife source code compile options, and
 depending on the version of boost /winSDK you may also need to add
 SECURE_STL=0 and neither of these are default options so my past
 experience has shown the libs from boostpro do not work for SL.

 What is wrong with the libs provided with snowglobe/snowstorm on
 Visual Studio 2005? is this some new problem that they do not work?
 they have always worked fine for me on multiple systems and sdks.

 If you are looking for libs for 2008 see
 http://jira.secondlife.com/browse/VWR-9541, which has a link to my
 boost builds for 2008
 http://www.byteme.org.uk/downloads/boost_1_39_VC90_no_scl_shared_crt_static_link.zip
 (as the LL supplied ones for 2008 do not function).


 Robin


-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges


Re: [opensource-dev] Compiling Snowglobe

2010-09-14 Thread Brandon Husbands
Vs 2008 is actuality broke for the viewer due to cmake errors a bunch of if
calls look only for vs 2005 use 2005.

On Sep 14, 2010 8:32 AM, malachi mala...@tamzap.com wrote:

i am a windows 7 user using visual studio 2005 and i installed my own
boost library from that site. snowglobe compiles with 0 errors. though i
did copy and paste every single lib and dll file from boost to the library
folder of the client folder lol. but still no errors mate.


On Tue, 14 Sep 2010 07:54:30 -0400, Robin Cornelius
robin.cornel...@gmail.com wrote:

 On Tue,...

-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
__...

Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-De...
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges

Re: [opensource-dev] Compiling Snowglobe

2010-09-14 Thread Robin Cornelius
On Tue, Sep 14, 2010 at 2:41 PM, Brandon Husbands xot...@gmail.com wrote:
 Vs 2008 is actuality broke for the viewer due to cmake errors a bunch of if
 calls look only for vs 2005 use 2005.

https://bitbucket.org/robincornelius/viewer-development-vwr-20879
contains the patches needed to work with 2008 (and express) with less
fuss, the repository is lagging a little behind viewer-development tip
but it should merge to latest fine.

Robin
___
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges