Dear Mr. Butterworth,
I am trying to compile the video streaming live 555 platform code on my system using Microsoft Visual Studio 9.0. The code is available in this link: http://www.live555.com/liveMedia/public/
I have generated the makefiles for this code using the provided genWindowsMakefiles script provided here. The problem I encountered was while running the batch file I created (run.bat). At this stage, I see the following error:
NMAKE : fatal error U1073: don't know how to make '../groupsock/libgroupsock.lib'
indicating that libgroupsock.lib object file library is not present in this directory. This object file library is not present in the source code either. How do I work around this situation?
Sharda