Re: [patch] glx//Makefile.am

2008-12-13 Thread Pat Kane
On Fri, Dec 12, 2008 at 12:45 AM, Mikhail Gusarov
dotted...@dottedmag.net wrote:
 Sane cross-toolchains are able to pick up .pc from the cross-libraries.

The most insane thing about my cross-toolchain is libtool
trying to debug a libtool script is like kicking a dead whale along the beach

I would like to convert to dolt, but I am not sure I want to trade a known-devil
for an unknown-angle...

PEK
---
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: [patch] glx//Makefile.am

2008-12-11 Thread Pat Kane
Brian,

Thanks for the quick reply, the glx build failure has been a constant problem
for me in all my build environments.

On Thu, Dec 11, 2008 at 6:17 PM, Brian Paul
brian.p...@tungstengraphics.com wrote:
 I had asked Dan Nicholson about this myself recently.  With the latest
 changes in Xorg git, the --with-mesa-source option is no longer used.
 Instead, pkg-config is used to determine where to find the Mesa headers.
  This means you should install Mesa before building the X server.

In my cross-development environment I can not install Mesa
in the standard system location, so I hope Mesa will allow me to install
it into my non-standard build tree.

Pat
---
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: [patch] glx//Makefile.am

2008-12-11 Thread Dan Nicholson
On Thu, Dec 11, 2008 at 4:31 PM, Pat Kane pekan...@gmail.com wrote:
 Brian,

 Thanks for the quick reply, the glx build failure has been a constant problem
 for me in all my build environments.

Recently? It should hopefully be much smoother now than in the past
with pulling the mesa source into the xserver build tree.

 On Thu, Dec 11, 2008 at 6:17 PM, Brian Paul
 brian.p...@tungstengraphics.com wrote:
 I had asked Dan Nicholson about this myself recently.  With the latest
 changes in Xorg git, the --with-mesa-source option is no longer used.
 Instead, pkg-config is used to determine where to find the Mesa headers.
  This means you should install Mesa before building the X server.

 In my cross-development environment I can not install Mesa
 in the standard system location, so I hope Mesa will allow me to install
 it into my non-standard build tree.

As long as pkg-config finds the right gl.pc file, you should be in
good shape. This will populate GL_CFLAGS. If you really need to
workaround this, you can set GL_CFLAGS in the environment (or on the
configure command line) and pkg-config will skip it's checks and use
those values.

--
Dan
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: [patch] glx//Makefile.am

2008-12-11 Thread Dan Nicholson
On Thu, Dec 11, 2008 at 4:31 PM, Pat Kane pekan...@gmail.com wrote:
 Brian,

 Thanks for the quick reply, the glx build failure has been a constant problem
 for me in all my build environments.

Recently? It should hopefully be much smoother now than in the past
with pulling the mesa source into the xserver build tree.

 On Thu, Dec 11, 2008 at 6:17 PM, Brian Paul
 brian.p...@tungstengraphics.com wrote:
 I had asked Dan Nicholson about this myself recently.  With the latest
 changes in Xorg git, the --with-mesa-source option is no longer used.
 Instead, pkg-config is used to determine where to find the Mesa headers.
  This means you should install Mesa before building the X server.

 In my cross-development environment I can not install Mesa
 in the standard system location, so I hope Mesa will allow me to install
 it into my non-standard build tree.

As long as pkg-config finds the right gl.pc file, you should be in
good shape. This will populate GL_CFLAGS. If you really need to
workaround this, you can set GL_CFLAGS in the environment (or on the
configure command line) and pkg-config will skip it's checks and use
those values.

--
Dan
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: [patch] glx//Makefile.am

2008-12-11 Thread Pat Kane
On Thu, Dec 11, 2008 at 6:51 PM, Dan Nicholson dbn.li...@gmail.com wrote:
  Recently? It should hopefully be much smoother now than in the past
  with pulling the mesa source into the xserver build tree.
No, my cross-develoment environment is frozen at the Xorg 7.4 tarball release
(I'm,  behind a firewall that hates git :-)

Thanks for the clue, I will take a look at the current git web and
cherry pick the changes.

 As long as pkg-config finds the right gl.pc file, you should be in
 good shape. This will populate GL_CFLAGS. If you really need to
 workaround this, you can set GL_CFLAGS in the environment (or on the
 configure command line) and pkg-config will skip it's checks and use
 those values.

Cool, that is exactly what I want.

Thank you,

Pat
---
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: [patch] glx//Makefile.am

2008-12-11 Thread Donnie Berkholz
On 19:01 Thu 11 Dec , Pat Kane wrote:
 On Thu, Dec 11, 2008 at 6:51 PM, Dan Nicholson dbn.li...@gmail.com wrote:
   Recently? It should hopefully be much smoother now than in the past
   with pulling the mesa source into the xserver build tree.
 No, my cross-develoment environment is frozen at the Xorg 7.4 tarball release
 (I'm,  behind a firewall that hates git :-)

You might want to look into git bundle.

-- 
Thanks,
Donnie

Donnie Berkholz
Developer, Gentoo Linux
Blog: http://dberkholz.wordpress.com


pgpbojBaMFxct.pgp
Description: PGP signature
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg