Hi Hez:
I have been working with xgtk_interfaceocaml in preparation for making
this application one of the interactive tests that we run.
It builds automatically and without any errors for me when BUILD_TEST=ON in
the build tree. That good result continued after some CMake code cleanup
(revisio
The "p" octave examples were designed many years ago by Joao Cardoso (since
retired from PLplot). At that time, -dev xwin worked for most/all of those
"p" examples and gave some nice-looking interactive effects. (Joao had an
extraordinary artistic ability to make good-looking examples.)
However,
Bugs item #2964497, was opened at 2010-03-05 13:03
Message generated for change (Tracker Item Submitted) made by airwin
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=102915&aid=2964497&group_id=2915
Please note that this message will contain a full copy of the com
On 2010-03-04 16:25-0800 David MacMahon wrote:
> I get the feeling that I shouldn't have any numbers to the right of the
> colons. It also seems like this build some of the tests, so I think I should
> run it several times, discard the times from the first run and average the
> rest.
P.S. to
---
examples/CMakeLists.txt |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index 899795a..b7eddd3 100644
--- a/examples/CMakeLists.txt
+++ b/examples/CMakeLists.txt
@@ -771,7 +771,7 @@ if(BUILD_TEST)
list(APPEND ta
On Mar 4, 2010, at 21:46 , David MacMahon wrote:
> I'm looking into some possible conflicts between system tcl/tk and
> macports tcl/tk...
Sure enough. I was inadvertently using a mix of system (Mac OS X
10.4) tcl (8.4) and MacPorts tcl (8.5). I've remedied the situation
by using only the
On Mar 5, 2010, at 8:03 , Alan W. Irwin wrote:
> Thanks for that suggestion for avoiding strcat whose effect depends on
> octave version. (Ugh!)
To be fair, the 3.0.1 behavior was arguably a bug since it was not
Matlab-compatible behavior and I think Matlab compatibility is one of
Octave's g
On 2010-03-04 20:43-0800 David MacMahon wrote:
> I think we can change [in octave example 29]...
>
> title = strcat("@frPLplot Example 29 - TAI-UTC ", title_suffix);
>
> ...to...
>
> title = ["@frPLplot Example 29 - TAI-UTC ", title_suffix];
>
> ...if it works in 3.0.1 (it does in 3.2.3).
Thanks