Re: [Plplot-devel] convenient windows developing

2006-11-30 Thread Alan W. Irwin
On 2006-11-30 01:40-0800 Alan W. Irwin wrote: > [...]if one of you guys > does not implement the above simple changes first, I will do that tomorrow > evening (European time) and that may be all we need to get ctest scripts to > work on bare windows (without the extra GNUWin32 tools dependency).

Re: [Plplot-devel] Buffer problem fixed.

2006-11-30 Thread Alan W. Irwin
On 2006-11-30 17:01- Andrew Ross wrote: > > I've just fixed a bug in plbuf.c to do with memory allocation which > caused example 20 to crash with a segmentation fault. There was also > an associated memory leak. Thanks very much for finding and fixing this problem. > Looking back at various

[Plplot-devel] Buffer problem fixed.

2006-11-30 Thread Andrew Ross
I've just fixed a bug in plbuf.c to do with memory allocation which caused example 20 to crash with a segmentation fault. There was also an associated memory leak. Looking back at various old versions I have compiled up here this bug must have been introduced with the changes to memory buffers in

Re: [Plplot-devel] convenient windows developing

2006-11-30 Thread Bryan Peterson
Actually, sed is available for windows. I have used it to process the fortran plplot sources to get the single precision versions that I use in most of my work. It works quite well. It is just an executable that you drop somewhere in your path. It can be found at http://gnuwin32.sourceforge.

Re: [Plplot-devel] convenient windows developing

2006-11-30 Thread Alan W. Irwin
On 2006-11-30 08:50+0100 Arjen Markus wrote: > BUT: I do want to prevent us requiring Windows users to download and install > all manner of tools before they can get started. The installation > instructions for > PLplot should ideally fit in 10 lines of text, each no longer than 80 > characters. >