[Plplot-devel] DFSG-compatibility of CSIRO license

2008-10-08 Thread Alan W. Irwin
Post Forwarded on behalf of Rafael. Alan __ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar in

Re: [Plplot-devel] Cannot compile drivers with Visual Studio 2008 (msvc9)

2008-10-08 Thread Alan W. Irwin
Hi Robert: On 2008-10-08 11:31+0200 Robert Pollak wrote: > A build with BUILD_SHARED_LIBS=ON gets problems at the same location (in > unmodified rev8861): What happens for revision 8864 for the BUILD_SHARED_LIBS=ON case? Could you also confirm you are using ENABLE_DYNDRIVERS=OFF? (I think that

Re: [Plplot-devel] Cannot compile drivers with Visual Studio 2008 (msvc9)

2008-10-08 Thread Alan W. Irwin
On 2008-10-08 11:31+0200 Robert Pollak wrote: > Hi Alan, Arjen, > > Alan wrote: >> Robert, what happens if you add >> >> #define PLDLLEXPORT >> #define PLDLLIMPORT >> >> to the #else stanza above? I predict that will fix your problem with >> the -DBUILD_SHARED_LIBS=OFF case. > > Yes, this

Re: [Plplot-devel] Cannot compile drivers with Visual Studio 2008 (msvc9)

2008-10-08 Thread Alan W. Irwin
On 2008-10-08 12:56+0200 Robert Pollak wrote: > Hi, > > I wrote: >> Unfortunately, it makes another compile error in svg.c visible: >> >> D:\project\PLPlot\drivers\svg.c(341) : error C2143: syntax error : >> missing ';' before 'type' > > This is fixed by simply removing the unused "int i;" line. >

Re: [Plplot-devel] Cannot compile drivers with Visual Studio 2008 (msvc9)

2008-10-08 Thread Arjen Markus
Robert Pollak wrote: Arjen Markus wrote: Does this mean you can now properly build static libraries? Yes, I can build them with the mentioned svg.c change and with Alan's: Index: include/pldll.h === --- include/pldll.h

Re: [Plplot-devel] Cannot compile drivers with Visual Studio 2008 (msvc9)

2008-10-08 Thread Robert Pollak
Arjen Markus wrote: > Does this mean you can now properly build static libraries? Yes, I can build them with the mentioned svg.c change and with Alan's: Index: include/pldll.h === --- include/pldll.h (revision 8861) +++ include/p

Re: [Plplot-devel] Cannot compile drivers with Visual Studio 2008 (msvc9)

2008-10-08 Thread Robert Pollak
Hi, I wrote: > Unfortunately, it makes another compile error in svg.c visible: > > D:\project\PLPlot\drivers\svg.c(341) : error C2143: syntax error : > missing ';' before 'type' This is fixed by simply removing the unused "int i;" line. Can someone please commit this change? -- Robert ---

Re: [Plplot-devel] Cannot compile drivers with Visual Studio 2008 (msvc9)

2008-10-08 Thread Arjen Markus
Robert Pollak wrote: Hi, I wrote: Unfortunately, it makes another compile error in svg.c visible: D:\project\PLPlot\drivers\svg.c(341) : error C2143: syntax error : missing ';' before 'type' This is fixed by simply removing the unused "int i;" line. Can someone please commit this ch

Re: [Plplot-devel] Cannot compile drivers with Visual Studio 2008 (msvc9)

2008-10-08 Thread Robert Pollak
Hi Alan, Arjen, Alan wrote: > Robert, what happens if you add > > #define PLDLLEXPORT > #define PLDLLIMPORT > > to the #else stanza above? I predict that will fix your problem with > the -DBUILD_SHARED_LIBS=OFF case. Yes, this fixes the problem in this case (besides some macro redefiniti

Re: [Plplot-devel] Problem with latest gfortran version under MinGW

2008-10-08 Thread Arjen Markus
Alan W. Irwin wrote: >Try it now (after revision 8862). What I did was make a local copy of >CMakeFortranInformation.cmake modified (I hope) to allow what you want >(check for Fortran platform files in ${CMAKE_MODULE_PATH}/Platform). I >have checked (with temporary message commands) that >cmake/

Re: [Plplot-devel] Problem with latest gfortran version under MinGW

2008-10-08 Thread Alan W. Irwin
On 2008-10-08 09:01+0200 Arjen Markus wrote: > Alan W. Irwin wrote: > >> >> Hi Arjen: >> >> Assuming I understand the naming conventions properly, I think you >> just need >> another Platform file called Windows-GNU-Fortran.cmake with the >> appropriate >> gfortran flags corresponding to the equiv

Re: [Plplot-devel] Problem with latest gfortran version under MinGW

2008-10-08 Thread Arjen Markus
Alan W. Irwin wrote: > > Hi Arjen: > > Assuming I understand the naming conventions properly, I think you > just need > another Platform file called Windows-GNU-Fortran.cmake with the > appropriate > gfortran flags corresponding to the equivalent C flags in > Windows-gcc.cmake. > The location f