Julien Danjou wrote:
> Full buildd log at your request :)
Thanks!

Here are my comments:

[...]
>> CFLAGS="-Wall -g -O2 -Wl,-z,defs" ./configure --host=i486-linux-gnu 
>> --build=i486-linux-gnu --prefix=/usr --mandir=\${prefix}/share/man 
>> --infodir=\${prefix}/share/info --bindir=/usr/sbin --with-x --with-python
>> checking for X... libraries , headers in standard search path
>> checking X11/Xlib.h usability... yes
>> checking X11/Xlib.h presence... yes
>> checking for X11/Xlib.h... yes
>> checking X11/Xutil.h usability... yes
>> checking X11/Xutil.h presence... yes
>> checking for X11/Xutil.h... yes

here it finds X11...

>> checking if python support is wanted... yes
>> ./configure: line 6001: PYTHON__DEVEL: command not found
oh no... not this again :-(
but this should not influence your bug.

>> /bin/bash ./config.status --recheck
>> running /bin/bash ./configure  --host=i486-linux-gnu --build=i486-linux-gnu 
>> --prefix=/usr --mandir=${prefix}/share/man --infodir=${prefix}/share/info 
>> --bindir=/usr/sbin --with-x --with-python CFLAGS=-Wall -g -O2 -Wl,-z,defs 
>> build_alias=i486-linux-gnu host_alias=i486-linux-gnu  --no-create 
>> --no-recursion
don't know why it's reconfiguring itself, but so shall it be...

>> checking for X... no

Huh? X is here, X is not here....


Looks like there's a bug with the autoconf/automake stuff. This has gone
through heavy changes in the past. Norbert told me that you're using an
old CVS snapshot. Hmmm....

When I look into my current configure.in, I find the following:

# Checks for X11
AC_PATH_XTRA
# double-check for X11
if test "$no_x" != "yes"; then
   AC_CHECK_HEADERS(X11/Xlib.h X11/Xutil.h, [no_x="$no_x"], [no_x="yes"])
   if test "$no_x" = "yes"; then
      AC_MSG_WARN([configure thinks X11 is available while it is *not*])
      AC_MSG_WARN([maybe someone wants to fix autoconf's AC PATH XTRA])
   fi
fi

this double-check has been added on 2005-06-10. There *is* something
wrong with these X11 checks from autoconf.



But I'm facing a similar problem here, up-to-date debian unstable with
libx11-dev 1.0.0-6, and configure does not find X11.

I'm using the AC_PATH_XTRA autoconf macro. Maybe this does not work
correctly with Xorg?


btw, lcd4linux uses autoconf-1.4, which is quite old. Is there a
debian-recommended autoconf version I should fiddle with?


Norbert, are you listening? How should we proceed?


TIA, Michael

-- 
Michael Reinelt <[EMAIL PROTECTED]>
http://home.pages.at/reinelt
GPG-Key 0xDF13BA50
ICQ #288386781


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to