Re: [Gambas-user] how to override opengl pkg-config requirements??? building gambas from trunk

2014-06-28 Thread Benoît Minisini
Le 26/06/2014 20:53, PICCORO McKAY Lenz a écrit : i already compiled gambas 3.2 opengl module for lenny xorg 7.4 in past, but now in 3.5 trunk seems gambas need pkg-config files to find opengl requirements.. i mean, if i have opengl and xorg on a custom setup as example... how can i

Re: [Gambas-user] how to override opengl pkg-config requirements??? building gambas from trunk

2014-06-28 Thread PICCORO McKAY Lenz
From: Beno?t Minisini gam...@users.sourceforge.net This is actually foreseen, but the 'configure.ac' file of the 'gb.opengl' components must be modified to explicitely use the 'GB_COMPONENT_SEARCH' macro instead of 'GB_COMPONENT_PKG_CONFIG'. this are present in configure script to modifiy or i

Re: [Gambas-user] how to override opengl pkg-config requirements???

2014-06-27 Thread PICCORO McKAY Lenz
Date: Thu, 26 Jun 2014 21:06:37 +0200 From: Beno?t Minisini gam...@users.sourceforge.net Why don't you have the pkg-config files for the OpenGL library if you have pkg-config? Cos i used a powered more faster xorg version (7.2) rather than the slower 7.15 of today! and my mesa files are

Re: [Gambas-user] how to override opengl pkg-config requirements???

2014-06-27 Thread B Bruen
On Fri, 27 Jun 2014 10:04:26 -0430 PICCORO McKAY Lenz mckaygerh...@gmail.com wrote: Date: Fri, 27 Jun 2014 08:47:52 +0930 From: B Bruen bbr...@paddys-hill.net Elsewhere I received advice to delete ALL the pkg-config files on the system in order to get a non-gambas application to build

[Gambas-user] how to override opengl pkg-config requirements??? building gambas from trunk

2014-06-26 Thread PICCORO McKAY Lenz
i already compiled gambas 3.2 opengl module for lenny xorg 7.4 in past, but now in 3.5 trunk seems gambas need pkg-config files to find opengl requirements.. i mean, if i have opengl and xorg on a custom setup as example... how can i override configure script to supply the opengl requirements?

Re: [Gambas-user] how to override opengl pkg-config requirements??? building gambas from trunk

2014-06-26 Thread Benoît Minisini
Le 26/06/2014 20:53, PICCORO McKAY Lenz a écrit : i already compiled gambas 3.2 opengl module for lenny xorg 7.4 in past, but now in 3.5 trunk seems gambas need pkg-config files to find opengl requirements.. i mean, if i have opengl and xorg on a custom setup as example... how can i

Re: [Gambas-user] how to override opengl pkg-config requirements??? building gambas from trunk

2014-06-26 Thread B Bruen
On Thu, 26 Jun 2014 21:06:37 +0200 Benoît Minisini gam...@users.sourceforge.net wrote: Le 26/06/2014 20:53, PICCORO McKAY Lenz a écrit : i already compiled gambas 3.2 opengl module for lenny xorg 7.4 in past, but now in 3.5 trunk seems gambas need pkg-config files to find opengl