Hi NickyP, On Tue, Mar 30, 2010 at 7:28 PM, William Nickels <nickyper...@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...
_______________________________________________ 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