I am trying to compile <http://www.live555.com/liveMedia/public/live.2008.05.12.tar.gz>live.2008.05.12.tar.gz on QNX 6.2 system and I don't have watcom compiler, so I have replaced cc32 with gcc and during compilation, I am getting lot of syntax error and other errors like
/include/ByteStreamFileSource.hh:45 - syntax error before '('
/include/ByteStreamFileSource.hh:48 - u_int64_t was not declared in this scope

"u_int64_t" is defined in "groupsock/include/NetCommon.h". You should first make sure that you're including that file (you should be; I don't know why you wouldn't be...).
--

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to