Re: [Plplot-devel] Fortran 95 and MSVC Library Issues

2008-06-02 Thread Jim Dishaw
Arjen Markus <[EMAIL PROTECTED]> writes: > Perhaps we can do this even simpler: > Use CMake itself to write this file. Whether we use single or double > precision is controlled via a CMake variable/option, PL_DOUBLE. > So we can use this to write the one or two lines we need to write. > I have at

Re: [Plplot-devel] Uniform indentation style for our docbook files

2008-06-02 Thread Maurice LeBrun
On Monday, June 2, 2008 at 20:04:43 (-0700) Alan W. Irwin writes: > With some encouragement from Andrew and because I need it for an external > xml project, I have tried out emacs for the first time and really like it. > Part of that liking is due to the fact that I was using my previous jed >

[Plplot-devel] Uniform indentation style for our docbook files

2008-06-02 Thread Alan W. Irwin
With some encouragement from Andrew and because I need it for an external xml project, I have tried out emacs for the first time and really like it. Part of that liking is due to the fact that I was using my previous jed editor in emacs emulation/edt emulation mode for all these years and all the b

Re: [Plplot-devel] Ocaml bindings in svn

2008-06-02 Thread Alan W. Irwin
On 2008-06-02 15:12-0600 Orion Poplawski wrote: > Andrew Ross wrote: >> I have (finally) got the ocaml bindings from Hez integrated into the SVN >> repository. The reason this takes so long is partly because cmake lacks >> ocaml support and partly because I have been busy at work. Ocaml has >> som

Re: [Plplot-devel] Problems compiling Ada

2008-06-02 Thread Alan W. Irwin
On 2008-06-02 15:32-0600 Orion Poplawski wrote: > Andrew Ross wrote: >> >> Orion, >> >> What version of gnat are you using? I've run into a similar problem with >> gnat 4.3 on Debian and I assumes it was a gnat problem, but perhaps not. > > gnat 4.3 too, but it looks like a cmake issue Agreed. Sp

Re: [Plplot-devel] Problems compiling Ada

2008-06-02 Thread Alan W. Irwin
On 2008-06-02 14:10-0600 Orion Poplawski wrote: > I'm running into trouble running cmake with ada turned on. Fedora 9, > cmake 2.6.0: > [...]Why is it trying to compile to "testadacompiler.adb.o"? Because although my CMake Ada language support is fine for CMake 2.4.8, it is not ready for CMake

Re: [Plplot-devel] Problems compiling Ada

2008-06-02 Thread Orion Poplawski
Andrew Ross wrote: > > Orion, > > What version of gnat are you using? I've run into a similar problem with > gnat 4.3 on Debian and I assumes it was a gnat problem, but perhaps not. gnat 4.3 too, but it looks like a cmake issue trying to compile to "CMakeFiles/testadacompiler.dir/testadacompil

[Plplot-devel] Problems compiling wxwidgets driver

2008-06-02 Thread Orion Poplawski
[ 31%] Building CXX object drivers/CMakeFiles/wxwidgets.dir/wxwidgets_agg.o cd /scratch/orion/redhat/plplot-5.9.0/plplot-5.9.0/fedora/drivers && /usr/bin/c++ -DHAVE_CONFIG_H -Dwxwidgets_EXPORTS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4

Re: [Plplot-devel] Ocaml bindings in svn

2008-06-02 Thread Orion Poplawski
Andrew Ross wrote: > I have (finally) got the ocaml bindings from Hez integrated into the SVN > repository. The reason this takes so long is partly because cmake lacks > ocaml support and partly because I have been busy at work. Ocaml has > some strange ideas about file locations when compiling whi

Re: [Plplot-devel] Problems compiling Ada

2008-06-02 Thread Andrew Ross
Orion, What version of gnat are you using? I've run into a similar problem with gnat 4.3 on Debian and I assumes it was a gnat problem, but perhaps not. Andrew On Mon, Jun 02, 2008 at 02:10:45PM -0600, Orion Poplawski wrote: > I'm running into trouble running cmake with ada turned on. Fedora

[Plplot-devel] Problems compiling Ada

2008-06-02 Thread Orion Poplawski
I'm running into trouble running cmake with ada turned on. Fedora 9, cmake 2.6.0: -- Check for working Ada builder: /usr/bin/gnatmake -- broken CMake Error at cmake/modules/CMakeTestAdaCompiler.cmake:48 (MESSAGE): The Ada builder "/usr/bin/gnatmake" is not able to compile, bind, and link

Re: [Plplot-devel] Drawing a single pixel

2008-06-02 Thread Andrew Ross
On Mon, Jun 02, 2008 at 01:51:42PM +0200, Arjen Markus wrote: > Jim Dishaw wrote: > > >There is a similar logic for X11 using XDrawPoint and XDrawLine. > >I think this change should be made even if a single point drawing > >function is implemented. > > > >The plpoin does not draw a single pixel p

Re: [Plplot-devel] Drawing a single pixel

2008-06-02 Thread Arjen Markus
Jim Dishaw wrote: >There is a similar logic for X11 using XDrawPoint and XDrawLine. >I think this change should be made even if a single point drawing >function is implemented. > >The plpoin does not draw a single pixel point per se. The intent of the >function is to draw a point on the graph (wh

Re: [Plplot-devel] Drawing a single pixel

2008-06-02 Thread Jim Dishaw
Arjen Markus <[EMAIL PROTECTED]> writes: > Hello, > > Stefan Menzel reported a bug (plplot-Bugs-1973336) regarding plotting > a single pixel. This is a special case in plpoin (where the value of > the argument code is -1). > > The wingcc driver does not plot anything, whereas the GD driver does >

[Plplot-devel] Drawing a single pixel

2008-06-02 Thread Arjen Markus
Hello, Stefan Menzel reported a bug (plplot-Bugs-1973336) regarding plotting a single pixel. This is a special case in plpoin (where the value of the argument code is -1). The wingcc driver does not plot anything, whereas the GD driver does (at least for PNG). Given the implementation (as a l