Re: [E-devel] compiling e

2005-04-28 Thread The Rasterman
On Wed, 27 Apr 2005 13:50:04 +0200 Massimo Maiurana <[EMAIL PROTECTED]> babbled: (B (B> Il giorno Wed, 27 Apr 2005 11:48:13 +0900 Carsten scrisse: (B> (B> > > however, the "click_root_window->About Enlightenment" dialog is (B> > > still in english, although I compiled e with my it.po file. (

Re: [E-devel] compiling e

2005-04-27 Thread DM
Simon Poole wrote: Massimo Maiurana wrote: btw, what are the "aardvarks"? I could not translate this line because I don't know what is the italian for it. can you redefine it? http://en.wikipedia.org/wiki/Aardvark -- Simon Poole www.appliancestudio.com

Re: [E-devel] compiling e

2005-04-27 Thread Simon Poole
Massimo Maiurana wrote: btw, what are the "aardvarks"? I could not translate this line because I don't know what is the italian for it. can you redefine it? http://en.wikipedia.org/wiki/Aardvark -- Simon Poole www.appliancestudio.com --- SF.Net e

Re: [E-devel] compiling e

2005-04-27 Thread Nathan Ingersoll
http://images.google.com/images?q=aardvark On 4/27/05, Massimo Maiurana <[EMAIL PROTECTED]> wrote: > Il giorno Wed, 27 Apr 2005 11:48:13 +0900 Carsten scrisse: > > > > however, the "click_root_window->About Enlightenment" dialog is > > > still in english, although I compiled e with my it.po file.

Re: [E-devel] compiling e

2005-04-27 Thread Massimo Maiurana
Il giorno Wed, 27 Apr 2005 11:48:13 +0900 Carsten scrisse: > > however, the "click_root_window->About Enlightenment" dialog is > > still in english, although I compiled e with my it.po file. > > all other texts are correctly in italian. > > it's not matching the text it seems (ie the text in the

Re: [E-devel] compiling e

2005-04-26 Thread The Rasterman
On Tue, 26 Apr 2005 21:47:15 +0200 Massimo Maiurana <[EMAIL PROTECTED]> babbled: (B (B> Il giorno Tue, 26 Apr 2005 08:35:00 -0500 Nathan scrisse: (B> (B> > Just export CPPFLAGS=-I/opt/e17/includes and LDFLAGS=-L/opt/e17/libs (B> > and rerun the configure scripts. (B> (B> ok, I rebuilt all

Re: [E-devel] compiling e

2005-04-26 Thread Massimo Maiurana
Il giorno Tue, 26 Apr 2005 08:35:00 -0500 Nathan scrisse: > Just export CPPFLAGS=-I/opt/e17/includes and LDFLAGS=-L/opt/e17/libs > and rerun the configure scripts. ok, I rebuilt all sources with those variables set and now all is working fine, including e_util_eapp_edit which doesn't segfaults an

Re: [E-devel] compiling e

2005-04-26 Thread Nathan Ingersoll
Just export CPPFLAGS=-I/opt/e17/includes and LDFLAGS=-L/opt/e17/libs and rerun the configure scripts. On 4/26/05, Massimo Maiurana <[EMAIL PROTECTED]> wrote: > Il giorno Mon, 25 Apr 2005 15:05:08 -0500 Nathan scrisse: > > > Make sure that EWL was able to find Evas_Engine_Software_X11.h at > > con

Re: [E-devel] compiling e

2005-04-26 Thread Sebastian Dransfeld
Have you set export CPPFLAGS="-I/opt/e17/include" export LDFLAGS="-L/opt/e17/lib" Sebastian Massimo Maiurana wrote: Il giorno Mon, 25 Apr 2005 15:05:08 -0500 Nathan scrisse: Make sure that EWL was able to find Evas_Engine_Software_X11.h at configure time. it doesn't :( checking for edb-config...

Re: [E-devel] compiling e

2005-04-26 Thread Massimo Maiurana
Il giorno Mon, 25 Apr 2005 15:05:08 -0500 Nathan scrisse: > Make sure that EWL was able to find Evas_Engine_Software_X11.h at > configure time. > it doesn't :( checking for edb-config... yes checking for evas-config... yes checking for Evas_Engine_Software_X11.h... no checking for Evas_Engine_G

Re: [E-devel] compiling e

2005-04-25 Thread Nathan Ingersoll
The Ecore_Evas.h include fixed the problem because it included Ecore_X.h, but that header is already included by #ifdef HAVE_EVAS_ENGINE_SOFTWARE_X11_H #include #endif Make sure that EWL was able to find Evas_Engine_Software_X11.h at configure time. On 4/25/05, Massimo Maiurana <[EMAIL PROTECTE

[E-devel] compiling e

2005-04-25 Thread Massimo Maiurana
hi all, I have just refreshed my local cvs repository and compiled all libs and apps with --prefix=/opt/e17, and here are some problems encountered. -- e_util_eapp_edit segfaults. I ran it through gdb and here are the bt, let me know if you need something else: (gdb) run /home/max/.e/e/app