Problem compiling testOnDemandRTSPServer.cpp (From the Live555 libraries)?

The Answer By not using the Ubuntu Packaged libraries at all... But by just compiling the source code from the Live555 website In a custom Makefile, this is the structure I used to compile my own program and the testOnDemandRTSPServer: LIVE_INCLUDES=-I../UsageEnvironment/include -I../groupsock/include -I../liveMedia/include -I../BasicUsageEnvironment/include LIVE_LIBS=../liveMedia/libliveMedia. A ../groupsock/libgroupsock. A ../BasicUsageEnvironment/libBasicUsageEnvironment.

A ../UsageEnvironment/libUsageEnvironment. A g++ $(LIVE_INCLUDES) testOnDemandRTSPServer. C -c g++ -o testOnDemandRTSPServer -L.

TestOnDemandRTSPServer. O $(LIVE_LIBS) It solves the undefined reference errors as well :P.

The Answer By not using the Ubuntu Packaged libraries at all... But by just compiling the source code from the Live555 website. In a custom Makefile, this is the structure I used to compile my own program and the testOnDemandRTSPServer: LIVE_INCLUDES=-I../UsageEnvironment/include -I../groupsock/include -I../liveMedia/include -I../BasicUsageEnvironment/include LIVE_LIBS=../liveMedia/libliveMedia. A ../groupsock/libgroupsock.

A ../BasicUsageEnvironment/libBasicUsageEnvironment. A ../UsageEnvironment/libUsageEnvironment. A g++ $(LIVE_INCLUDES) testOnDemandRTSPServer.

C -c g++ -o testOnDemandRTSPServer -L. TestOnDemandRTSPServer. O $(LIVE_LIBS) It solves the undefined reference errors as well :P.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions