I have debian testing and octave 3.0.1 installed. I installed the version 0.5 of oplot. To make the cmake command work, I had to edit the OCTAVEConfig.cmake and
replace this line :
FIND_PATH(OCTAVE_INCLUDE_DIR ov.h /usr/include/octave/octave /usr/local/include/octave/octave)
by :
FIND_PATH(OCTAVE_INCLUDE_DIR ov.h /usr/include/octave /usr/local/include/octave)
Then I launched octave and activated oplot by :
octave:1> cd /usr/local/share/oplot/octave
octave:2> oplotcom_setup
Setting up oplot commands. Can be cleared with clear all..
Then I plot an example :
octave:3> plot(0:10)
Then the plotting windows opens (but without the graph) and during 4 or 5 sec a lot of these messages appear :
(...)
Font 0xbf2aba74failed to open
Font 0xbf2ab9f4failed to open
Font 0xbf2ab974failed to open
Font 0xbf2ab8f4failed to open
Font 0xbf2ab874failed to open
Font 0xbf2ab7f4failed to open
Font 0xbf2ab774failed to open
Font 0xbf2ab6f4failed to open
Font 0xbf2ab674failed to open
Font 0xbf2ab5f4failed to open
Font 0xbf2ab574failed to open
Font 0xbf2ab4f4failed to open
Font 0xbf2ab474failed to open
And finally :
abnormal exit caught from oplot: signal number =11
channelError
panic: Segmentation fault -- stopping myself...
attempting to save variables to `octave-core'...
save to `octave-core' complete
Erreur de segmentation
I tried the CVS version and I had these 2 bugs too.