Re: [Plplot-devel] Cross compilation was build problems

2009-03-10 Thread Alan W. Irwin
On 2009-03-06 08:11-0800 Alan W. Irwin wrote: > On 2009-03-06 07:17- Andrew Ross wrote: > >> On Wed, Mar 04, 2009 at 07:37:53PM +, Andrew Ross wrote: >>> On Wed, Mar 04, 2009 at 09:18:36AM -0800, Alan Irwin wrote: Instead of this approach, I think we should simply store those .rc

[Plplot-devel] tests of libnistcd

2009-03-10 Thread Alan W. Irwin
lib/nistcd contains a number of *.cgm files taken from cd1.3.tar.gz which can be used in a comparison test with results generated now with libnistcd. I have set up these test comparisons (as of revision 9706) using the TEST_NISTCD CMake option which is ON by default (but which you will want to tur

[Plplot-devel] -dev cgm and all the file-related qt devices now tested more thoroughly

2009-03-10 Thread Alan W. Irwin
I have made some changes (revision 9704) so that both "ctest" in the build tree and "make test" in the installed examples tree thoroughly test the -dev cgm device and all the qt file devices. During the course of testing these changes, I discovered some issues with the -DENABLE_DYNDRIVERS=OFF buil

Re: [Plplot-devel] Changed from treating libcd as an external library to building libnistcd internally

2009-03-10 Thread Arjen Markus
Hi Werner, good to know that :) then I won't spend time on that fix. Regards, Arjen On 2009-03-10 09:52, Werner Smekal wrote: > Hi Arjen, > > I already fixed that, but didn't commit that so far. Will do in the > next hours. > > Regards, > Werner > > On 10.03.2009, at 08:43, Arjen Markus wr

Re: [Plplot-devel] Changed from treating libcd as an external library to building libnistcd internally

2009-03-10 Thread Arjen Markus
Hi Werner, On 2009-03-10 10:34, Werner Smekal wrote: > Hi Arjen, >> > >> I tried building PLplot with this device (and the new third-party >> library) turned on on bare Windows, but it fails: >> - The linker complains about cdImageColorClear() - it does not >> seem to exist. > > Only this func

Re: [Plplot-devel] Changed from treating libcd as an external library to building libnistcd internally

2009-03-10 Thread Werner Smekal
Hi Arjen, > > I tried building PLplot with this device (and the new third-party > library) turned on on bare Windows, but it fails: > - The linker complains about cdImageColorClear() - it does not > seem to exist. Only this function was not exported, since it is declared as private. Since it

Re: [Plplot-devel] A Qt4-based device driver has just been donated to PLplot

2009-03-10 Thread Alban Rochel
Werner Smekal wrote: > Hi Alban, > > I added the code to your driver. I shortly explain what I did and what > needs to be done. > Thanks Werner, I'll have a look at it, it should help a lot. Alban --

Re: [Plplot-devel] Changed from treating libcd as an external library to building libnistcd internally

2009-03-10 Thread Werner Smekal
Hi Arjen, I already fixed that, but didn't commit that so far. Will do in the next hours. Regards, Werner On 10.03.2009, at 08:43, Arjen Markus wrote: > Hi Alan, > > I tried building PLplot with this device (and the new third-party > library) turned on on bare Windows, but it fails: > - The l

Re: [Plplot-devel] Changed from treating libcd as an external library to building libnistcd internally

2009-03-10 Thread Arjen Markus
Hi Alan, I tried building PLplot with this device (and the new third-party library) turned on on bare Windows, but it fails: - The linker complains about cdImageColorClear() - it does not seem to exist. - The dll directory that is created under Windows does not contain a corresponding dll fo