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 on

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 prepend to

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

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 pretty

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: snip x_libs=-lX11 -lXext

Re: [E-devel] Problems with building engage from cvs

2005-02-28 Thread Michael Jennings
On Tuesday, 01 March 2005, at 11:13:54 (+0800), Didier Casse wrote: It's the first time that I get these errors: == [SNIP] checking for evas-config... /usr/local/bin/evas-config checking for evas - version = 1.0.0...

Re: [E-devel] Problems with building engage from cvs

2005-02-28 Thread Mike Frysinger
On Monday 28 February 2005 10:13 pm, Didier Casse wrote: All other stuff have compiled except for engage. Let me get this straight, does that mean that E 0.16.999 should be installed first? it would look that way :) previous versions of engage did not have this requirement, but i guess that's

Re: [E-devel] Problems with building engage from cvs

2005-02-28 Thread The Rasterman
On Mon, 28 Feb 2005 22:51:23 -0500 Michael Jennings [EMAIL PROTECTED] babbled: (B (B On Tuesday, 01 March 2005, at 11:13:54 (+0800), (B Didier Casse wrote: (B (B It's the first time that I get these errors: (B (B == (B