[opensource-dev] SG2 Build with VC++ Express VC90.

Philippe (Merov) Bossut merov at lindenlab.com
Tue Mar 30 21:44:49 PDT 2010


Hi NickyP,

On Tue, Mar 30, 2010 at 7:28 PM, William Nickels <nickyperian at yahoo.com>wrote:

> I have been building SG2 with VC++ Express 2008 (VC90) using boost
> libraries version 1-36. I have completed the build of secondlife-bin.exe and
> it runs error free. However, when I attampt ALL_BUILD and try to build
> setup.exe I encounter dependency issues with the build trying to use VC80
> microsoft DLL's. Being new,  I can't seem to find the cmake file or python
> script or other files that generate these incorrect dependencies. I need
> help.
>

SG2 is no different from SG1.x with respect to building.

The dependencies for each sub projects are written in CMakeLists.txt files
available for each sub project. e.g. indra/win_crash_logger/CMakeLists.txt
for the win_crash_logger sub project.

All of the cmake rules are stored in .cmake files written in cmake script
found in indra/cmake. Those files are referenced as include at the beginning
of each CMakeLists.txt.

We're not building with VC90 internally so I'm not surprised some unpleasant
surprise happen in that case. We should work to fix them though.

- Merov

PS: Note to self: get VS 2008 (VC90) and try solving all those build
issues... it's about time...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20100330/d023e7b3/attachment.htm 


More information about the opensource-dev mailing list