On Sat, 24 Feb 2007 15:59:25 -0700
[EMAIL PROTECTED] wrote:

> Hi, 
> 
> not my best day...machine crashed as i clicked send on the last message, so 
> not sure if it sent (not in my sent items), so appologies if this is a 
> duplicate. 
> 
> I missed the bit that you already had mpd installed (need to scroll down) 
> 
> I checked the emphasis configure file, and it shows that it looks for libmpd 
> >= 0.12.0, you show installed 0.01 (or is this an ubuntu version number ?) 
> 
> Could this be your issue ? 
> 
> Lucas 
>


ahh  I see what you mean e17/apps/emphasis/configure...  

on line 6078 in 
if `pkg-config --atleast-version=0.12.4 libmpd`; then
 libmpd_v_cflags="-DLIBMPD_0_12_4"
else
 libmpd_v_cflags="-DLIBMPD_0_12_0"
fi

It seems that version Ubuntu uses is too early for the configure.

$ apt-cache show libmpd
Package: libmpd
Priority: optional
Section: universe/libs
Installed-Size: 120
Maintainer: Eric Wong <[EMAIL PROTECTED]>
Architecture: i386
Version: 0.01-3    <------------------------------------------------------
Replaces: libmpd-0.01-0
Provides: libmpd-0.01-0
Depends: libc6 (>= 2.3.4-1)
Conflicts: libmpd-0.01-0
Filename: pool/universe/libm/libmpd/libmpd_0.01-3_i386.deb
Size: 25954
MD5sum: 70dfb7ebaafa89d5564f00cfa8c5dd6f
Description: High-level client library for accessing Music Player Daemon
 LibMpd is a library that provides high-level, callback-based access to
 Music Player Daemon (mpd).

Then found a deb which is more recent
http://musicpd.org/~decklin/debian/libmpd0_0.13.0~svn+r4531-1_i386.deb
but it needs  libc6 (>= 2.3.6-6) whereas the same in ubuntu dapper is 
2.3.6-0ubuntu20.4

so fetched src for libmpd via svn: $ sudo svn co 
https://svn.musicpd.org/libmpd/trunk libmpd
then: $ sudo ./autogen.sh
then: $ sudo checkinstall -D  (added version number to 0.13.1 from ChangeLog)

which gave me  a fresh shiny libmpd_0.13.1-1_i386.deb

and restarted easy_17.sh and then emphasis compiled!

thanks for the prompting

R

Send instant messages to your online friends http://au.messenger.yahoo.com 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to