Re: [Plplot-devel] New compile error

2008-07-18 Thread Alan W. Irwin
On 2008-07-18 11:57-0600 Orion Poplawski wrote: > CMake Warning (dev) at drivers/CMakeLists.txt:70 (add_library): > Policy CMP0003 should be set before this line. Add code such as > if(COMMAND cmake_policy) > cmake_policy(SET CMP0003 NEW) > endif(COMMAND cmake_policy) > as early

Re: [Plplot-devel] ocaml bindings compile error.

2008-07-18 Thread Hezekiah M. Carty
On Thu, Jul 17, 2008 at 9:20 PM, Alan W. Irwin <[EMAIL PROTECTED]> wrote: > Hez, how far are you from getting command-line parsing to work for ocaml? > That would be a huge step forward. The attached patch updates the OCaml bindings to support plparseopts and updates the existing OCaml example (0

Re: [Plplot-devel] Font problem with plplotcanvas

2008-07-18 Thread Alan W. Irwin
Hi Martin: On 2008-07-18 13:45+0200 Martin Sarajervi wrote: > Hi, > > I can't get any labels on my plots when using plplot_canvas. I keep getting > warnings when I start the demo program (plplotcanvas_demo.c). > > I get the following errors: > > > (foo.x:23374): GnomePrint-CRITICAL **: file gnome

Re: [Plplot-devel] Ada status

2008-07-18 Thread Alan W. Irwin
On 2008-07-16 17:55-0600 Orion Poplawski wrote: > Alan W. Irwin wrote: >> >> Orion, how does the Ada component of ctest work on Fedora (which >> presumably >> also has gnat-4.3 or later)? > > Testing latest svn with Fedora rawhide with gnat 4.3.1. Compiles fine but > ada test x21a has now cons

[Plplot-devel] New compile error

2008-07-18 Thread Orion Poplawski
CMake Warning (dev) at drivers/CMakeLists.txt:70 (add_library): Policy CMP0003 should be set before this line. Add code such as if(COMMAND cmake_policy) cmake_policy(SET CMP0003 NEW) endif(COMMAND cmake_policy) as early as possible but after the most recent call to cmake_

Re: [Plplot-devel] Example 29 and mktime

2008-07-18 Thread Alan W. Irwin
On 2008-07-18 10:12+0100 Andrew Ross wrote: > > On Thu, Jul 17, 2008 at 07:47:51PM -0700, Alan Irwin wrote: >> [...]Thanks very much, Terrence, for that bit of history which is confirmed >> in >> the body of >> >> http://en.wikipedia.org/wiki/British_Summer_Time >> >> There just doesn't seem to b

[Plplot-devel] Font problem with plplotcanvas

2008-07-18 Thread Martin Sarajervi
Hi, I can't get any labels on my plots when using plplot_canvas. I keep getting warnings when I start the demo program (plplotcanvas_demo.c). I get the following errors: (foo.x:23374): GnomePrint-CRITICAL **: file gnome-font-face.c: line 801 (gnome_font_face_get_font_default): assertion `face !

Re: [Plplot-devel] Example 29 and mktime

2008-07-18 Thread Andrew Ross
On Thu, Jul 17, 2008 at 07:47:51PM -0700, Alan Irwin wrote: > On 2008-07-18 01:22- [EMAIL PROTECTED] wrote: > > >Hi, > > > > > >Alan W. Irwin wrote: > >>On 2008-07-17 22:51+0100 Andrew Ross wrote: > >> > >>>Actually, while checking the various languages I found a problem with my > >>>approach