Re: [E-devel] efl autoconf detecting X11 headers problem...

2005-11-10 Thread Morten Nilsen
Phuah Yee Keat wrote: Morten Nilsen wrote: Phuah Yee Keat wrote: Sorry for creating spam for the list, but config.log and "configure.out" please. :) here you go, Its a bug in my patch, try this _should_ work. and indeed, it does work .. great work :) -- Morten ---

Re: [E-devel] efl autoconf detecting X11 headers problem...

2005-11-10 Thread Phuah Yee Keat
Morten Nilsen wrote: Phuah Yee Keat wrote: Sorry for creating spam for the list, but config.log and "configure.out" please. :) here you go, Its a bug in my patch, try this _should_ work. Cheers, Phuah Yee Keat --- configure.in.org2005-11-10 14:53:14.0 +0800 +++ configure.

Re: [E-devel] efl autoconf detecting X11 headers problem...

2005-11-09 Thread Phuah Yee Keat
Morten Nilsen wrote: Phuah Yee Keat wrote: --- configure.in.org2005-11-10 14:53:14.0 +0800 +++ configure.in2005-11-10 14:54:39.0 +0800 @@ -128,6 +128,8 @@ have_evas_software_x11="no"; ENGINE_SOFTWARE_X11_PRG=""; ## Automatic check... +AC_PATH_XTRA +CFLAGS="$CFLAGS -I$a

Re: [E-devel] efl autoconf detecting X11 headers problem...

2005-11-09 Thread Morten Nilsen
Phuah Yee Keat wrote: The problem is not on autoconf, its with the configure script, and because Trustix does not have this (I think, removed this link on my slackware to test your problem) https://bugs.trustix.org/show_bug.cgi?id=76 lrwxrwxrwx 1 root root 22 2005-03-24 23:28 /usr/include/X1

Re: [E-devel] efl autoconf detecting X11 headers problem...

2005-11-09 Thread Phuah Yee Keat
Hi, David Seikel wrote: On Thu, 10 Nov 2005 14:36:40 +0800 Phuah Yee Keat <[EMAIL PROTECTED]> wrote: Well, this is a sensitive area to touch, since I am not able to test the cases where there is no X (when can this happen? embedded systems?) installed. Server systems often don't need X, th

Re: [E-devel] efl autoconf detecting X11 headers problem...

2005-11-09 Thread David Seikel
On Thu, 10 Nov 2005 14:36:40 +0800 Phuah Yee Keat <[EMAIL PROTECTED]> wrote: > Well, this is a sensitive area to touch, since I am not able to test > the cases where there is no X (when can this happen? embedded > systems?) installed. Server systems often don't need X, thus don't install it. A w

Re: [E-devel] efl autoconf detecting X11 headers problem...

2005-11-09 Thread Phuah Yee Keat
Morten Nilsen wrote: Phuah Yee Keat wrote: Can you try applying this patch to the configure.in file inside evas and do a autogen.sh and configure again? .. appears not to have fixed it... Bah, there's too many AC_CHECK_HEADER(X11/X.h) inside the configure.in, I guess that's where the real

Re: [E-devel] efl autoconf detecting X11 headers problem...

2005-11-09 Thread Phuah Yee Keat
Morten Nilsen wrote: Phuah Yee Keat wrote: Morten Nilsen wrote: configure says there is no X11/X.h file... adding --x-includes/--x-libraries to configure has no effect... symlinking /usr/X11R6/include/*/ to /usr/include, like stated, makes configure see the headers... A copy of the output

Re: [E-devel] efl autoconf detecting X11 headers problem...

2005-11-09 Thread Mike Frysinger
On Thu, Nov 10, 2005 at 06:17:17AM +0100, Morten Nilsen wrote: > configure says there is no X11/X.h file... > adding --x-includes/--x-libraries to configure has no effect... > symlinking /usr/X11R6/include/*/ to /usr/include, like stated, makes > configure see the headers... you should read confi

Re: [E-devel] efl autoconf detecting X11 headers problem...

2005-11-09 Thread Morten Nilsen
Carsten Haitzler (The Rasterman) wrote: On Thu, 10 Nov 2005 06:17:17 +0100 Morten Nilsen <[EMAIL PROTECTED]> babbled: configure says there is no X11/X.h file... adding --x-includes/--x-libraries to configure has no effect... symlinking /usr/X11R6/include/*/ to /usr/include, like stated, makes c

Re: [E-devel] efl autoconf detecting X11 headers problem...

2005-11-09 Thread The Rasterman
On Thu, 10 Nov 2005 06:17:17 +0100 Morten Nilsen <[EMAIL PROTECTED]> babbled: > Mike Frysinger wrote: > > On Thu, Nov 10, 2005 at 01:47:27AM +0100, Morten Nilsen wrote: > > > >>I seem to be having an issue with configure not finding X11 headers > >>unless I make a symlink ../X11R6/include/*/ to

Re: [E-devel] efl autoconf detecting X11 headers problem...

2005-11-09 Thread Phuah Yee Keat
Morten Nilsen wrote: configure says there is no X11/X.h file... adding --x-includes/--x-libraries to configure has no effect... symlinking /usr/X11R6/include/*/ to /usr/include, like stated, makes configure see the headers... A copy of the output from configure will be more helpful. And config

Re: [E-devel] efl autoconf detecting X11 headers problem...

2005-11-09 Thread Morten Nilsen
Mike Frysinger wrote: On Thu, Nov 10, 2005 at 01:47:27AM +0100, Morten Nilsen wrote: I seem to be having an issue with configure not finding X11 headers unless I make a symlink ../X11R6/include/*/ to /usr/include - which is a dirty hack. I have /usr/X11R6/lib in /etc/ld.so.conf, and I've run

Re: [E-devel] efl autoconf detecting X11 headers problem...

2005-11-09 Thread Mike Frysinger
On Thu, Nov 10, 2005 at 01:47:27AM +0100, Morten Nilsen wrote: > I seem to be having an issue with configure not finding X11 headers > unless I make a symlink ../X11R6/include/*/ to /usr/include - which is a > dirty hack. > > I have /usr/X11R6/lib in /etc/ld.so.conf, and I've run ldconfig... he