Re: [Plplot-devel] Qt driver update

2009-03-19 Thread Werner Smekal
Hi, Despite the remaining size and position issues, I encourage everyone here to try the qt devices on all platforms accessible to you. Also, to make this wider testing more convenient, I have decided to turn all qt devices ON by default (revision 9732). I eventually installed qt

Re: [Plplot-devel] [Plplot-cvs] SF.net SVN: plplot:[9753] trunk/examples/c

2009-03-19 Thread Werner Smekal
Hi Andrew, Andrew Ross wrote: Werner, Please be careful about replacing sprintf with snprintf in the examples. Not all compilers have snprintf available. Internally in the library we have cmake checks for this and define appropriate macros for platforms where snprintf is not available

Re: [Plplot-devel] [Plplot-cvs] SF.net SVN: plplot:[9753] trunk/examples/c

2009-03-19 Thread Andrew Ross
On Thu, Mar 19, 2009 at 09:36:28PM +0100, Werner Smekal wrote: Hi Andrew, Andrew Ross wrote: Werner, Please be careful about replacing sprintf with snprintf in the examples. Not all compilers have snprintf available. Internally in the library we have cmake checks for this and define

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

2009-03-19 Thread Werner Smekal
Hi Arjen, Well, the cause of the problem is clear now: when linking the Fortran bindings into a DLL, gfortran would need the option -Wl,-out-implib,... (or something similar) to produce the missing library. This option _is_ present in the gcc part to create the DLL

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

2009-03-19 Thread Alan W. Irwin
On 2009-03-19 22:08+0100 Werner Smekal wrote: Example 23 doesn't compile now. I get the following message: [ 77%] Building Fortran object examples/f77/CMakeFiles/x23f.dir/x23f.f.obj Z:\DevZone\PLdev\build\gcc\debug\examples\f77\x23f.f: In program `x23f':