Page 1 of 1

xmms

PostPosted: Mon Oct 22, 2001 7:26 am
by jerome
I get this near end of compiling xmms, now i should be able to do -ldl for the dlopen stuff, but i installed gettext and can't figure out how to make it find that gettext symbol. [img]images/icons/frown.gif"%20border="0[/img]
<BLOCKQUOTE><font size="1" face="Verdana, Helvetica, sans-serif">code:</font><HR><pre> /usr/bin/ld: Undefined symbols:
_gettext
_bindtextdomain
_textdomain </pre>[/quote]
I either want to get this to compile myself, or fix my current xmms, isntalled by fink, which plays mp3s extremly fast, if anybody has ideas on either one, or if they're both going to play mp3s fast, or whatever info you can provide [img]images/icons/smile.gif"%20border="0[/img]
-jerome

Re: xmms

PostPosted: Mon Oct 22, 2001 8:28 am
by apex
Have you tried running ranlib() on the gettext archives?

It's funny I recognize a lot of errors as ones I've had before but I never remember how I got around them so I end up spending hours on these same errors over and over again.

(this is definately one of those [img]images/icons/wink.gif"%20border="0[/img])

Re: xmms

PostPosted: Mon Oct 22, 2001 5:00 pm
by jerome
muhawhawhaw silly me, i think i added -llibintl instead of -lintl i'm good for now....

Re: xmms

PostPosted: Mon Oct 22, 2001 5:08 pm
by jerome
well damn, i knew it was too good to be true, or at least to not have any more errors. [img]images/icons/smile.gif"%20border="0[/img] now it's cdaudio problems, is there some lib i need for the undeclared CDROM stuff? any clue? heh, can't just turn it off easily it seems. rats
-jerome

Re: xmms

PostPosted: Wed Oct 24, 2001 1:40 am
by apex
update ltconfig and ltmain.sh to build a working version of libtool. then it should build dynamic libs fine.

Re: xmms

PostPosted: Wed Oct 24, 2001 4:05 am
by jerome
you have directions for that mentioned somewhere? or a site wher ei could find out how? i haven't messed with libtool stuff before, i remember fink used to have something about it tho... hmm
-jerome

Re: xmms

PostPosted: Wed Oct 24, 2001 7:47 am
by jerome
ah ha! well figured all that out. only problem left: how the heck to make xmms build .dylib instead of just .a & .la :-/ no clue
-jerome

Re: xmms

PostPosted: Wed Jan 16, 2002 9:08 pm
by asg
I am getting a lot of the following error when compiling xmms

-----------------------
/usr/local/lib/libglib.a(gcache.o) definition of _g_cache_value_foreach in section (__TEXT,__text)
/usr/local/lib/libglib-1.2.0.dylib(gcache.lo) unused definition of _g_cache_value_foreach

Stop in /Users/christop/src/xmms-1.2.6/xmms.
*** Error code 1
-----------------------

I compiled and installed glib & gtk 1.2.10 without any problems [using -no-cpp-precomp]

The only reason I am trying to compile and install xmms-1.2.6 is becuase with 1.2.5 that I downloaded from the site I get the following error
---------------------
dyld: xmms version mismatch for library: /usr/lib/libz.1.dylib (compatibility version of user: 1.1.3 greater than library's version: 1.0.0)