LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   trying to install live for gmplayer (https://www.linuxquestions.org/questions/linux-software-2/trying-to-install-live-for-gmplayer-43809/)

illtbagu 02-02-2003 07:05 PM

trying to install live for gmplayer
 
http://www.live.com/liveMedia/#config-unix

if I'm interpreting this right its telling me

./genMakefiles linux-config.linux

but i get a error

[root@dhcp-395-6 live]# ./genMakefiles linux-config.linux
cat: ../config.linux-config.linux: No such file or directory
cat: ../config.linux-config.linux: No such file or directory
cat: ../config.linux-config.linux: No such file or directory
cat: ../config.linux-config.linux: No such file or directory
cat: ../config.linux-config.linux: No such file or directory
cat: config.linux-config.linux: No such file or directory
[root@dhcp-395-6 live]#

so adding the spaces between the "-"

./genMakefiles linux - config.linux

i dont get any errors just a return

have i read this right.

because if i have when i do my make i get this

/usr/include/c++/3.2/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <sstream> instead of the deprecated header <strstream.h>. To disable this warning use -Wno-deprecated.
c++ -oplaySIP -L. playSIP.o playCommon.o ../liveMedia/libliveMedia.a ../groupsock/libgroupsock.a ../UsageEnvironment/libUsageEnvironment.a ../BasicUsageEnvironment/libBasicUsageEnvironment.a
c++ -c -I../UsageEnvironment/include -I../groupsock/include -I../liveMedia/include -I../BasicUsageEnvironment/include -I. -O -DSOCKLEN_T=socklen_t -Wall -DBSD=1 sapWatch.cpp
In file included from /usr/include/c++/3.2/backward/iostream.h:31,
from ../groupsock/include/NetAddress.hh:37,
from ../groupsock/include/NetInterface.hh:25,
from ../groupsock/include/Groupsock.hh:33,
from sapWatch.cpp:20:
/usr/include/c++/3.2/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <sstream> instead of the deprecated header <strstream.h>. To disable this warning use -Wno-deprecated.
c++ -osapWatch -L. sapWatch.o ../liveMedia/libliveMedia.a ../groupsock/libgroupsock.a ../UsageEnvironment/libUsageEnvironment.a ../BasicUsageEnvironment/libBasicUsageEnvironment.a
make[1]: Leaving directory `/home/joe/live/testProgs'
[root@dhcp-395-6 live]#

MasterC 02-02-2003 11:24 PM

I read that to say:
./genMakefiles linux

Which works for me. It creates the necessary makefile that you then make and (optionally) make install.

Cool

illtbagu 02-02-2003 11:41 PM

thanks MasterC
AD

MasterC 02-02-2003 11:54 PM

You're welcome, is it workin then?

Cool


All times are GMT -5. The time now is 05:50 PM.