Re: [Plplot-devel] Question about specific compile flags

2010-12-28 Thread Arjen Markus
Hi Alan, of course ;) If only everything could be so simple. Regards, Arjen On 2010-12-29 07:01, Alan W. Irwin wrote: > On 2010-12-28 15:50+0100 Arjen Markus wrote: > >> Hi, >> >> recently, Brad Harder asked if and how it is possible to specify >> additional flags when compiling a particular p

Re: [Plplot-devel] PLplot + Windows + Octave

2010-12-28 Thread Alan W. Irwin
Here is the current status of the swig bindings for octave as of revision 11398. I completed all vector-related typemaps today, and the result is roughly half the octave examples now work which is excellent progress if I do say so myself. :-) To try these experimental bindings for yourself, all

Re: [Plplot-devel] Question about specific compile flags

2010-12-28 Thread Alan W. Irwin
On 2010-12-28 15:50+0100 Arjen Markus wrote: > Hi, > > recently, Brad Harder asked if and how it is possible to specify > additional flags when compiling a particular part of PLplot. In this > case it is the flag -DTCL_MEM_DEBUG for the Tcl bindings. > (See: > https://sourceforge.net/tracker/?func

[Plplot-devel] Question about specific compile flags

2010-12-28 Thread Arjen Markus
Hi, recently, Brad Harder asked if and how it is possible to specify additional flags when compiling a particular part of PLplot. In this case it is the flag -DTCL_MEM_DEBUG for the Tcl bindings. (See: https://sourceforge.net/tracker/?func=detail&atid=102915&aid=3140460&group_id=2915 ) How can w

Re: [Plplot-devel] Tcl issues solved on Windows!

2010-12-28 Thread Arjen Markus
Hi Alan, Tcl has two options to do what you suggest: - Set the system encoding to cp1252 - Source the file using -encoding cp1252 (A third is to adapt the C side of the Plplot API.) I will experiment with both. Regards, Arjen On 2010-12-24 22:20, Alan W. Irwin wrote: > On 2010-12-24 13:05+010