Re: [Plplot-devel] TCL test error

2008-09-03 Thread Arjen Markus
Andrew Ross wrote: On Wed, Sep 03, 2008 at 08:48:13PM +0100, Andrew Ross wrote: Just to confirm - I get this same error having installed tcl 8.5 on my Ubuntu system. This is tcl 8.5.0 and tk 8.5.0. The itcl / itk version is 3.2.1. Some quick debugging messages suggest the problem is due t

Re: [Plplot-devel] Problem with SVN committ

2008-09-03 Thread Andrew Ross
Jerry, There is an announced downtime for SVN at sourceforge - see announcement below. Andrew On 2008-09-04 at 04:00 UTC, Subversion service write operations will be offline for no more than 24 hours. During this time, Subversion write operations (such as commit) will fail with an error. Rea

[Plplot-devel] Problem with SVN committ

2008-09-03 Thread Jerry
When I just now tried to make a commit to SVN, I got this: Commit failed (details follow): Server sent unexpected return value (403 Forbidden) in response to MKACTIVITY request for '/svnroot/plplot/!svn/act/ a013c5af-9737-4483-820d-fe636d848611' Anyone have any ideas what this means? Jerry

[Plplot-devel] extcairo driver comment fix

2008-09-03 Thread Hezekiah M. Carty
While experimenting with adding some support to the OCaml bindings for supplying PLplot with an external Cairo context to plot on, I found a small commenting error in the extcairo driver. It is only exposed if the extcairo driver is enabled, otherwise the affected sections is #ifdef'd out. The at

Re: [Plplot-devel] TCL test error

2008-09-03 Thread Andrew Ross
On Wed, Sep 03, 2008 at 08:48:13PM +0100, Andrew Ross wrote: > > Just to confirm - I get this same error having installed tcl 8.5 on my > Ubuntu system. This is tcl 8.5.0 and tk 8.5.0. The itcl / itk version is > 3.2.1. > > Some quick debugging messages suggest the problem is due to the max > fu

Re: [Plplot-devel] TCL test error

2008-09-03 Thread Andrew Ross
On Wed, Sep 03, 2008 at 09:49:46AM -0600, Orion Poplawski wrote: >8/ 16 Testing examples_tcl > Test command: /bin/bash -c > EXAMPLES_DIR=/builddir/build/BUILD/plplot-5.9.0-svn8745/fedora/examples\ > SRC_EXAMPLES_DIR=/builddir/build/BUILD/plplot-5.9.0-svn8745/examples\ > PLPLOT_LIB=/builddir/

Re: [Plplot-devel] ocaml install dir

2008-09-03 Thread Alan W. Irwin
On 2008-09-03 17:23+0100 Andrew Ross wrote: > On Wed, Sep 03, 2008 at 07:58:01AM -0700, Alan Irwin wrote: >> I think a good compromise here is to use "ocamlc -where" results but with >> the >> install prefix substituted for the system prefix. IIRC, this is what we do >> in the python case where w

Re: [Plplot-devel] ocaml install dir

2008-09-03 Thread Hezekiah M. Carty
On Wed, Sep 3, 2008 at 10:58 AM, Alan W. Irwin <[EMAIL PROTECTED]> wrote: > On 2008-09-03 08:49+0100 Andrew Ross wrote: > >> On Tue, Sep 02, 2008 at 10:58:52PM -0600, [EMAIL PROTECTED] wrote: >>> Looks like OCAML_INSTALL_DIR should be set to the output of "ocaml >>> -where". This will allow for th

Re: [Plplot-devel] time

2008-09-03 Thread Alan W. Irwin
Hi Steve: > But I would draw to you attention a real problem that lurks in this can > of worms. Suppose you want to plot two minutes of data that contains a > leap second [...] I agree its a can of worms to display results in UTC for time intervals that span leap seconds. Thanks for reminding me

Re: [Plplot-devel] ocaml install dir

2008-09-03 Thread Andrew Ross
On Wed, Sep 03, 2008 at 07:58:01AM -0700, Alan Irwin wrote: > On 2008-09-03 08:49+0100 Andrew Ross wrote: > > >Orion, > > > >I discussed this with Hez when implementing the cmake support for ocaml. > >In my opinion a defaul build should have everything as a subdirectory of > >the install tree pref

Re: [Plplot-devel] ocaml install dir

2008-09-03 Thread Orion Poplawski
Andrew Ross wrote: > On Wed, Sep 03, 2008 at 09:29:53AM -0600, Orion Poplawski wrote: >> Andrew Ross wrote: >>> Orion, >>> >>> You can already set OCAML_INSTALL_DIR on the cmake command line as you >>> describe. It might not be documented, but it does work. At least it did >>> work with cmake2.4 wh

Re: [Plplot-devel] ocaml install dir

2008-09-03 Thread Andrew Ross
On Wed, Sep 03, 2008 at 09:29:53AM -0600, Orion Poplawski wrote: > Andrew Ross wrote: > > Orion, > > > > You can already set OCAML_INSTALL_DIR on the cmake command line as you > > describe. It might not be documented, but it does work. At least it did > > work with cmake2.4 when I tested it. > >

[Plplot-devel] TCL test error

2008-09-03 Thread Orion Poplawski
8/ 16 Testing examples_tcl Test command: /bin/bash -c EXAMPLES_DIR=/builddir/build/BUILD/plplot-5.9.0-svn8745/fedora/examples\ SRC_EXAMPLES_DIR=/builddir/build/BUILD/plplot-5.9.0-svn8745/examples\ PLPLOT_LIB=/builddir/build/BUILD/plplot-5.9.0-svn8745/data/\ ./plplot-test.sh\ --verbose\ --dev

Re: [Plplot-devel] ocaml install dir

2008-09-03 Thread Orion Poplawski
Andrew Ross wrote: > Orion, > > You can already set OCAML_INSTALL_DIR on the cmake command line as you > describe. It might not be documented, but it does work. At least it did > work with cmake2.4 when I tested it. I guess I still don't really understand cmake. I thought a SET command in the c

Re: [Plplot-devel] ocaml install dir

2008-09-03 Thread Alan W. Irwin
On 2008-09-03 08:49+0100 Andrew Ross wrote: > On Tue, Sep 02, 2008 at 10:58:52PM -0600, [EMAIL PROTECTED] wrote: >> Looks like OCAML_INSTALL_DIR should be set to the output of "ocaml >> -where". This will allow for the differences in Debian and Fedora (and >> other) install locations. >> >> Debia

Re: [Plplot-devel] ocaml install dir

2008-09-03 Thread Andrew Ross
On Wed, Sep 03, 2008 at 07:52:55AM -0600, [EMAIL PROTECTED] wrote: > > On Tue, Sep 02, 2008 at 10:58:52PM -0600, [EMAIL PROTECTED] wrote: > >> Looks like OCAML_INSTALL_DIR should be set to the output of "ocaml > >> -where". This will allow for the differences in Debian and Fedora (and > >> other)

Re: [Plplot-devel] ocaml install dir

2008-09-03 Thread orion
> On Tue, Sep 02, 2008 at 10:58:52PM -0600, [EMAIL PROTECTED] wrote: >> Looks like OCAML_INSTALL_DIR should be set to the output of "ocaml >> -where". This will allow for the differences in Debian and Fedora (and >> other) install locations. >> >> Debian guidelines: >> >> 1.3.2. OCaml Location >>

Re: [Plplot-devel] Looking into problem with Ada example 19 - for loop explanation

2008-09-03 Thread trc
Hi, Jerry wrote: > > Just a casual browse of the C for plmap reveals this gem: > > for (;;) {some stuff} > > What does that do? Probably loops without end. 1for (;;) { 2/* read in # points in segment */ 3if (pdf_rdx(n_buff, sizeof (unsigned char)* 2, in) == 0) break; 4n = (n_bu

Re: [Plplot-devel] What is needed to build docs?

2008-09-03 Thread Werner Smekal
Hi Orion, [EMAIL PROTECTED] wrote: > -- WARNING: DSSSL Style Sheet DTD not found > -- WARNING: DocBook HTML Stylesheet not found > -- WARNING: DocBook Print Stylesheet not found > -- WARNING: DocBook DTD not found > -- WARNING: Not building print documentation - dtd files / style sheets > are miss

Re: [Plplot-devel] ocaml install dir

2008-09-03 Thread Andrew Ross
On Tue, Sep 02, 2008 at 10:58:52PM -0600, [EMAIL PROTECTED] wrote: > Looks like OCAML_INSTALL_DIR should be set to the output of "ocaml > -where". This will allow for the differences in Debian and Fedora (and > other) install locations. > > Debian guidelines: > > 1.3.2. OCaml Location > >Th

Re: [Plplot-devel] What is needed to build docs?

2008-09-03 Thread Andrew Ross
On Tue, Sep 02, 2008 at 09:48:08PM -0700, Alan Irwin wrote: > On 2008-09-02 21:28-0600 [EMAIL PROTECTED] wrote: > > > -- WARNING: DSSSL Style Sheet DTD not found > > -- WARNING: DocBook HTML Stylesheet not found > > -- WARNING: DocBook Print Stylesheet not found > > -- WARNING: DocBook DTD not fo