LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Installing XMMS Error with glib (https://www.linuxquestions.org/questions/linux-software-2/installing-xmms-error-with-glib-248559/)

Egan 10-28-2004 07:43 PM

Installing XMMS Error with glib
 
This is the message I get after running ./configure
How do I check if I have iglib installed properly? As you can see I did a gli then hit TAB and found those entriies. Let me know what or if more info is needed.

checking for glib-config... no
checking for GLIB - version >= 1.2.2... no
*** The glib-config script installed by GLIB could not be found
*** If GLIB was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GLIB_CONFIG environment variable to the
*** full path to glib-config.
configure: error: *** GLIB >= 1.2.2 not installed - please install first ***
[root@localhost xmms-1.2.10]# gli
glibcbug glib-genmarshal glib-mkenums
glibc-post-upgrade glib-gettextize
[root@localhost xmms-1.2.10]#

rmartine 11-14-2004 09:30 PM

Try this: yum install glib*

Also, I installed xmms using yum install xmms

Good Luck!

eelriver 11-14-2004 11:07 PM

You don't mention what distribution you are using but if it's one of those that uses a RPM type package system there is probably a precompiled rpm for xmms.

kevpatts 12-05-2004 02:09 PM

I have glib 2.4.7 installed on Fedora core 3 and I get the same messege

any ideas?

schmee 12-21-2004 10:31 AM

Quote:

Originally posted by kevpatts
I have glib 2.4.7 installed on Fedora core 3 and I get the same messege

any ideas?


You need glib-devel and gtk+-devel.
(found relevant info at http://bugs.xmms.org/show_bug.cgi?id=1894 )

[root@host xmms-1.2.10]# yum install glib-devel gtk+-devel
then ./configure again


All times are GMT -5. The time now is 09:27 AM.