Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Hi
I am trying to get http://www.live555.com/openRTSP/ on DNS 323
It seems that no package exist, therefore I must compile myself.
I installed gcc and make with fun plug package.
I do
./genMakefiles linux
make
I have the following errors :
cd liveMedia ; make
make[1]: Entering directory `/mnt/HD_a2/packages/live/liveMedia'
c++ -c -Iinclude -I../UsageEnvironment/include -I../groupsock/include -I. -O2 -DSOCKLEN_T=socklen_t -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -Wall -DBSD=1 Media.cpp
In file included from ../UsageEnvironment/include/UsageEnvironment.hh:28,
from include/Media.hh:33,
from Media.cpp:21:
../groupsock/include/NetCommon.h:70:23: error: sys/types.h: No such file or directory
../groupsock/include/NetCommon.h:71:24: error: sys/socket.h: No such file or directory
../groupsock/include/NetCommon.h:72:22: error: sys/time.h: No such file or directory
../groupsock/include/NetCommon.h:73:24: error: netinet/in.h: No such file or directory
../groupsock/include/NetCommon.h:74:23: error: arpa/inet.h: No such file or directory
../groupsock/include/NetCommon.h:75:19: error: netdb.h: No such file or directory
../groupsock/include/NetCommon.h:76:20: error: unistd.h: No such file or directory
../groupsock/include/NetCommon.h:77:20: error: string.h: No such file or directory
../groupsock/include/NetCommon.h:78:20: error: stdlib.h: No such file or directory
../groupsock/include/NetCommon.h:79:19: error: errno.h: No such file or directory
../groupsock/include/NetCommon.h:80:21: error: strings.h: No such file or directory
../groupsock/include/NetCommon.h:81:19: error: ctype.h: No such file or directory
In file included from Media.cpp:21:
include/Media.hh:40:19: error: stdio.h: No such file or directory
../UsageEnvironment/include/UsageEnvironment.hh:102: error: 'int64_t' has not been declared
../UsageEnvironment/include/UsageEnvironment.hh:115: error: 'int64_t' has not been declared
Media.cpp: In member function 'void MediaLookupTable::generateNewName(char*, unsigned int)':
Media.cpp:182: error: 'sprintf' was not declared in this scope
make[1]: *** [Media.o] Error 1
make[1]: Leaving directory `/mnt/HD_a2/packages/live/liveMedia'
make: *** [all] Error 2
Any idea ?
Thanks
Offline
Those headerfiles are available? They should exists in /ffp/include. If yes, how are they included in ../UsageEnvironment/include/UsageEnvironment.hh? If not, install uclibc package.
Last edited by Mijzelf (2010-05-06 14:06:38)
Offline