Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
11-27-2004, 07:49 AM
|
#1
|
Member
Registered: Nov 2004
Location: Cambridge, United Kingdom
Distribution: Ubuntu 5.04
Posts: 77
Rep:
|
Installing Xine
Hello
Trying to configure Xine-Lib-1-rc7 on Mandrake 10.0 Official...
So I type configure and it goes on for a while then I get this.....
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
Any ideas what I need...
Cheers
|
|
|
11-27-2004, 08:29 AM
|
#2
|
LQ Guru
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,337
Rep:
|
You need to install the gcc (Gnu C compiler). Basically, you are trying to compile a program without the compiler. Install it from your Mandrake CD's, then re-run the ./configure. There will be more a hell lot of dependencies until you have Xine up and running (if you are lucky). A little suggestion, try learning how to use urpmi:
http://easyurpmi.zarb.org/
it will make your life much easier. E.g:, if you type "urpmi xine" at the console, as root, urpmi will download and install xine and all it's dependencies for you. It works very well.
Good luck!
|
|
|
11-27-2004, 08:31 AM
|
#3
|
Member
Registered: Nov 2004
Location: Cambridge, United Kingdom
Distribution: Ubuntu 5.04
Posts: 77
Original Poster
Rep:
|
Yeh, this is the problem, I have got GCC and URPMI?????
|
|
|
11-27-2004, 08:39 AM
|
#4
|
Member
Registered: Nov 2004
Location: Cambridge, United Kingdom
Distribution: Ubuntu 5.04
Posts: 77
Original Poster
Rep:
|
Ok...A little more progress..I did xine on urpmi, and it seemed to go ok, I also got Kaffeine off of urpmi, it installed and that appeared to go ok, I found kaffeine in /usr/bin I made a link to it on my desktop, when i try and open, it just stays at starting Kaffeine, and thn nothing happens?
|
|
|
11-27-2004, 08:44 AM
|
#5
|
LQ Guru
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,337
Rep:
|
No idea, sorry  . Try running kaffeine from the console though, it usually gives a better output of error messages. Also, if there's not an specific reason to use Xine (unless you want/need DVD menus) mplayer is a much better alternative...
And when you are not sure about if an rpm is or not installed, use:
rpm -qa | grep gcc
at the console, for example.
|
|
|
11-27-2004, 08:51 AM
|
#6
|
Member
Registered: Nov 2004
Location: Cambridge, United Kingdom
Distribution: Ubuntu 5.04
Posts: 77
Original Poster
Rep:
|
That gives me
gcc-3.4.1-4mdk
gcc-cpp-3.4.1-4mdk
gcc2.96-cpp-2.96-0.83mdk
So GCC is cleary installed...
This is what kaffiene from console gives me ....
./kaffeine: Symbol `_ZTI18KUniqueApplication' has different size in shared object, consider re-linking
./kaffeine: Symbol `_ZTI9KComboBox' has different size in shared object, consider re-linking
./kaffeine: Symbol `_ZTI7QWidget' has different size in shared object, consider re-linking
./kaffeine: Symbol `_ZTIN6KParts4PartE' has different size in shared object, consider re-linking
./kaffeine: Symbol `_ZTI11KMainWindow' has different size in shared object, consider re-linking
Main: XInitThreads()
kaffeine: relocation error: kaffeine: undefined symbol: _ZN11KMainWindow7setIconERK7QPixmap
ERROR: Communication problem with kaffeine, it probably crashed.
A bit mysterious...?
|
|
|
11-27-2004, 08:58 AM
|
#7
|
LQ Guru
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,337
Rep:
|
I'd say very mysterious  . Not really sure... gcc is version 3+ (which is current) while gpp (the GNU c++ compiler) is 2+, which is really old.
If I was you, I'd try this. But you may want to wait for somebody else post with another thought before trying and screwing everything up  . Fire up Mandrake Control Center and remove all gcc, g++ packages you've there and install them again, from your CD's or from Mandrake's ftp. Get matching versions as g++ 3+ and gcc 3+. Run again ./configure and see what happens.
Odd with Kaffeine though. You may need to try another GUI for xine. I still think that mplayer through urpmi is a better shot though  .
This is a GNU advice, meaning it comes with no guaranty whatsoever, use it at your own risk 
|
|
|
11-27-2004, 09:01 AM
|
#8
|
Member
Registered: Nov 2004
Location: Cambridge, United Kingdom
Distribution: Ubuntu 5.04
Posts: 77
Original Poster
Rep:
|
Right thanks for the help...
I got mplayer, and it works through the console, /usr/bin/mplayer
But, if i click that nothing happens, do i need to installer a seperate GUI?
Cheers
|
|
|
11-27-2004, 09:03 AM
|
#9
|
LQ Guru
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,337
Rep:
|
Maybe the gui is already installed. Try typing "gmplayer" at the console to see if that works.
|
|
|
11-27-2004, 09:11 AM
|
#10
|
Member
Registered: Nov 2004
Location: Cambridge, United Kingdom
Distribution: Ubuntu 5.04
Posts: 77
Original Poster
Rep:
|
Hmm..I can find that..
|
|
|
11-27-2004, 09:15 AM
|
#11
|
LQ Guru
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,337
Rep:
|
Can't?. Odd. Not sure how to install the gui through urpmi, but try "urpmi mplayer-gui" or "urpmi gmplayer". 
|
|
|
11-27-2004, 09:16 AM
|
#12
|
Member
Registered: Nov 2004
Location: Cambridge, United Kingdom
Distribution: Ubuntu 5.04
Posts: 77
Original Poster
Rep:
|
Im downloading mplayer-gui as we speak 
|
|
|
11-27-2004, 09:17 AM
|
#13
|
Member
Registered: Nov 2004
Location: Cambridge, United Kingdom
Distribution: Ubuntu 5.04
Posts: 77
Original Poster
Rep:
|
Yay, thanks a lot!!! Any ideas where to an AAC plugin?
|
|
|
11-27-2004, 09:19 AM
|
#14
|
LQ Guru
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,337
Rep:
|
That's great  . I hope it will work and most important, that you will like mplayer. The only thing it lacks is a descent DVD-menu. Other then that, it's an awesome player, ported to a hole lot of systems out there as Xbox (works amazingly), FreeBSD and even Win32 itself. It supports an incredible number of codecs and can play a lot of known formats as DivX, mpeg, avi, mov, mp3, ogg as well as VCD's and DVD's  . It also comes with memcoder, so you can create/edit your own videos (never done that though) 
|
|
|
11-27-2004, 09:22 AM
|
#15
|
LQ Guru
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,337
Rep:
|
You are welcome  . I'm glad it works. About the MPEG-4 ACC codec, I'm not sure. I always compiled mplayer from source (it compiles surprisingly easy) and I usually install the package codecs-all they have at their homepage. Not sure is ACC comes too though  . Sorry...
|
|
|
All times are GMT -5. The time now is 02:41 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|