LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
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


Reply
  Search this Thread
Old 01-14-2005, 04:27 PM   #1
Haiyadragon
Member
 
Registered: Sep 2003
Location: Gorredijk, Netherlands
Distribution: Arch Linux
Posts: 400

Rep: Reputation: 30
Totem gtk+ only


I'm trying to compile Totem with --enable-gtk (because I'm not using Gnome but want a good gtk2 interface) but during make I get:

Code:
totem.o(.text+0x57c): In function `play_pause_set_label':
/home/pathfinder/downloads/totem-0.100/src/totem.c:283: undefined reference to `
_'
totem.o(.text+0x649):/home/pathfinder/downloads/totem-0.100/src/totem.c:273: und
efined reference to `_'
totem.o(.text+0x689):/home/pathfinder/downloads/totem-0.100/src/totem.c:278: und
efined reference to `_'
totem.o(.text+0x77f): In function `totem_action_eject':
/home/pathfinder/downloads/totem-0.100/src/totem.c:322: undefined reference to `
_'
totem.o(.text+0x838): In function `totem_action_play':
/home/pathfinder/downloads/totem-0.100/src/totem.c:344: undefined reference to `
_'
totem.o(.text+0x906):/home/pathfinder/downloads/totem-0.100/src/totem.c:371: mor
e undefined references to `_' follow
totem.o(.text+0x6b09): In function `main':
/home/pathfinder/downloads/totem-0.100/src/totem.c:3602: undefined reference to 
`totem_session_restore'
totem.o(.text+0x6b19):/home/pathfinder/downloads/totem-0.100/src/totem.c:3539: u
ndefined reference to `_'
totem.o(.text+0x6b26):/home/pathfinder/downloads/totem-0.100/src/totem.c:3539: u
ndefined reference to `_'
totem.o(.text+0x6b55):/home/pathfinder/downloads/totem-0.100/src/totem.c:3514: u
ndefined reference to `_'
totem.o(.text+0x6b62):/home/pathfinder/downloads/totem-0.100/src/totem.c:3514: u
ndefined reference to `_'
totem.o(.text+0x6b95):/home/pathfinder/downloads/totem-0.100/src/totem.c:3487: u
ndefined reference to `_'
totem.o(.text+0x6ba2):/home/pathfinder/downloads/totem-0.100/src/totem.c:3487: m
ore undefined references to `_' follow
collect2: ld returned 1 exit status
make[2]: *** [totem] Error 1
make[2]: Leaving directory `/home/pathfinder/downloads/totem-0.100/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/pathfinder/downloads/totem-0.100'
make: *** [all-recursive-am] Error
How do I fix it?
Or maybe somebody knows a multimedia player with either a good gtk2 interface or a good qt interface?
 
Old 01-14-2005, 04:29 PM   #2
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
try totem-0.99 and see if that helps. It doesn't look like its having a problem linking the gtk functions but its own functions. gxine is another gtk2 frontend to xine thats pretty good.
 
Old 01-14-2005, 04:50 PM   #3
Haiyadragon
Member
 
Registered: Sep 2003
Location: Gorredijk, Netherlands
Distribution: Arch Linux
Posts: 400

Original Poster
Rep: Reputation: 30
0.99.22 during make:

Code:
totem-video-thumbnailer.c: In function `time_monitor':
totem-video-thumbnailer.c:290: warning: implicit declaration of function `exit'
totem-video-thumbnailer.c: In function `main':
totem-video-thumbnailer.c:297: warning: implicit declaration of function `N_'
totem-video-thumbnailer.c:297: error: initializer element is not constant
totem-video-thumbnailer.c:297: error: (near initialization for `options[0].descr
ip')
totem-video-thumbnailer.c:297: error: initializer element is not constant
totem-video-thumbnailer.c:297: error: (near initialization for `options[0]')
totem-video-thumbnailer.c:298: error: initializer element is not constant
totem-video-thumbnailer.c:298: error: (near initialization for `options[1]')
make[2]: *** [totem-video-thumbnailer.o] Error 1
make[2]: Leaving directory `/home/pathfinder/downloads/totem-0.99.22/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/pathfinder/downloads/totem-0.99.22'
make: *** [all-recursive-am] Error 2
edit.

Oh and I know about Gxine but it crashes on me (usually while switching to fullscreen), I hate splashscreens and I really don't like the icons.

Thanks for helping me.

Last edited by Haiyadragon; 01-14-2005 at 04:52 PM.
 
Old 01-14-2005, 05:09 PM   #4
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
hmmm.....
check the dependencies for outdated versions. I have totem-0.99.22 on mine (also slack 10) and didn't have any problems at all compiling it.
 
Old 01-14-2005, 05:29 PM   #5
Haiyadragon
Member
 
Registered: Sep 2003
Location: Gorredijk, Netherlands
Distribution: Arch Linux
Posts: 400

Original Poster
Rep: Reputation: 30
I can compile it normally. But not with the --enable-gtk option.
 
Old 01-14-2005, 05:34 PM   #6
__J
Senior Member
 
Registered: Dec 2004
Distribution: Slackware, ROCK
Posts: 1,973

Rep: Reputation: 46
i did it with gtk too
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Freerock uninstall stole GTK looking for up-to-date pango, atk, gtk, glib and xft tgz Oholiab Slackware 8 09-18-2005 11:57 AM
Totem or totem gstreamer wont decode quicktime or wmv movies! reformedgeek Ubuntu 5 05-24-2005 12:13 PM
cant find gtk-config file or gtk-devel to install happychappy Linux - Software 2 02-16-2005 12:46 AM
Totem/ Totem-xine regorbro Linux - Software 1 12-11-2004 10:32 PM
compiling gaim/ gtk error (two versions of gtk) webazoid Linux - Software 0 07-06-2004 06:05 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:41 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration