Re: [Mesa3d-dev] xdemos build breakage...

2010-03-15 Thread Jeff Smith
>> Except that AC_PATH_XTRA returns X_LIBS without '-lX11', while >> PKG_CHECK_MODULES returns X_LIBS with it. In the attached patch >> I add '-lX11' to the former. Of course, with '-lX11' as part of X_LIBS, the >> explicit '-lX11' can be removed from the places that use X_LIBS. > >Jeff, it shou

Re: [Mesa3d-dev] xdemos build breakage...

2010-03-15 Thread Dan Nicholson
On Mon, Mar 15, 2010 at 5:24 AM, Julien Cristau wrote: > On Sat, Mar 13, 2010 at 20:20:36 -0800, Jeff Smith wrote: >> Except that AC_PATH_XTRA returns X_LIBS without '-lX11', while >> PKG_CHECK_MODULES returns X_LIBS with it.  In the attached patch >> I add '-lX11' to the former.  Of course, with

Re: [Mesa3d-dev] xdemos build breakage...

2010-03-15 Thread Julien Cristau
On Sat, Mar 13, 2010 at 20:20:36 -0800, Jeff Smith wrote: > Except that AC_PATH_XTRA returns X_LIBS without '-lX11', while > PKG_CHECK_MODULES returns X_LIBS with it. In the attached patch > I add '-lX11' to the former. Of course, with '-lX11' as part of X_LIBS, the > explicit '-lX11' can be remo

Re: [Mesa3d-dev] xdemos build breakage...

2010-03-13 Thread Jeff Smith
>From: Dan Nicholson >To: Jeff Smith >Cc: Brian Paul ; David Miller ; >"mesa3d-dev@lists.sourceforge.net" >Sent: Sat, March 13, 2010 2:02:17 PM >Subject: Re: [Mesa3d-dev] xdemos build breakage... > >> If we just use X_{CFLAGS,LIBS}, then we don't hav

Re: [Mesa3d-dev] xdemos build breakage...

2010-03-13 Thread Dan Nicholson
gt;Sent: Fri, March 12, 2010 10:51:29 AM >>>Subject: Re: [Mesa3d-dev] xdemos build breakage... >>> >>>>>That's not really the right thing, though. You're assuming that I have >>>>>libX11 in the same libdir as I'm installing to and I want to

Re: [Mesa3d-dev] xdemos build breakage...

2010-03-13 Thread Dan Nicholson
On Fri, Mar 12, 2010 at 5:25 PM, Jeff Smith wrote: >>From: Dan Nicholson > >>To: Brian Paul >>Cc: Jeff Smith ; David Miller ; >>"mesa3d-dev@lists.sourceforge.net" >>Sent: Fri, March 12, 2010 10:51:29 AM >>Subject: Re: [Mesa3d-dev] xdemos bui

Re: [Mesa3d-dev] xdemos build breakage...

2010-03-12 Thread Jeff Smith
>From: Dan Nicholson >To: Brian Paul >Cc: Jeff Smith ; David Miller ; >"mesa3d-dev@lists.sourceforge.net" >Sent: Fri, March 12, 2010 10:51:29 AM >Subject: Re: [Mesa3d-dev] xdemos build breakage... > >>>That's not really the right thing, though.

Re: [Mesa3d-dev] xdemos build breakage...

2010-03-12 Thread Dan Nicholson
On Fri, Mar 12, 2010 at 8:13 AM, Brian Paul wrote: > Dan Nicholson wrote: >>On Fri, Mar 12, 2010 at 6:48 AM, Jeff Smith wrote: This change: commit d888bbc45a84946cafb4f4d2c89681a580cd89bc Author: Brian Paul Date:   Tue Nov 17 13:39:13 2009 -0700    progs/xdemos

Re: [Mesa3d-dev] xdemos build breakage...

2010-03-12 Thread Brian Paul
Dan Nicholson wrote: >On Fri, Mar 12, 2010 at 6:48 AM, Jeff Smith wrote: >>> This change: >>> >>> commit d888bbc45a84946cafb4f4d2c89681a580cd89bc >>> Author: Brian Paul >>> Date: Tue Nov 17 13:39:13 2009 -0700 >>> >>>progs/xdemos: added -lX11 -lpthread for GNU gold linker >>> >>> breaks the

Re: [Mesa3d-dev] xdemos build breakage...

2010-03-12 Thread Dan Nicholson
On Fri, Mar 12, 2010 at 6:48 AM, Jeff Smith wrote: >> This change: >> >> commit d888bbc45a84946cafb4f4d2c89681a580cd89bc >> Author: Brian Paul >> Date:   Tue Nov 17 13:39:13 2009 -0700 >> >>    progs/xdemos: added -lX11 -lpthread for GNU gold linker >> >> breaks the build if you are building unde

Re: [Mesa3d-dev] xdemos build breakage...

2010-03-12 Thread Jeff Smith
> This change: > > commit d888bbc45a84946cafb4f4d2c89681a580cd89bc > Author: Brian Paul > Date: Tue Nov 17 13:39:13 2009 -0700 > >progs/xdemos: added -lX11 -lpthread for GNU gold linker > > breaks the build if you are building under a specific path prefix > (say, /opt/XORG) and you have a

Re: [Mesa3d-dev] xdemos build breakage...

2010-03-12 Thread Chia-I Wu
On Fri, Mar 12, 2010 at 9:37 AM, David Miller wrote: > This change: > > commit d888bbc45a84946cafb4f4d2c89681a580cd89bc > Author: Brian Paul > Date:   Tue Nov 17 13:39:13 2009 -0700 > >    progs/xdemos: added -lX11 -lpthread for GNU gold linker > > breaks the build if you are building under a spe

[Mesa3d-dev] xdemos build breakage...

2010-03-11 Thread David Miller
This change: commit d888bbc45a84946cafb4f4d2c89681a580cd89bc Author: Brian Paul Date: Tue Nov 17 13:39:13 2009 -0700 progs/xdemos: added -lX11 -lpthread for GNU gold linker breaks the build if you are building under a specific path prefix (say, /opt/XORG) and you have an existing X11 ins