Re: [Plplot-devel] convenient windows developing

2006-11-27 Thread Werner Smekal
Hi Arjen, They won't. Windows uses DOS batchfiles and I know there is a command language slightly more powerful than that, which I have never used, but it is completely incompatible with UNIX shell scripts. As written before, it is possible, but with problems. With Vista also a new

Re: [Plplot-devel] new wxwidgets driver

2006-11-27 Thread Werner Smekal
Hi Hazen, /Users/hbabcock/Documents/OpenSource/PLplot/plplot-cvs/drivers/ wxwidgets.cpp: In function 'void plD_init_wxwidgets(PLStream*)': /Users/hbabcock/Documents/OpenSource/PLplot/plplot-cvs/drivers/ wxwidgets.cpp:499: error: 'antialized' was not declared in this scope

Re: [Plplot-devel] convenient windows developing

2006-11-27 Thread Andrew Ross
On Mon, Nov 27, 2006 at 09:15:22AM +0100, Arjen Markus wrote: Werner Smekal wrote: So, long story short, ctest works now, with small problems though. I wasn't actually successful running the plplot-test.sh script in the examples folder of the install directory (share/plplot-5.7.1), but

Re: [Plplot-devel] How to use the installed PLplot libraries

2006-11-27 Thread Arjen Markus
hiroyasu yasuda wrote: Hello Arjen: - Are you using the latest release (PLplot 5.7.1) or version 5.6.1? I was using PLplot 5.7.0. yesterday. - Are you using the ./configure script to build the libraries or are you using the CMake build system? I followed 'INSTALL' document below:

Re: [Plplot-devel] How to use the installed PLplot libraries

2006-11-27 Thread Alan W. Irwin
On 2006-11-27 22:29+0900 hiroyasu yasuda wrote: Hello Arjen: - Are you using the latest release (PLplot 5.7.1) or version 5.6.1? I was using PLplot 5.7.0. yesterday. - Are you using the ./configure script to build the libraries or are you using the CMake build system? I followed

Re: [Plplot-devel] convenient windows developing

2006-11-27 Thread Werner Smekal
Hi, Hmm... It's interesting [...] 1) It adds parallel maintenance that Werner and Arjen have to apply to the jim scripts any time there is a change to plplot-test.sh and the other test*.sh scripts. This is all fairly trivial stuff (adding new examples, finding better ways to configure the

Re: [Plplot-devel] Issue with 5.7.1 and h2def.py on Fedora

2006-11-27 Thread Alan W. Irwin
On 2006-11-27 14:26-0700 Orion Poplawski wrote: /usr/share/pygtk/2.0/codegen/h2def.py on Fedora is not executable. The following patch fixes. If there is a variable for the python executable, presumably you want to use that instead. Thanks, Orion. I have committed the fix (slightly

Re: [Plplot-devel] How to use the installed PLplot libraries

2006-11-27 Thread Hiroyasu Yasuda
|*|On 2006-11-28 05:18+0900 hiroyasu yasuda wrote: |*| |*| You could try the following: |*| |*| - Copy, say, x01f.f90 to a separate directory |*| - Then compile it and link it like this: |*| |*| gfortran -o example x01f.f90 -I/directory/with/modules -L/ |*| directory/with/libraries -lplplotf95d