[Live-devel] Compiling live.2014.2.13 in Windows
Ross Finlayson
finlayson at live555.com
Sat Feb 15 02:33:06 PST 2014
> I have Visual Studio 2012 and have follwed the directions at https://github.com/iSECPartners/RtspFuzzer/wiki/Compiling-OpenRtsp-with-VS-2012 and at http://blog.mmone.de/2013/06/building-the-live555-streaming-media-framwork-on-windows-with-visual-studio-2012/
I don't know what prompted you to visit those web pages; they have nothing to do with us. Your starting point should be http://www.live555.com/liveMedia/#config-windows
But, in any case, your problem is simple:
> C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\link -out:live555MediaServer.exe /RELEASE msvcrt.lib /INCREMENTA
> L:NO /NOLOGO -subsystem:console,5.0 kernel32.lib ws2_32.lib mswsock.lib advapi32.lib live555MediaServer.obj DynamicRTSPServer.obj .
> ./liveMedia/libliveMedia.lib ../groupsock/libgroupsock.lib ../BasicUsageEnvironment/libBasicUsageEnvironment.lib ../UsageEnvironmen
> t/libUsageEnvironment.lib
> 'C:\Program' is not recognized as an internal or external command
There need to be quotes (either "" or ''; I'm not sure) around "Program Files (x86)" (and also "Microsoft Visual Studio 11.0"); otherwise Windoze thinks that the command is "C:\Program".
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20140215/7fa68a64/attachment.html>
More information about the live-devel
mailing list