Re: [E-devel] problems detecting X11 headers?

2005-02-28 Thread Valdis . Kletnieks
On Mon, 28 Feb 2005 19:46:13 EST, Mike Frysinger said: > if test "x$x_libraries" != "x"; then > x_libs="-L$x_libraries -lX11 -lXext" > fi Gaak. :) > x_libs is only set to '-lX11 -lXext' if x_library is a valid path ? talk > about bogus ... here's some sane logic: > > x_libs="-lX11 -

Re: [E-devel] problems detecting X11 headers?

2005-02-28 Thread Mike Frysinger
On Monday 28 February 2005 05:05 pm, [EMAIL PROTECTED] wrote: > You might want to investigate why those particular x-include and x-library > values are needed at all - is your system *not* checking /usr/include and > /usr/lib by default already? no, after glancing at the new configure.in, i'm pret

Re: [E-devel] problems detecting X11 headers?

2005-02-28 Thread Valdis . Kletnieks
On Mon, 28 Feb 2005 16:44:10 EST, Steev Klimaszewski said: > Personally, I just pass --x-includes=/usr/include and > --x-libraries=/usr/lib with autogen.sh - I use Gentoo with Xorg 6.8.2, > and Donnie is moving everything to /usr instead of /usr/X11R6,. You might want to investigate why those par

Re: [E-devel] problems detecting X11 headers?

2005-02-28 Thread Steev Klimaszewski
On Mon, 28 Feb 2005 14:55:26 -0500, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > On Mon, 28 Feb 2005 18:29:32 GMT, =?ISO-8859-1?Q?Andr=E9_Medeiros?= said: > > export LDFLAGS="-L/usr/X11R6/lib -lXxf86vm" always works for me. > > > > Careful though, because it might overwrite whatever you have stor

Re: [E-devel] problems detecting X11 headers?

2005-02-28 Thread Valdis . Kletnieks
On Mon, 28 Feb 2005 18:29:32 GMT, =?ISO-8859-1?Q?Andr=E9_Medeiros?= said: > export LDFLAGS="-L/usr/X11R6/lib -lXxf86vm" always works for me. > > Careful though, because it might overwrite whatever you have stored on > that env. var. export LDFLAGS="-L/usr/X11R6/lib -lXxf86vm $LDFLAGS" will prepe

Re: [E-devel] problems detecting X11 headers?

2005-02-28 Thread André Medeiros
export LDFLAGS="-L/usr/X11R6/lib -lXxf86vm" always works for me. Careful though, because it might overwrite whatever you have stored on that env. var. Good luck. --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews

[E-devel] problems detecting X11 headers?

2005-02-28 Thread Morten Nilsen
most of the enlightenment libs and apps fail to find X11 headers on my platform, which I have fixed by temporarily linking /usr/X11R6/include/* to /usr/include I can hardly recall any other packages with the same issue, and the maintainers insist that the package I'm building must be broken.. /us