Hi, all.

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.

I have done the basic installation of live555 for Linux, via:

./genMakefiles linux
make
make install

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.

(compiler output)

[root@apollo streamtest]# g++ streamtest.cpp
In file included from streamtest.cpp:1:0:
/usr/local/include/UsageEnvironment/UsageEnvironment.hh:28:23: fatal error: 
NetCommon.h: No such file or directory
 #include "NetCommon.h"

What is the best way to resolve this?

Kind regards,

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

Reply via email to