Subject: tips for building on visual studio 2008
Date: Tue, 29 Jul 2008 15:31:30 -0400
Thread-Topic: tips for building on visual studio 2008
thread-index: AcjxsbOVWgLA2blDQwSSgevvPx7zWQ==
From: "Andrew Buchanan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
X-Spambayes-Classification: ham
X-Spambayes-Spam-Probability: 0.00
X-Spambayes-MailId: 1217368566
I was able to build just fine, I just thought I'd contribute the
required steps for anybody else interested.
1. Follow instructions located here:
<http://letsgoustc.spaces.live.com/blog/cns!89AD27DFB5E249BA!167.entry>http://letsgoustc.spaces.live.com/blog/cns!89AD27DFB5E249BA!167.entry
2. Modify TOOLS_32 directory to the equivalent directory in a VS2008
Installation ('C:\Program Files\Microsoft Visual Studio 9.0\VC').
Eg batch file is
-----------------------------------
call "C:\Program Files\Microsoft Visual Studio 9.0\VC\vcvarsall.bat"
cd liveMedia
nmake /B -f liveMedia.mak
cd ../groupsock
nmake /B -f groupsock.mak
cd ../UsageEnvironment
nmake /B -f UsageEnvironment.mak
cd ../BasicUsageEnvironment
nmake /B -f BasicUsageEnvironment.mak
cd ../testProgs
nmake /B -f testProgs.mak
cd ../mediaServer
nmake /B -f mediaServer.mak
-----------------------------------
3. Modify the cpp files in groupsock to point to <strstream> instead of
<strstrea.h> or <strstream.h>.
Put the batch file in the main live directory. Run the batch file.
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel