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" 님이 작성: > it was just a matter of copying/symlinking > /usr/local/share/xsessions/enlightenment.desktop > in /usr/local/share/xsessions and it appeared on the gdm list of the > av

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

2011-02-09 Thread Marco Ferretti
it was just a matter of copying/symlinking /usr/local/share/xsessions/enlightenment.desktop in /usr/local/share/xsessions and it appeared on the gdm list of the available sessions . On Wed, Feb 9, 2011 at 11:34 AM, Carsten Haitzler wrote: > On Wed, 9 Feb 2011 10:50:33 +0100 Marco Ferretti > > s

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

2011-02-09 Thread Marco Ferretti
right . I checked and there were some oddities in the /usr/lib . Recompiling right now ... looks like e_dbus is done :) On Wed, Feb 9, 2011 at 11:33 AM, Carsten Haitzler wrote: > On Wed, 9 Feb 2011 11:07:47 +0100 Marco Ferretti > > said: > > > ok ... > > now I have a different error compiling e_

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

2011-02-09 Thread The Rasterman
On Wed, 9 Feb 2011 10:50:33 +0100 Marco Ferretti said: > 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

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 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 > CCLD e_dbus_t

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 e_db

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 : x11proto-fo

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-08 Thread The Rasterman
On Tue, 8 Feb 2011 17:09:52 +0100 Marco Ferretti 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 the window manager

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 lib

[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 e17

2009-01-21 Thread Tobias Diekershoff
On Wed, 21 Jan 2009 10:38:14 -0200 Iván Briano (Sachiel) wrote: > > My compiling procedure, that evolved the during the last year is the > > following: eet, eina, evas, ecore, embryo, imlib2, edje, esmart, > > emotion, etk, etk_extra, efreet, ewl, e. All modules prior to e > > compiled fine. > >

Re: [e-users] problems compiling e17

2009-01-21 Thread Sachiel
On Wed, Jan 21, 2009 at 6:12 AM, Tobias Diekershoff wrote: > Dear list, > > I fetched the SVN repo of enlightenment this morning and tried to build > e17 on my Debian 5.0 box. It fails compiling e itself, throwing out the > following error message > > gcc -std=gnu99 -g -O2 -o enlightenment e_main.

[e-users] problems compiling e17

2009-01-21 Thread Tobias Diekershoff
Dear list, I fetched the SVN repo of enlightenment this morning and tried to build e17 on my Debian 5.0 box. It fails compiling e itself, throwing out the following error message gcc -std=gnu99 -g -O2 -o enlightenment e_main.o e_user.o e_manager.o e_path.o e_init.o e_ipc.o e_msgbus.o e_error.o e_

Re: [e-users] Problems compiling Etk_extra

2008-01-28 Thread Emerson Falcon
Did you use the easy_e17.sh script are you doing this by hand? When did you do your last cvs download/update? If you have serious issues you may want to look at the pre-built packages for your distribution that are out there. -Jonathan On Jan 28, 2008 2:18 PM, SilentBlue X <[EMAIL PROTECTED]> w

[e-users] Problems compiling Etk_extra

2008-01-28 Thread SilentBlue X
Grettings. No much time ago, I was decide install E17 and begin compile the libraries. I download these from: cvs -z3 -d :pserver:[EMAIL PROTECTED]:/var/cvs/e co e17/libs Guide me for the scripting: easy_e17.sh for compile in this order: imlib2 edb eet evas ecore efreet epeg embryo edje epsilon

[e-users] Problems compiling libraries (evas/ecore/edje)

2008-01-26 Thread Fernando Gerent
Hi everyone, I've been trying to update my E17 installation and I'm having some problems. I'm using yesterday's CVS (which I believe is the same as the most recent snapshot). Eet compiled ok, but evas gave me some errors about gdk-pixbuf not finding glib.h, so I used '--disable-image-loader-svg',

Re: [e-users] Problems compiling EFL on FreeBSD 6.3-PRERELEASE

2008-01-14 Thread Peter Wehrfritz
M.McNeil schrieb: > I used the easy_e17 script and with the exception of the elitaire > application, everything compiled and worked like a charm. Thanks again!!! > Oh, what is the problem with elitaire? Can you please paste the error message? Thanks Peter --

Re: [e-users] Problems compiling EFL on FreeBSD 6.3-PRERELEASE

2008-01-14 Thread M.McNeil
I used the easy_e17 script and with the exception of the elitaire application, everything compiled and worked like a charm. Thanks again!!! Regards, M.McNeil Sr. Network Engineer University of California Berkeley Massimiliano Calamelli wrote: > Great news! Just a question: have you used easy_e1

Re: [e-users] Problems compiling EFL on FreeBSD 6.3-PRERELEASE

2008-01-11 Thread Massimiliano Calamelli
Great news! Just a question: have you used easy_e17, or compiled all by hand? massimiliano 2008/1/11, M.McNeil <[EMAIL PROTECTED]>: > That did it!! Removing the enlightenment-devel FreeBSD port fixed the > problem and allowed me to compile everything properly. I'd like to > thank each of you wh

Re: [e-users] Problems compiling EFL on FreeBSD 6.3-PRERELEASE

2008-01-11 Thread M.McNeil
That did it!! Removing the enlightenment-devel FreeBSD port fixed the problem and allowed me to compile everything properly. I'd like to thank each of you who took the time to offer assistance. I really appreciate it. Best Regards, M. McNeil Sr. Network Engineer University of California Ber

Re: [e-users] Problems compiling EFL on FreeBSD 6.3-PRERELEASE

2008-01-10 Thread Massimiliano Calamelli
Imho, before to start with compile, you've to check if previous installation of E is present, and if it's true remove it. All of your problems seems related to the library that are found. Massimiliano 2008/1/11, M.McNeil <[EMAIL PROTECTED]>: > Hi, > > Ok, so I tried the following as you'd suggest

Re: [e-users] Problems compiling EFL on FreeBSD 6.3-PRERELEASE

2008-01-10 Thread Razmig K
M.McNeil a écrit : > [EMAIL PROTECTED] ~/e17_cvs/e17/libs/efreet]# export > declare -x ACLOCAL_FLAG="-I/usr/local/share/aclocal" > declare -x CFLAGS="-lintl -liconv -g -L/usr/X11R6/lib -L/usr/local/lib > -I/usr/local/include -I/usr/X11R6/include" > declare -x CPPFLAGS="-I/usr/local/incI/opt/lude -

Re: [e-users] Problems compiling EFL on FreeBSD 6.3-PRERELEASE

2008-01-10 Thread M.McNeil
Hi, Ok, so I tried the following as you'd suggested: [EMAIL PROTECTED] ~/e17_cvs/e17/libs/efreet]# export declare -x ACLOCAL_FLAG="-I/usr/local/share/aclocal" declare -x BLOCKSIZE="K" declare -x CFLAGS="-lintl -liconv -g -L/usr/X11R6/lib -L/usr/local/lib -I/usr/local/include -I/usr/X11R6/include

Re: [e-users] Problems compiling EFL on FreeBSD 6.3-PRERELEASE

2008-01-10 Thread Razmig K
> I'm having some issues when trying to compile E17 via CVS. I've tried > using the automated scripts that are out on the net, but I've had no > success. I have been able to install the enlightenment-devel (e17) > port, but again, no luck in compiling from CVS. Can someone point me in > the

Re: [e-users] Problems compiling EFL on FreeBSD 6.3-PRERELEASE

2008-01-10 Thread Massimiliano Calamelli
I'm sorry but my BSD host isn't at home, and atm i'm not able to check for error. Can you post the full logfile or, better, make a pastebin? Ah, just a question: have you removed e17 from ports? not sure, but i think that the presence of both E ways can create problems. Massimiliano PS: you're us

Re: [e-users] Problems compiling EFL on FreeBSD 6.3-PRERELEASE

2008-01-10 Thread M.McNeil
Here's what I get when using the easy_e17 script: --- Installing libraries (EFL) - - imlib2 . ok - edb ok - eet ok - evas ... ok

Re: [e-users] Problems compiling EFL on FreeBSD 6.3-PRERELEASE

2008-01-10 Thread Luchezar Petkov
I am a long time FreeBSD user, now using 7.0 beta-1, havent had any problems with E17 for a year or something. Pastebin the errors and make sure you're strictly following the user guide (that I wrote)so we can solve your prolbem and/or modify the guide. Thanks. ManoWarrior On Jan 10, 2008 10:26 P

Re: [e-users] Problems compiling EFL on FreeBSD 6.3-PRERELEASE

2008-01-10 Thread Massimiliano Calamelli
My 2 cents: try easy_e17 from omicron.homeip.net , it contains my patches for freebsd users.massimiliano 2008/1/10, M.McNeil <[EMAIL PROTECTED]>: > Hi, > > Thanks for the prompt response. I will post a copy of the compile > errors in about an hour. Thanks again for offering to help. > > Rega

Re: [e-users] Problems compiling EFL on FreeBSD 6.3-PRERELEASE

2008-01-10 Thread M.McNeil
Hi, Thanks for the prompt response. I will post a copy of the compile errors in about an hour. Thanks again for offering to help. Regards, M.McNeil Sr. Network Engineer University of California Berkeley Gustavo Sverzut Barbieri wrote: > On Jan 10, 2008 3:50 PM, M.McNeil <[EMAIL PROTECTED]>

Re: [e-users] Problems compiling EFL on FreeBSD 6.3-PRERELEASE

2008-01-10 Thread Gustavo Sverzut Barbieri
On Jan 10, 2008 3:50 PM, M.McNeil <[EMAIL PROTECTED]> wrote: > Hi, > > I'm having some issues when trying to compile E17 via CVS. I've tried > using the automated scripts that are out on the net, but I've had no > success. I have been able to install the enlightenment-devel (e17) > port, but agai

[e-users] Problems compiling EFL on FreeBSD 6.3-PRERELEASE

2008-01-10 Thread M.McNeil
Hi, I'm having some issues when trying to compile E17 via CVS. I've tried using the automated scripts that are out on the net, but I've had no success. I have been able to install the enlightenment-devel (e17) port, but again, no luck in compiling from CVS. Can someone point me in the right dir

[e-users] Problems compiling EFL on FreeBSD 6.3-PRERELEASE

2008-01-10 Thread M.McNeil
Hi, I'm having some issues when trying to compile E17 via CVS. I've tried using the automated scripts that are out on the net, but I've had no success. I have been able to install the enlightenment-devel (e17) port, but again, no luck in compiling from CVS. Can someone point me in the right

Re: [e-users] problems compiling evolve from current CVS

2007-09-25 Thread Robin
On 25/09/2007, Brian Howe <[EMAIL PROTECTED]> wrote: > > Ubuntu linux on sparc > > evolve errors out with: > > gcc -DHAVE_CONFIG_H -I. -I../../src -I/usr/local/include > -I/usr/local/include -I/usr/local/include/etk -I/usr/local/include > -I/usr/local/include -Wall -MT libevolve_la-evolve_lib.lo -M

[e-users] problems compiling evolve from current CVS

2007-09-25 Thread Brian Howe
Ubuntu linux on sparc evolve errors out with: gcc -DHAVE_CONFIG_H -I. -I../../src -I/usr/local/include -I/usr/local/include -I/usr/local/include/etk -I/usr/local/include -I/usr/local/include -Wall -MT libevolve_la-evolve_lib.lo -MD -MP -MF .deps/libevolve_la-evolve_lib.Tpo -c evolve_lib.c -fPIC -

Re: [e-users] problems compiling evas on solaris 10

2007-09-08 Thread The Rasterman
On Wed, 5 Sep 2007 09:15:44 +1000 Erik de Castro Lopo <[EMAIL PROTECTED]> babbled: alternatively download.enlightenment.org has tarball snaps where you just ./configure && make && make install and dont need autofoo. > Brian Howe wrote: > > > I have installed the following: > > > > autoconf 2.60

[e-users] problems compiling ecore from latest CVS

2007-09-06 Thread Brian Howe
This is an OpenSolaris sparc box, and while compiling I get this: -bash-3.00$ gmake cd . && /bin/bash /export/home/bhowe/e17_cvs/e17/libs/ecore/missing --run autoheader rm -f stamp-h1 touch config.h.in cd . && /bin/bash ./config.status config.h config.status: creating config.h config.status: confi

Re: [e-users] problems compiling evas on solaris 10

2007-09-04 Thread Erik de Castro Lopo
Brian Howe wrote: > I have installed the following: > > autoconf 2.60 > automake 1.10 > libtool 1.5 > > All downloaded from sunfreeware.com Those versions look ok. They are definitely not too old and I doubt they are too recent. > Should I go to the source for each and download and compile th

Re: [e-users] problems compiling evas on solaris 10

2007-09-04 Thread Brian Howe
I have installed the following: autoconf 2.60 automake 1.10 libtool 1.5 All downloaded from sunfreeware.com Should I go to the source for each and download and compile them? Brian On Sep 4, 2007, at 3:47 PM, Erik de Castro Lopo wrote: > Brian Howe wrote: > >> [EMAIL PROTECTED]:~/e17_cvs/e17/

Re: [e-users] problems compiling evas on solaris 10

2007-09-04 Thread Erik de Castro Lopo
Brian Howe wrote: > [EMAIL PROTECTED]:~/e17_cvs/e17/libs/evas$ ./autogen.sh > Running aclocal... > Running autoheader... > Running autoconf... > configure.in:110: error: possibly undefined macro: AC_DEFINE > If this token and others are legitimate, please use m4_pattern_allow. > See th

[e-users] problems compiling evas on solaris 10

2007-09-04 Thread Brian Howe
Ths is a sparc machine. I just downloaded the CVS sources and have been compiling by hand. I get the following while compiling evas: [EMAIL PROTECTED]:~/e17_cvs/e17/libs/evas$ ./autogen.sh Running aclocal... Running autoheader... Running autoconf... configure.in:110: error: possibly undefined macr

Re: [e-users] problems compiling libefreet

2007-08-19 Thread Peter Wehrfritz
Brian Howe schrieb: > I'm working with an Ubuntu Linux distro, intel hardware. I'm using a > CVS downloaded just a few minutes ago as a fresh download. The > following is the output I get with the error: > > > then mv -f ".deps/efreet_alloc.Tpo" ".deps/efreet_alloc.Po"; > else rm -f

[e-users] problems compiling libefreet

2007-08-19 Thread Brian Howe
I'm working with an Ubuntu Linux distro, intel hardware. I'm using a CVS downloaded just a few minutes ago as a fresh download. The following is the output I get with the error: then mv -f ".deps/efreet_alloc.Tpo" ".deps/efreet_alloc.Po"; else rm -f ".deps/efreet_alloc.Tpo"; exit 1

[e-users] Problems compiling e_utils

2007-04-18 Thread Alejandro Salas
Hello everyone, I'm trying to compile e_utils with no luck :-(... Results from autogen: Configuration Options Summary: Imlib2..: yes eet.: yes Evas: yes Ecore...: yes Edje: yes Esmart..: yes Engrave.: yes Epsilon.

Re: [e-users] problems compiling ewl

2006-08-09 Thread Nathan Ingersoll
Try updating ecore, there was some shuffling of data structures a while back that are related to this. On 8/9/06, Brian Howe <[EMAIL PROTECTED]> wrote: > I'm running Ubuntu Linux on intel. I've just done a complete checkout of the > cvs tree and I'm getting the following error trying to compile ew

[e-users] problems compiling ewl

2006-08-09 Thread Brian Howe
I'm running Ubuntu Linux on intel. I've just done a complete checkout of the cvs tree and I'm getting the following error trying to compile ewl:Making all in x11make[4]: Entering directory `/root/e17/e17/libs/ewl/src/engines/x11' if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG

Re: [e-users] problems compiling ewl

2006-07-11 Thread Nathan Ingersoll
These should be fixed in CVS now. I believe dj2 committed the fix yesterday. Update EWL and let us know if you still have a problem. Thanks, Nathan On 7/11/06, Brian Howe <[EMAIL PROTECTED]> wrote: > Hi All, > > So for the last few days I have been unable to compile ewl. The latest error > I am g

[e-users] problems compiling ewl

2006-07-11 Thread Brian Howe
Hi All,So for the last few days I have been unable to compile ewl. The latest error I am getting is as follows: gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/lib -I../../../src/lib -I../../../src/engines/evas_fb -I../../../src/engines/evas_fb -I/usr/local/include -I/usr/local/include -I/usr

Re: [e-users] Problems compiling e17

2006-06-10 Thread Valéry Febvre
I confirm, I have exactly the same problem.On 6/10/06, Guillermo Movia <[EMAIL PROTECTED]> wrote: I update the CVS yesterday and compile follow the user guideinstructions (without a script) All the libs compile without errors, but e gave me that:/usr/local/bin/edje_cc: Wrote   790 bytes (   1K

[e-users] Problems compiling e17

2006-06-10 Thread Guillermo Movia
I update the CVS yesterday and compile follow the user guide instructions (without a script) All the libs compile without errors, but e gave me that: /usr/local/bin/edje_cc: Wrote 790 bytes ( 1Kb) for "collections/1" collection entry /tmp/edje_cc.sma-tmp-jm7qX2(1) : fatal error 100: cannot

Re: [e-users] Problems compiling

2006-05-31 Thread Alejandro Salas
Looking around I found that it could be an autoconf problem (see http://edevelop.org/node/2495). The problem is that i'm not compiling ewl. Could it be the same problem?. Thanx again __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam p

[e-users] Problems compiling

2006-05-31 Thread Alejandro Salas
Hello everyone, I installed a fresh Debian (testing) box. I tried to compile E17 but I get an error when running make in e17/apps/e/data/init. Last lines of output are: --- /opt/e17/bin/edje_cc: Wrote 790 (1 Kb) for "collections/1" collection entry /tmp/edje_cc.sma-tmp-Dpdv6E(1) : fa

Re: [e-users] problems compiling e from last two cvsup updates

2006-01-17 Thread The Rasterman
On Tue, 17 Jan 2006 11:57:21 -0800 Brian Howe <[EMAIL PROTECTED]> babbled: > Hi, > > I'm getting the following when running either autogen.sh or configure: > > > checking CFBase.h usability... no > checking CFBase.h presence... no > checking for CFBase.h... no > configure: WARNING: Cannot find

[e-users] problems compiling e from last two cvsup updates

2006-01-17 Thread Brian Howe
Hi, I'm getting the following when running either autogen.sh or configure: checking CFBase.h usability... no checking CFBase.h presence... no checking for CFBase.h... no configure: WARNING: Cannot find CoreFoundation headers and libraries. Ecore is compiling and installing fine, in the same pl

Re: [e-users] problems compiling evas from cvs

2005-12-20 Thread The Rasterman
On Mon, 19 Dec 2005 10:55:29 -0800 Brian Howe <[EMAIL PROTECTED]> babbled: > I'm running RH on intel. Been able to compile previously, but the last > several updates have left me unable to compile. I'm getting the > following: > > > configure: error: conditional "am__fastdepCXX" was never define

[e-users] problems compiling evas from cvs

2005-12-19 Thread Brian Howe
I'm running RH on intel. Been able to compile previously, but the last several updates have left me unable to compile. I'm getting the following: configure: error: conditional "am__fastdepCXX" was never defined. Usually this means the macro was only invoked conditionally. Thanks, Brian -

Re: [e-users] Problems compiling ecore

2005-10-13 Thread David Seikel
On Thu, 13 Oct 2005 23:52:10 + Guillermo Movia <[EMAIL PROTECTED]> wrote: > Hi all, from yesterday i tried to recompile e17, and allways have the > same error: > > gcc -I/usr/local/include -g -O2 -Wall -o .libs/ecore_test > ecore_test-ecore_test.o ../../src/lib/ecore/.libs/libecore.so > ../.

[e-users] Problems compiling ecore

2005-10-13 Thread Guillermo Movia
Hi all, from yesterday i tried to recompile e17, and allways have the same error: gcc -I/usr/local/include -g -O2 -Wall -o .libs/ecore_test ecore_test-ecore_test.o ../../src/lib/ecore/.libs/libecore.so ../../src/lib/ecore_x/.libs/libecore_x.so ../../src/lib/ecore_txt/.libs/libecore_txt.so ../../s

[e-users] Problems compiling ewl

2005-09-14 Thread Guillermo Movia
Now, i had this problem: MF .deps/ewl_border.Tpo -c ewl_border.c -fPIC -DPIC -o .libs/ewl_border.o ewl_border.c: In function 'ewl_border_init': ewl_border.c:38: error: 'FALSE' undeclared (first use in this function) ewl_border.c:38: error: (Each undeclared identifier is reported only once ewl_bor

Re: [e-users] Problems compiling imlib2

2005-09-14 Thread DM
DM wrote: Guillermo Movia wrote: When i try to make the library, get this error: checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking how to run the C++ preprocessor... /lib/cpp configure: error: C++ preprocessor "/lib/cpp" fails sanity check

Re: [e-users] Problems compiling imlib2

2005-09-14 Thread DM
Guillermo Movia wrote: When i try to make the library, get this error: checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking how to run the C++ preprocessor... /lib/cpp configure: error: C++ preprocessor "/lib/cpp" fails sanity check See `config

[e-users] Problems compiling imlib2

2005-09-14 Thread Guillermo Movia
When i try to make the library, get this error: checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking how to run the C++ preprocessor... /lib/cpp configure: error: C++ preprocessor "/lib/cpp" fails sanity check See `config.log' for more details. W

[e-users] Problems compiling e_utils

2005-08-29 Thread Guillermo Movia
I had this errors when i tried to compile e_utils, till yesterday. I use the script that update everything include e_utils and e_modules /eapp_edit_main.Tpo" -c -o eapp_edit_main.o eapp_edit_main.c; \ then mv -f ".deps/eapp_edit_main.Tpo" ".deps/eapp_edit_main.Po"; else rm -f ".deps/eapp_edit_main

[e-users] problems compiling libast from CVS

2005-05-13 Thread Didier Casse
Hi Michael, Sorry to steal your precious time. But I have this error trying to compile libast from CVS. Thanks. [SNIP] checking for XOpenDisplay in -lX11... yes checking for pow in -lm... yes checking for dlopen in -ldl... yes checking for TT_Init_FreeType in -lttf... yes checking

Re: [e-users] Problems compiling edje from CVS

2005-04-14 Thread The Rasterman
On Wed, 13 Apr 2005 20:56:53 + Guillermo Movia <[EMAIL PROTECTED]> babbled: (B (B> Hi, i have been instaling all the libraries in the recommended order, (B> but, when i try with edje, i have the follow error: (B> (B> All works fine with ./autogen.sh, ./configure and make, but with make (

[e-users] Problems compiling edje from CVS

2005-04-13 Thread Guillermo Movia
Hi, i have been instaling all the libraries in the recommended order, but, when i try with edje, i have the follow error: All works fine with ./autogen.sh, ./configure and make, but with make install end with: make[3]: Entering directory `/mnt/prueba/e17/e17/libs/edje/src/lib' test -z "/usr/local

Re: [e-users] problems compiling ewl

2004-10-11 Thread ktabic
deekray wrote: On Mon, Oct 11, 2004 at 02:55:13AM +0100, ktabic wrote : I've looked at the file entry-groups.edc, and there are two almost identical entries in there, but I guss that is correct. Frankly I have no idea what is wrong, and am hoping someone knows the cause of this. just rena

Re: [e-users] problems compiling ewl

2004-10-11 Thread Nathan A. Smith
Yeah, I noticed the same error here (even after a clean download of the CVS. Nasa On Mon, 2004-10-11 at 09:36 +0100, Andrew Elcock wrote: > this was fixed at the weekend - are you using a brand new checkout? > > Handy > > ktabic wrote: > > > Hi, > > I'm having problems compiling efl. > > It

Re: [e-users] problems compiling ewl

2004-10-11 Thread deekray
On Mon, Oct 11, 2004 at 02:55:13AM +0100, ktabic wrote : > I've looked at the file entry-groups.edc, and there are two almost > identical entries in there, but I guss that is correct. > Frankly I have no idea what is wrong, and am hoping someone knows the > cause of this. just rename one of the

Re: [e-users] problems compiling ewl

2004-10-11 Thread ktabic
Andrew Elcock wrote: this was fixed at the weekend - are you using a brand new checkout? Handy ktabic wrote: Yes, checked out completely new (even deleted the old stuff) last night. I'll checkout again, just in case it's sourceforges anon cvs being really slow ktabic -

Re: [e-users] problems compiling ewl

2004-10-11 Thread Andrew Elcock
this was fixed at the weekend - are you using a brand new checkout? Handy ktabic wrote: Hi, I'm having problems compiling efl. It has all been checked out of cvs tonight, and everything compiles fine up until I get to ewl. Then I get the following error: Making all in themes make[3]: Entering dir

[e-users] problems compiling ewl

2004-10-10 Thread ktabic
Hi, I'm having problems compiling efl. It has all been checked out of cvs tonight, and everything compiles fine up until I get to ewl. Then I get the following error: Making all in themes make[3]: Entering directory `/home/software/window-managers/enlightenment/e17/libs/ewl/data/themes' (cd ../.

Re: [e-users] Problems compiling E 16.6pre4

2003-06-30 Thread Massimo Maiurana
Il giorno Sun, 29 Jun 2003 21:54:52 +0200 Andrea scrisse: > > did you remember to update the loader with "ldconfig"? > > I don't know what you're talking about.. :( > every time you install or move a .so library you have to: - make sure that /etc/ld.so.conf contains an entry with the name of t

Re: [e-users] Problems compiling E 16.6pre4

2003-06-29 Thread Andrea Spadaccini
On Sun, 29 Jun 2003 19:41:27 +0200 Massimo Maiurana <[EMAIL PROTECTED]> wrote: > > I copied libFnlib* from /usr/lib to /usr/X11R6/lib/, but I get the > > same error! > > did you remember to update the loader with "ldconfig"? I don't know what you're talking about.. :( -- Andrea Spadaccini a.k.

Re: [e-users] Problems compiling E 16.6pre4

2003-06-29 Thread Massimo Maiurana
Il giorno Sun, 29 Jun 2003 10:06:05 +0200 Andrea scrisse: > do you think that the lack of the static version could be a problem? don't know! I simply noticed you don't have it :) > I copied libFnlib* from /usr/lib to /usr/X11R6/lib/, but I get the > same error! did you remember to update the lo

Re: [e-users] Problems compiling E 16.6pre4

2003-06-29 Thread Andrea Spadaccini
On Sat, 28 Jun 2003 19:38:46 +0200 Massimo Maiurana <[EMAIL PROTECTED]> wrote: > > [EMAIL PROTECTED] enlightenment-0.16.6]$ locate libFnlib > > /usr/lib/libFnlib.so.0.5.0 > > /usr/lib/libFnlib.so.0 > > on my system fnlib is not located in /usr/lib, and I have a static > version too: > > [EMAIL P

Re: [e-users] Problems compiling E 16.6pre4

2003-06-28 Thread Massimo Maiurana
Il giorno Sat, 28 Jun 2003 13:22:36 +0200 Andrea scrisse: > checking for Fnlib_init in -lFnlib... no > ERROR: Enlightenment needs a system with libFnlib.so (Fnlib) > You can obtain it from: > ftp://ftp.enlightenment.org/pub/enlightenment/ > ftp://www.rasterman.com/pub/enlightenment/ > ftp://ftp.la

[e-users] Problems compiling E 16.6pre4

2003-06-28 Thread Andrea Spadaccini
I run ./configure, with a suggested option (--with-lib=/usr/lib/libpng.so), and configure says that: [snip lots of positive outputs] checking for IMLIB - version >= 1.9.8... yes checking for Fnlib_init in -lFnlib... no ERROR: Enlightenment needs a system with libFnlib.so (Fnlib) You can obtain it