<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
Hi, all.
<div><br>
</div>
<div>I'm new to the list, so forgive me if this has been asked before. I have been looking into the issue and can't seem to find a straightforward answer.</div>
<div><br>
</div>
<div>I have done the basic installation of live555 for Linux, via:</div>
<div><br>
</div>
<div>./genMakefiles linux</div>
<div>make</div>
<div>make install</div>
<div><br>
</div>
<div>which compiles the library and puts the resulting files in /usr/local/include, lib, and bin. I can't seem to get a basic program working, though, due to improperly referenced header files in the code.</div>
<div><br>
</div>
<div>(compiler output)</div>
<div><br>
</div>
<div>
<div>
<div><font class="Apple-style-span" face="'Courier New'">[root@apollo streamtest]# g++ streamtest.cpp </font></div>
<div><font class="Apple-style-span" face="'Courier New'">In file included from streamtest.cpp:1:0:</font></div>
<div><font class="Apple-style-span" face="'Courier New'">/usr/local/include/UsageEnvironment/UsageEnvironment.hh:28:23: fatal error: NetCommon.h: No such file or directory</font></div>
<div><font class="Apple-style-span" face="'Courier New'"> #include "NetCommon.h"</font></div>
</div>
</div>
<div><br>
</div>
<div>What is the best way to resolve this?</div>
<div><br>
</div>
<div>Kind regards,</div>
<div><br>
</div>
<div>Jim</div>
</body>
</html>