Re: [e-users] problems compiling on Ubuntu 10.10

2011-02-09 Thread Martin Koelewijn
If it's the pkgconfig thing (I don't think /usr/local is included by default) try something like this: export $PKG_CONFIG_PATH=/usr/local/e17/lib/pkgconfig:$PKG_CONFIG_PATH something like that, find the pkgconfig file and point to that. You can add this line to .bashrc to make this permanent, but

Re: [e-users] problems compiling on Ubuntu 10.10

2011-02-09 Thread Marco Ferretti
Actually, it looks like Daniel had a point in his first email . I tested a fresh ubuntu 10.10 by installing what he mentioned and I got to the end of the compilation stream . This morning I got my hands back on the machine that I was using yesterday and it looks like I was missing :

Re: [e-users] problems compiling on Ubuntu 10.10

2011-02-09 Thread Marco Ferretti
ok ... now I have a different error compiling e_dbus : make[3]: Entering directory `/home/ferrema/e-svn/e_dbus/src/bin' CC e_dbus_test-test.o CCLD e_dbus_test CC e_dbus_test_client-test_client.o CCLD e_dbus_test_client CC e_dbus_bluez_test-e_dbus_bluez_test.o CCLD

Re: [e-users] problems compiling on Ubuntu 10.10

2011-02-09 Thread The Rasterman
On Wed, 9 Feb 2011 11:07:47 +0100 Marco Ferretti marco.ferre...@gmail.com said: ok ... now I have a different error compiling e_dbus : make[3]: Entering directory `/home/ferrema/e-svn/e_dbus/src/bin' CC e_dbus_test-test.o CCLD e_dbus_test CC e_dbus_test_client-test_client.o

Re: [e-users] problems compiling on Ubuntu 10.10

2011-02-09 Thread Daniel Juyung Seo
Congratulations! Now you've got e :) It's time to enjoy. Daniel Juyung Seo (SeoZ) 2011. 2. 9. 오후 9:00에 Marco Ferretti marco.ferre...@gmail.com님이 작성: it was just a matter of copying/symlinking /usr/local/share/xsessions/enlightenment.desktop in /usr/local/share/xsessions and it appeared on the

[e-users] problems compiling on Ubuntu 10.10

2011-02-08 Thread Marco Ferretti
Hello list ! I am trying to compile from svn/trunk. I have downloaded, compiled and successfully (?) installed the following : eina eet evas ecore embryo edje e_dbus efreet When I try to download and compile the window manager ( e ) I get the following error No package 'edbus' found No package

Re: [e-users] problems compiling on Ubuntu 10.10

2011-02-08 Thread Daniel Juyung Seo
Hello, Can you try with installing below packages first then rebuild all core libraries? $ sudo apt-get install build-essential automake libtool ccache zlib1g-dev libjpeg62-dev libfreetype6-dev libdbus-1-dev liblua5.1-0-dev g++ libxext-dev libxrender-dev libpng12-dev libpng12-dev libxrandr-dev

Re: [e-users] problems compiling on Ubuntu 10.10

2011-02-08 Thread The Rasterman
On Tue, 8 Feb 2011 17:09:52 +0100 Marco Ferretti marco.ferre...@gmail.com said: Hello list ! I am trying to compile from svn/trunk. I have downloaded, compiled and successfully (?) installed the following : eina eet evas ecore embryo edje e_dbus efreet When I try to download and compile