>
> Thanks for helping me finally track this one down. Yes, my previous
> non-working fix depended on OCTAVE_INCLUDE_PATH_TRIMMED which is  
> uncached
> and therefore by definition undefined for each cmake invocation.   
> Normally,
> I clean out the build tree before every cmake invocation so I never  
> saw the
> bug. The breakthrough in understanding came when I realized I could  
> generate
> the bad 2^n result you discovered by simply repeating n cmake commands
> without cleaning out the build directory. The new logic in  
> octave.cmake
> (which I just committed) depends on the cached variable  
> OCTAVE_INCLUDE_PATH,
> and that new logic works for me.
>
> Please try it for yourself.

This works for me as well.

Also, while I have yet to figure out how to run a java example  
myself, it appears that the java interface on OS-X passes our tests.

/usr/local/share/plplot5.6.1/examples : ./plplot-test.sh
Testing front-end c
PLplot library version: 5.6.1
Testing front-end cxx
PLplot library version: 5.6.1
Testing front-end f77
PLplot library version: 5.6.1
Testing front-end f95
PLplot library version: 5.6.1
Testing front-end java
PLplot library version: 5.6.1
Testing front-end octave
error: `find' undefined near line 71 column 9
error: evaluating assignment expression near line 71, column 7
error: evaluating if command near line 65, column 3
error: called from `findstr' in file `/usr/local/share/octave/2.1.73/ 
m/strings/findstr.m'
error: evaluating assignment expression near line 58, column 9
error: evaluating if command near line 55, column 3
error: evaluating if command near line 43, column 3
error: called from `split' in file `/usr/local/share/octave/2.1.73/m/ 
strings/split.m'
error: evaluating assignment expression near line 51, column 7
error: evaluating if command near line 50, column 3
error: called from `figure' in file `/usr/local/share/plplot_octave/ 
figure.m'
error: evaluating for command near line 4, column 1
Testing front-end python

Note that I deleted this directory & reinstalled it using CBS prior  
to my tests.

I believe that the octave difficulties are due to a failure on my  
part to configure Octave properly on my machine. However, I've yet to  
figure out what exactly is wrong. It appears that octave cannot find  
the file that defines the function "find". I've installed Octave in  
the default place so I'm not sure why it is having so much trouble,  
but since I can't find the file that contains that function either  
perhaps I should not complain :).

-Hazen


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to