<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
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'<br>
<br>
(Actual error message is 'identifier not found')<br>
symbols are:<br>
<br>
RTSPCommon.cpp: strtol<br>
UsageEnvironment.cpp: abort<br>
testMP3Streamer.cpp: exit<br>
<br>
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.<br>
<br>
NetCommon.h doesn't include stdlib.h for non unix platforms.<br>
<br>
So presumably these files are depending on <stdlib.h> or
<cstdlib> being included by other VC++ headers.<br>
<br>
<br>
<div class="moz-cite-prefix">On 03/12/2015 11:29 AM, Ross Finlayson
wrote:<br>
</div>
<blockquote
cite="mid:73B85334-0496-4E9B-B42D-EBB469762B9D@live555.com"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
<br class="">
<div>
<blockquote type="cite" class="">
<div class="">On Mar 12, 2015, at 11:22 PM, Robert Smith <<a
moz-do-not-send="true" href="mailto:smith@cognitec.com"
class="">smith@cognitec.com</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">The following files need to include the
<stdlib.h> or <cstdlib> header:<br class="">
<br class="">
UsageEnvironment/UsageEnvironment.cpp<br class="">
liveMedia/RTSPCommon.cpp<br class="">
testProgs/testMP3Streamer.cpp<br class="">
<br class="">
Otherwise building with VC++ complains about undefined
symbols.<br class="">
</div>
</blockquote>
<div><br class="">
</div>
</div>
Nobody else has complained about this.
<div class=""><br class="">
</div>
<div class="">What specific symbols does your VC++ think are
undefined?</div>
<br class="">
<div apple-content-edited="true" class="">
<span class="Apple-style-span" style="border-collapse: separate;
color: rgb(0, 0, 0); font-family: Helvetica; font-style:
normal; font-variant: normal; font-weight: normal;
letter-spacing: normal; line-height: normal; orphans: 2;
text-align: -webkit-auto; text-indent: 0px; text-transform:
none; white-space: normal; widows: 2; word-spacing: 0px;
-webkit-border-horizontal-spacing: 0px;
-webkit-border-vertical-spacing: 0px;
-webkit-text-decorations-in-effect: none;
-webkit-text-size-adjust: auto; -webkit-text-stroke-width:
0px; "><span class="Apple-style-span" style="border-collapse:
separate; color: rgb(0, 0, 0); font-family: Helvetica;
font-style: normal; font-variant: normal; font-weight:
normal; letter-spacing: normal; line-height: normal;
orphans: 2; text-align: -webkit-auto; text-indent: 0px;
text-transform: none; white-space: normal; widows: 2;
word-spacing: 0px; -webkit-border-horizontal-spacing: 0px;
-webkit-border-vertical-spacing: 0px;
-webkit-text-decorations-in-effect: none;
-webkit-text-size-adjust: auto; -webkit-text-stroke-width:
0px; ">Ross Finlayson<br class="">
Live Networks, Inc.<br class="">
<a moz-do-not-send="true" href="http://www.live555.com/"
class="">http://www.live555.com/</a></span></span>
</div>
<br class="">
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
live-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:live-devel@lists.live555.com">live-devel@lists.live555.com</a>
<a class="moz-txt-link-freetext" href="http://lists.live555.com/mailman/listinfo/live-devel">http://lists.live555.com/mailman/listinfo/live-devel</a>
</pre>
</blockquote>
<br>
</body>
</html>