Re: [Plplot-devel] Problems with PL_DEPRECATED and C++

2012-01-04 Thread Arjen Markus
Hi Andrew, Walter, I just checked why Walter got the original error regarding plSetOpt in building the plrender utility that led to us including the option PL_DEPRECATED and from there on to the other build errors that Andrew solved yesterday. In the CMake GUI you can turn on the "meta" device dr

Re: [Plplot-devel] Problems with PL_DEPRECATED and C++

2012-01-04 Thread Andrew Ross
The disabling of plmeta is mentioned in the release notes for 5.8.0 in OLD-README.release, but I agree this is a bit arcane. It also doesn't mention the need for PL_DEPRECATED. We could automatically set PL_DEPRECATED on if plmeta is selected. We should also add some cmake warnings if people e

[Plplot-devel] gnat 4.7

2012-01-04 Thread Orion Poplawski
Fedora rawhide has updated to gcc 4.7, so here is my updated gnat patch. There really has to be a better way for this. -- Orion Poplawski Technical Manager 303-415-9701 x222 NWRA/CoRA DivisionFAX: 303-415-9702 3380 Mitchell Lane or...@cor

Re: [Plplot-devel] Unnecessary library linkage

2012-01-04 Thread Orion Poplawski
On 11/30/2011 10:49 AM, Orion Poplawski wrote: > On 11/30/2011 07:30 AM, Andrew Ross wrote: >> On Wed, Nov 30, 2011 at 11:40:42AM +, Andrew Ross wrote: >>> >>> I have fixed all the issues I have found. Still outstanding is Orions >>> fortran issue (I don't see this) and the copyright issue. > >

Re: [Plplot-devel] Unnecessary library linkage

2012-01-04 Thread Alan W. Irwin
Hi Orion: Sorry your previous post fell through the cracks. I think Andrew is the best guy to evaluate your patch so I won't comment on that, but I will respond to two of your questions not involving the patch. On 2012-01-04 09:12-0700 Orion Poplawski wrote: >> plplot-ocaml.i686: E: binary-or-s

Re: [Plplot-devel] Unnecessary library linkage

2012-01-04 Thread Orion Poplawski
On 01/04/2012 11:29 AM, Alan W. Irwin wrote: Hi Orion: Sorry your previous post fell through the cracks. I think Andrew is the best guy to evaluate your patch so I won't comment on that, but I will respond to two of your questions not involving the patch. On 2012-01-04 09:12-0700 Orion Poplaws

Re: [Plplot-devel] Unnecessary library linkage

2012-01-04 Thread Alan W. Irwin
On 2012-01-04 12:01-0700 Orion Poplawski wrote: > On 01/04/2012 11:29 AM, Alan W. Irwin wrote: >> Hi Orion: >> >> Sorry your previous post fell through the cracks. I think Andrew is the >> best guy to evaluate your patch so I won't comment on that, but >> I will respond to two of your questions

Re: [Plplot-devel] Unnecessary library linkage

2012-01-04 Thread Orion Poplawski
On 01/04/2012 12:23 PM, Alan W. Irwin wrote: > On 2012-01-04 12:01-0700 Orion Poplawski wrote: > >> On 01/04/2012 11:29 AM, Alan W. Irwin wrote: >>> Hi Orion: >>> >>> Sorry your previous post fell through the cracks. I think Andrew is the >>> best guy to evaluate your patch so I won't comment on th

Re: [Plplot-devel] gnat 4.7

2012-01-04 Thread Andrew Ross
Orion, This fix is a bit of a pain. I wish cmake was intelligent enough to check the version of the compiler and only look for the library of the right version. Does Fedora not create links from libgnat.so to the required versioned library? Ideally it would be best to get the version informati

Re: [Plplot-devel] gnat 4.7

2012-01-04 Thread Orion Poplawski
On 01/04/2012 04:01 PM, Andrew Ross wrote: > > Orion, > > This fix is a bit of a pain. I wish cmake was intelligent enough to check the > version of the compiler and only look for the library of the right version. > Does Fedora not create links from libgnat.so to the required versioned > library?

Re: [Plplot-devel] Unnecessary library linkage

2012-01-04 Thread Alan W. Irwin
On 2012-01-04 14:02-0700 Orion Poplawski wrote: > Hmm, examples build okay now, but I still have the rpaths. Hi Orion: Just to review, rpath should be set for all languages and all examples, libraries, and dlls in the build tree regardless of the value of USE_RPATH. In contrast rpath should be/n