[opensource-dev] Autobuild with Visual Studio 2010 Express Edition
Nicky Perian
nickyperian at yahoo.com
Tue Feb 15 22:17:07 PST 2011
Autobuild with Visual Studio 2010 Express Edition
The autobuild repository is here:
http://bitbucket.org/NickyP/autobuild-vcexpress-wip
The viewer-autobuild repository is here:
http://bitbucket.org/NickyP/viewer-autobuild-vc10-express-wip
Self built libraies boost 1_45, json and llqtwebkit are in the downloads
section.
This doesn't seems a reliable server area so if the auto downloads fail you can
work around
by downloading each separately and coping to install.cache.<Username>
directory.
You need to setup you command prompt as was done before in vs2005 autobuild.
My batch file commands to setup the build environment are:
call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\vcvars32.bat"
set INCLUDE=C:\Program Files\Microsoft SDKs\Windows\v7.1\Include;C:\Program
Files\Microsoft SDKs\Windows\v7.1\Include\gl;C:\Program Files (x86)\Microsoft
DirectX SDK (June 2010)\Include;%INCLUDE%
set LIB=C:\Program Files\Microsoft SDKs\Windows\v7.1\Lib;C:\Program
Files\Microsoft SDKs\Windows\v7.1\Lib\x64;C:\Program Files (x86)\Microsoft
DirectX SDK (June 2010)\Lib;%LIB%
My config batch file commands are:
@echo
C:\Users\Bill\lindenhg\autobuild-vcexpress-wip\bin\autobuild --debug configure
-c VC10msbuildRelWithDebInfo -- -DLL_TESTS:BOOL=OFF
My build batch file commands is:
C:\users\bill\lindenhg\autobuild-vcexpress-wip\bin\autobuild --debug build -c
VC10msbuildRelWithDebInfo 2>&1 |c:\cygwin\bin\tee Build.log
Quirks:
A Visual Studio 10 solution.sln is produced but, the solutions and the build
tree are in the build-vc80 directory. This is a known issue with an *TODO
marking.
Using these repositories and libraries I just finished a build with 3 warnings
and 3 errors. That is down from 40 warnings and 30 errors earlier today. But
-DLL_TESTS:BOOL=OFF so that skews it a little.
I think is can be a starting point for Opensource activity in conjunction with
hackfest.
I would liked to have had a more complete solution but knowledge and time both
expired. Hopefully, if more folks will tweak and fix bugs we can have something
to run in parallel with the activities Thursday and Friday.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20110215/ac9f4766/attachment.htm
More information about the opensource-dev
mailing list