Re: [E-devel] ecore compilation problem

2013-07-11 Thread Michael Hughes
Re: CCLD libecore_x_xlib.la ../../../../libtool: line 6003: cd: NONE: No such file or directory libtool: link: cannot determine absolute directory name of `NONE' make[6]: *** [libecore_x_xlib.la] Error 1 Francris3 wrote: i build fine efl from git, only debug disabled because of weird circul

Re: [E-devel] ecore compilation problem

2013-07-11 Thread fancris3
i build fine efl from git, only debug disabled because of weird circular deps you can remove all *.la files from /usr/lib , /usr/local/lib. i think this will fix your error On Wed, 10 Jul 2013 19:57:36 +0300, Michael Hughes wrote: > In trying to compile ecore 1.7.7 on Fedora 19 32-bit, I a

Re: [E-devel] ecore compilation problem

2013-07-10 Thread The Rasterman
On Wed, 10 Jul 2013 12:57:36 -0400 Michael Hughes said: > In trying to compile ecore 1.7.7 on Fedora 19 32-bit, I am stumped by this: > >CCLD libecore_x_xlib.la > ../../../../libtool: line 6003: cd: NONE: No such file or directory > libtool: link: cannot determine absolute directory name o

[E-devel] ecore compilation problem

2013-07-10 Thread Michael Hughes
In trying to compile ecore 1.7.7 on Fedora 19 32-bit, I am stumped by this: CCLD libecore_x_xlib.la ../../../../libtool: line 6003: cd: NONE: No such file or directory libtool: link: cannot determine absolute directory name of `NONE' make[6]: *** [libecore_x_xlib.la] Error 1 make[6]: Leaving

[E-devel] ecore compilation error

2012-04-10 Thread Jérémy Zurcher
Hi edevs, for a fews weeks now I have to comment the usage of EINA_NOINSTRUMENT in eina_log.h (eina_log_print, eina_log_vprint) to be able to compile ecore. as I'm not a gcc compilation options expert ... gcc (GCC) 4.7.0 20120324 (prerelease) In file included from /opt/e17/include/eina-1/Eina.h

Re: [E-devel] ecore compilation

2010-10-18 Thread The Rasterman
On Mon, 18 Oct 2010 20:01:31 +0200 Andreas Volz said: > Hello, > > I had still problems on friday on my hudson server to compile ecore. > Then I started the task again to compile today. But I got the same > result: > > make[3]: Betrete Verzeichnis > '/var/lib/hudson/jobs/Enlightenment/workspace

Re: [E-devel] ecore compilation

2010-10-18 Thread Dave Andreoli
2010/10/18 Andreas Volz : > Hello, > > I had still problems on friday on my hudson server to compile ecore. > Then I started the task again to compile today. But I got the same > result: > > make[3]: Betrete Verzeichnis > '/var/lib/hudson/jobs/Enlightenment/workspace/trunk/efreet/src/bin' > gcc -D

Re: [E-devel] ecore compilation

2010-10-18 Thread Andreas Volz
Am Mon, 18 Oct 2010 20:25:46 +0200 schrieb Sebastian Dransfeld: > On 10/18/2010 08:01 PM, Andreas Volz wrote: > > Hello, > > > > I had still problems on friday on my hudson server to compile ecore. > > Then I started the task again to compile today. But I got the same > > result: > > > > make[3]:

Re: [E-devel] ecore compilation

2010-10-18 Thread Sebastian Dransfeld
On 10/18/2010 08:01 PM, Andreas Volz wrote: > Hello, > > I had still problems on friday on my hudson server to compile ecore. > Then I started the task again to compile today. But I got the same > result: > > make[3]: Betrete Verzeichnis > '/var/lib/hudson/jobs/Enlightenment/workspace/trunk/efreet

[E-devel] ecore compilation

2010-10-18 Thread Andreas Volz
Hello, I had still problems on friday on my hudson server to compile ecore. Then I started the task again to compile today. But I got the same result: make[3]: Betrete Verzeichnis '/var/lib/hudson/jobs/Enlightenment/workspace/trunk/efreet/src/bin' gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I../../src

[E-devel] ecore compilation fails when pthread support is disabled

2010-07-10 Thread Vincent Torri
hey ecore_thread.c:646: warning: passing argument 2 of 'worker->u.long_run.func_notify' discards qualifiers from pointer target type ecore_thread.c:646: note: expected 'void *' but argument is of type 'const void *' ecore_thread.c:646: error: too few arguments to function 'worker->u.long_run.f

Re: [E-devel] Ecore compilation error when using XCB

2007-05-13 Thread Ed Presutti
Tilman Sauerbeck wrote: > Ed Presutti [2007-05-13 12:58]: > >> ecore_xcb_events.c: In function '_ecore_x_event_handle_client_message': >> ecore_xcb_events.c:1816: error: 'XCB_WM_ICONIC_STATE' undeclared (first >> use in this function) >> > > You need to install xcb-util from git IIRC. >

Re: [E-devel] Ecore compilation error when using XCB

2007-05-13 Thread Tilman Sauerbeck
Ed Presutti [2007-05-13 12:58]: > ecore_xcb_events.c: In function '_ecore_x_event_handle_client_message': > ecore_xcb_events.c:1816: error: 'XCB_WM_ICONIC_STATE' undeclared (first > use in this function) You need to install xcb-util from git IIRC. Regards, Tilman -- A: Because it messes up the

[E-devel] Ecore compilation error when using XCB

2007-05-13 Thread Ed Presutti
When compiling Ecore (CVS as of today) with XCB enabled, I get the following error messages when compiling "ecore_x". - Making all in eco

Re: [E-devel] ecore compilation failed

2006-08-06 Thread Massimo Maiurana
Massimo Maiurana, il 06/08/2006 12:06, scrisse: > where those EV_* should be defined? am I missing something? > looks like those defines should be in /usr/include/linux/input.h, but even if I'm running a recent kernel my includes in /usr/bin were from the slackware package (from a 2.4.x kernel).

[E-devel] ecore compilation failed

2006-08-06 Thread Massimo Maiurana
trying to build the latest cvs I get this error when compiling ecore: ecore_fb_li.c: In function `ecore_fb_input_device_open': ecore_fb_li.c:385: error: `EV_SYN' undeclared (first use in this function) ecore_fb_li.c:385: error: (Each undeclared identifier is reported only once ecore_fb_li.c:385: e