Hi,

> now am not able to edit these programs , Tough all the headers are
> present in include folders am not able to compile the edited programs.
> i have pasted the errors here, Pls check and help me.

> [root at caserver testProgs]# g++ testMP3Streamer.cpp
> testMP3Streamer.cpp:20:24: liveMedia.hh: No such file or directory
> testMP3Streamer.cpp:21:30: GroupsockHelper.hh: No such file or directory
> testMP3Streamer.cpp:23:36: BasicUsageEnvironment.hh: No such file or directory


Have you tried to follow the instructions available in the Live555 site.
Please follow one of the examples bellow depending on your platform:
http://www.live555.com/liveMedia/#config-unix
http://www.live555.com/liveMedia/#config-windows

Note the following lines issued by the make command because it's similar to 
what you need to do/see:
c++ -c -I../UsageEnvironment/include -I../groupsock/include 
-I../liveMedia/include -I../BasicUsageEnvironment/include -I. -O2 
-DSOCKLEN_T=socklen_t -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -Wall 
-DBSD=1 testMP3Streamer.cpp
c++ -otestMP3Streamer -L. testMP3Streamer.o ../liveMedia/libliveMedia.a 
../groupsock/libgroupsock.a ../BasicUsageEnvironment/libBasicUsageEnvironment.a 
../UsageEnvironment/libUsageEnvironment.a


Best regards,
Bruno Basilio

Sorry for my previous empty response message.



--------------------------------------------------------------------------------

Declara??o:
A informa??o contida nesta mensagem, e os ficheiros anexos, ? privilegiada e 
confidencial, destinando-se exclusivamente ao(s) destinat?rio(s).Se n?o ? o 
destinat?rio (ou o respons?vel pela sua entrega ao destinat?rio) e recebeu a 
mesma por engano, fica notificado que ? estritamente proibido reproduzir, 
guardar ou distribuir toda ou qualquer parte desta mensagem e ficheiros 
anexos.Por favor reencaminhe a mensagem para o respons?vel pelo seu envio ou 
contacte-nos por telefone e elimine a mensagem e ficheiros anexos do seu 
computador,sem os reproduzir.

Disclaimer:
The information contained in this message, and any files attached, is 
privileged and confidential, and intended exclusively for the included 
addresses.If you are not the intended recipient (or the person responsible for 
delivering to the intended recipient) and received this message by mistake, be 
aware that copy, storage, distribution or any other use of all or part of this 
message and the files attached is strictly prohibited. Please notify the sender 
by reply e-mail or contact us by telephone and delete this message and the 
files attached, without retaining a copy.

--------------------------------------------------------------------------------


_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to