[e-users] emphasis: libmdp not found when compiling

2007-02-24 Thread Russell Davie
Hi

this falls over when compiling emphasis

eror message:  
checking for libmpd... configure: error: libmpd not found.

This is using easy_e17_112.sh in Ubuntu Dapper i386.
the libmpd packages are installed:
$ apt-show-versions | grep libmpd
libmpd-dev/dapper uptodate 0.01-3
libmpd/dapper uptodate 0.01-3

I made a sym link to libmpd-0.01.so.0.0.0 but this didn't help
/usr/lib$ ls -la libmpd*
lrwxrwxrwx 1 root root20 2007-02-25 09:15 libmpd - libmpd-0.01.so.0.0.0 
-rw-r--r-- 1 root root   826 2006-01-01 06:08 libmpd-0.01.la
lrwxrwxrwx 1 root root20 2007-02-22 07:11 libmpd-0.01.so - 
libmpd-0.01.so.0.0.0 
lrwxrwxrwx 1 root root20 2007-02-22 07:11 libmpd-0.01.so.0 - 
libmpd-0.01.so.0.0.0 
-rw-r--r-- 1 root root 59472 2006-01-01 06:08 libmpd-0.01.so.0.0.0

any suggestions?

TIA

Russell 
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.phpp=sourceforgeCID=DEVDEV
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] emphasis: libmdp not found when compiling

2007-02-24 Thread lvs
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 


Russell Davie writes: 

 Hi 
 
 this falls over when compiling emphasis 
 
 eror message:  
 checking for libmpd... configure: error: libmpd not found. 
 
 This is using easy_e17_112.sh in Ubuntu Dapper i386.
 the libmpd packages are installed:
 $ apt-show-versions | grep libmpd
 libmpd-dev/dapper uptodate 0.01-3
 libmpd/dapper uptodate 0.01-3 
 
 I made a sym link to libmpd-0.01.so.0.0.0 but this didn't help
 /usr/lib$ ls -la libmpd*
 lrwxrwxrwx 1 root root20 2007-02-25 09:15 libmpd - libmpd-0.01.so.0.0.0 
 -rw-r--r-- 1 root root   826 2006-01-01 06:08 libmpd-0.01.la
 lrwxrwxrwx 1 root root20 2007-02-22 07:11 libmpd-0.01.so - 
 libmpd-0.01.so.0.0.0 
 lrwxrwxrwx 1 root root20 2007-02-22 07:11 libmpd-0.01.so.0 - 
 libmpd-0.01.so.0.0.0 
 -rw-r--r-- 1 root root 59472 2006-01-01 06:08 libmpd-0.01.so.0.0.0 
 
 any suggestions? 
 
 TIA 
 
 Russell 
 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.phpp=sourceforgeCID=DEVDEV
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 

-
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.phpp=sourceforgeCID=DEVDEV
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] emphasis: libmdp not found when compiling

2007-02-24 Thread Russell Davie
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.phpp=sourceforgeCID=DEVDEV
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users