Re: [e-users] evas compilation error

2007-06-11 Thread Yasufumi Haga
Hi all I still don't know what really causes this problem, but as Kim-san told me, at laset when I put the first AC_PATH_XTRA before the if clause, the macro seems to return the correct value. Here's the one I modified: AC_PATH_XTRA if test x$have_evas_software_ddraw = xyes; then #

Re: [e-users] evas compilation error

2007-06-11 Thread The Rasterman
On Mon, 11 Jun 2007 16:03:29 +0900 Yasufumi Haga [EMAIL PROTECTED] babbled: i also added an AC_PATH_X before XTRA and it seems to work... - cvs update and see? Hi all I still don't know what really causes this problem, but as Kim-san told me, at laset when I put the first AC_PATH_XTRA

Re: [e-users] evas compilation error

2007-06-11 Thread Yasufumi Haga
On Mon, 11 Jun 2007 20:30:22 +0900 Carsten Haitzler (The Rasterman) [EMAIL PROTECTED] wrote: | On Mon, 11 Jun 2007 16:03:29 +0900 Yasufumi Haga [EMAIL PROTECTED] | babbled: | | i also added an AC_PATH_X before XTRA and it seems to work... - cvs update and | see? Looking good! Marvelous!! evas

Re: [e-users] evas compilation error

2007-06-10 Thread Yasufumi Haga
On Sun, 10 Jun 2007 13:11:25 +0900 Carsten Haitzler (The Rasterman) [EMAIL PROTECTED] wrote: | On Sun, 10 Jun 2007 11:13:00 +0900 Yasufumi Haga [EMAIL PROTECTED] | babbled: | | my guess is the AC_PATH_XTRA macros shipped with your distro don't cover the | locations x can be installed - like

Re: [e-users] evas compilation error

2007-06-10 Thread Yasufumi Haga
On Sun, 10 Jun 2007 17:19:43 +0900 Yasufumi Haga [EMAIL PROTECTED] wrote: | On Sun, 10 Jun 2007 13:11:25 +0900 | Carsten Haitzler (The Rasterman) [EMAIL PROTECTED] wrote: | | | On Sun, 10 Jun 2007 11:13:00 +0900 Yasufumi Haga [EMAIL PROTECTED] | | babbled: | | | | my guess is the AC_PATH_XTRA

Re: [e-users] evas compilation error

2007-06-10 Thread Kim Woelders
Yasufumi Haga wrote: On Sun, 10 Jun 2007 17:19:43 +0900 Yasufumi Haga [EMAIL PROTECTED] wrote: | On Sun, 10 Jun 2007 13:11:25 +0900 | Carsten Haitzler (The Rasterman) [EMAIL PROTECTED] wrote: | | | On Sun, 10 Jun 2007 11:13:00 +0900 Yasufumi Haga [EMAIL PROTECTED] | | babbled: | | | |

Re: [e-users] evas compilation error

2007-06-10 Thread The Rasterman
On Sun, 10 Jun 2007 17:01:03 +0200 Kim Woelders [EMAIL PROTECTED] babbled: Yasufumi Haga wrote: On Sun, 10 Jun 2007 17:19:43 +0900 Yasufumi Haga [EMAIL PROTECTED] wrote: | On Sun, 10 Jun 2007 13:11:25 +0900 | Carsten Haitzler (The Rasterman) [EMAIL PROTECTED] wrote: | | | On Sun,

[e-users] evas compilation error

2007-06-09 Thread Yasufumi Haga
Hi all I'm trying to compile evas which I checked out just now, but it's complaining that ld can't find -lX11 : gcc -shared .libs/evas_engine.o .libs/evas_outbuf.o .libs/evas_x_buffer.o .libs/evas_x_color.o .libs/evas_x_main.o -Wl,--rpath -Wl,/home/fumi/src/e17/e17/libs/evas/src/lib/.libs

Re: [e-users] evas compilation error

2007-06-09 Thread Massimo Maiurana
Yasufumi Haga, il 09/06/2007 15:51, scrisse: Hi all I'm trying to compile evas which I checked out just now, but it's complaining that ld can't find -lX11 : [EMAIL PROTECTED]:/usr/X11R6/lib# ldconfig -p | grep libX11 libX11.so.6 (libc6) = /usr/X11R6/lib/libX11.so.6 libX11.so

Re: [e-users] evas compilation error

2007-06-09 Thread Yasufumi Haga
Hello Massimo On Sat, 09 Jun 2007 17:02:42 +0200 Massimo Maiurana [EMAIL PROTECTED] wrote: | Yasufumi Haga, il 09/06/2007 15:51, scrisse: | Hi all | | I'm trying to compile evas which I checked out just now, | but it's complaining that ld can't find -lX11 : | | [EMAIL

Re: [e-users] evas compilation error

2007-06-09 Thread The Rasterman
On Sat, 9 Jun 2007 22:51:31 +0900 Yasufumi Haga [EMAIL PROTECTED] babbled: cvs-wise - nothing has changed in terms x11 build/link flags in evas. cvs annotte shows all the configure.in sections with chanes in 2002/3/5 and 5 - nothing in 2006/7. even the Makefile.am for the software_x11 engine last

Re: [e-users] evas compilation error

2007-06-09 Thread Yasufumi Haga
Hello Massimo, Raster Thanks for your replies. Sorry, this mail is a bit long. On Sun, 10 Jun 2007 09:01:44 +0900 Yasufumi Haga [EMAIL PROTECTED] wrote: | Hello Massimo | | On Sat, 09 Jun 2007 17:02:42 +0200 | Massimo Maiurana [EMAIL PROTECTED] wrote: | | | Yasufumi Haga, il 09/06/2007 15:51,

Re: [e-users] evas compilation error

2007-06-09 Thread The Rasterman
On Sun, 10 Jun 2007 11:13:00 +0900 Yasufumi Haga [EMAIL PROTECTED] babbled: my guess is the AC_PATH_XTRA macros shipped with your distro don't cover the locations x can be installed - like /usr/X11R6/... but your distro puts them there. you could set CFLAGS and LDFLAGS to ass -I/usr/X11R6/include