Ok it's probably my and issue with my build configuration. I am using gnu make so created a 'config.windows' and generate the make files with './genMakefiles windows'

(Actual error message is 'identifier not found')
symbols are:

RTSPCommon.cpp: strtol
UsageEnvironment.cpp: abort
testMP3Streamer.cpp: exit

The only points in the library source where I can find stdlib.h included is groupsock/include/NetCommon.h and liveMedia/rtcp_from_spec.h.

NetCommon.h doesn't include stdlib.h for non unix platforms.

So presumably these files are depending on <stdlib.h> or <cstdlib> being included by other VC++ headers.


On 03/12/2015 11:29 AM, Ross Finlayson wrote:

On Mar 12, 2015, at 11:22 PM, Robert Smith <[email protected] <mailto:[email protected]>> wrote:

The following files need to include the <stdlib.h> or <cstdlib> header:

UsageEnvironment/UsageEnvironment.cpp
liveMedia/RTSPCommon.cpp
testProgs/testMP3Streamer.cpp

Otherwise building with VC++ complains about undefined symbols.

Nobody else has complained about this.

What specific symbols does your VC++ think are undefined?

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/



_______________________________________________
live-devel mailing list
[email protected]
http://lists.live555.com/mailman/listinfo/live-devel

_______________________________________________
live-devel mailing list
[email protected]
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to