Re: [Plplot-devel] Building from plplot trunk: GNAT detection fails

2012-04-11 Thread Alan W. Irwin
On 2012-04-11 20:26+0100 Andrew Ross wrote: > On Wed, Apr 11, 2012 at 08:21:46PM +0530, Atri wrote: >> On Wed, 2012-04-11 at 12:26 +0100, Andrew Ross wrote: >> >>> You are right. This is indeed the issue. I've changed the string in >>> the REGEX from gnatgcc to gcc, which should work in both cases

Re: [Plplot-devel] Building from plplot trunk: GNAT detection fails

2012-04-11 Thread Alan W. Irwin
On 2012-04-11 02:57+0530 Atri wrote: > Hi! > I have been trying to get the vanilla (i.e., without any patches) > svn/trunk version of plplot (rev 12185) to build on openSUSE Factory > (which will become the next openSUSE release later). For the most part > the build system works great. > > Unfortu

Re: [Plplot-devel] Building from plplot trunk: GNAT detection fails

2012-04-11 Thread Andrew Ross
On Wed, Apr 11, 2012 at 08:21:46PM +0530, Atri wrote: > On Wed, 2012-04-11 at 12:26 +0100, Andrew Ross wrote: > > > You are right. This is indeed the issue. I've changed the string in > > the REGEX from gnatgcc to gcc, which should work in both cases, and > > committed this to svn. Could you try t

Re: [Plplot-devel] Building from plplot trunk: GNAT detection fails

2012-04-11 Thread Atri
On Wed, 2012-04-11 at 12:26 +0100, Andrew Ross wrote: > You are right. This is indeed the issue. I've changed the string in > the REGEX from gnatgcc to gcc, which should work in both cases, and > committed this to svn. Could you try this minor change and check it > fixes your problem? > > Thanks

Re: [Plplot-devel] Building from plplot trunk: GNAT detection fails

2012-04-11 Thread Andrew Ross
On Wed, Apr 11, 2012 at 04:25:32PM +0530, Atri wrote: > On Wed, 2012-04-11 at 09:56 +0100, Andrew Ross wrote: > > On Wed, Apr 11, 2012 at 02:57:23AM +0530, Atri wrote: > > > > > Thanks for this. In svn there is an alternative fix to your patch > > which checks for the version of gnat detected then

Re: [Plplot-devel] Building from plplot trunk: GNAT detection fails

2012-04-11 Thread Atri
On Wed, 2012-04-11 at 16:25 +0530, Atri wrote: > Then gnat library is indeed called libgnat-4.6 > (file /usr/lib64/libgnat-4.6 on my system). > Sorry, I meant the file "/usr/lib64/libgnat-4.6.so" (and not /usr/lib64/libgnat-4.6) on my system provides the libgnat-4.6 library of course. -- Atri

Re: [Plplot-devel] Building from plplot trunk: GNAT detection fails

2012-04-11 Thread Atri
On Wed, 2012-04-11 at 09:56 +0100, Andrew Ross wrote: > On Wed, Apr 11, 2012 at 02:57:23AM +0530, Atri wrote: > > > > Unfortunately there is one issue with the svn version that is not > > present with the 5.9.9 release. It is that the cmake build system fails > > to detect the presence of the gnat

Re: [Plplot-devel] Building from plplot trunk: GNAT detection fails

2012-04-11 Thread Andrew Ross
On Wed, Apr 11, 2012 at 02:57:23AM +0530, Atri wrote: > Hi! > I have been trying to get the vanilla (i.e., without any patches) > svn/trunk version of plplot (rev 12185) to build on openSUSE Factory > (which will become the next openSUSE release later). For the most part > the build system works gr