Re: [opensource-dev] Fmod with Autobuild ?

2011-04-30 Thread Marine Kelley
Thank you WolfPup, it took me a while to actually understand where this JIRA was coming from, and where it was going... lots of info in there. I managed to finally compile with fmod, and to make the viewer run. For the people who still have issues with the whole process, here is what I did : - Do

Re: [opensource-dev] Second Life Viewer 2 : Lots of Link error like error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall std::basic_string

2011-04-30 Thread WolfPup Lowenhar
Ok, when using the autobuild command you need to use the configurations that end in OS these setting are for Open Source Developers to use and will DL the needed files but they are for use with VS2010 and NOT VS2005 or VS2008. The settings to use are: DebugOS ReleaseWithDebInfoOS ReleaseOS < th

Re: [opensource-dev] Second Life Viewer 2 : Lots of Link error like error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall std::basic_string

2011-04-30 Thread xinyi chen
Hi, > > Yes, it's develop.py, but this method is only applied to create > VS2005/VS2008 project without supporting VS2010, it only gave the autobuild > command to create VS2010 project, > > I have already read the guide as below: > > http://wiki.secondlife.com/wiki/Viewer_2_Microsoft_Windows_Builds

Re: [opensource-dev] Second Life Viewer 2 : Lots of Link error like error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall std::basic_string

2011-04-30 Thread WolfPup Lowenhar
To set up you system to use the current build system please read here: http://wiki.secondlife.com/wiki/Viewer_2_Microsoft_Windows_Builds This is the instructions on how to set up your environment to build the viewer using the new system. > -Original Message- > From: opensource-dev-boun...

Re: [opensource-dev] Second Life Viewer 2 : Lots of Link error like error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall std::basic_string

2011-04-30 Thread Robin Cornelius
On Sat, Apr 30, 2011 at 12:14 PM, xinyi chen wrote: > There are 19 K errors when i did link with the viewer project( other > projects was compiled correctly) > My env. is VS2008 IDE. and used deploy.py to construct the viewer solution. You said deploy.pl you mean develop.py? in that case you shou

[opensource-dev] Second Life Viewer 2 : Lots of Link error like error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall std::basic_string

2011-04-30 Thread xinyi chen
There are 19 K errors when i did link with the viewer project( other projects was compiled correctly) My env. is VS2008 IDE. and used deploy.py to construct the viewer solution. I only pick some of those errors, more is same like below, I would be missing some stuff then caused these errors? I hav