On 2007-02-22 08:53+0100 NOEL BRUNO wrote:

> Hello,
>
> I am a long term plplot user on with C++ bindings. As I would like to
> prototype some applications with octave v2.1.73, I am trying to use plplot
> as graphical output engine for octave :
> 1) plplot-5.7.2 has been dowloaded and well compiled on my cygwin platform
> 2) using 'make check' : no output from octave is created in test directory
> but the result is : 'All 1 tests passed' !!!
> 3) with octave active, after plplot_stub activated, each plplot command
> crashes the octave application [figure(), plsdev('xxx')].....
>
> Do you have any solution to use wingcc driver at least with Octave.
>
> Thanks for your advice,

"make check" is from the historical autotools build system which is
deprecated and therefore in a minimum maintenance mode now. I advise using
the recommended CMake build system for 5.7.2 (or better yet the CVS version
of PLplot which is stable at the moment) which is documented at
http://www.miscdebris.net/plplot_wiki/ and which generally tends to do a
better job of builds on Cygwin compared to our old autotools build system.
We have at least two core developers who are familiar with the CMake build
system for PLplot on Cygwin.

Our CMake build system generates a good octave binding on non-windows
platforms as evidenced by both build-tree tests (ctest ...) and install-tree
tests (plplot-test.sh --front-end=octave from the install-tree examples
directory). However,
http://www.miscdebris.net/plplot_wiki/index.php?title=Overview_of_the_status_on_Windows
does not yet mention octave so you may be the first to test the octave
interface on Cygwin for our CMake build system.  However, you can always
post to this list if you run into any trouble.

Alan
__________________________
Alan W. Irwin

Astronomical research affiliation with Department of Physics and Astronomy,
University of Victoria (astrowww.phys.uvic.ca).

Programming affiliations with the FreeEOS equation-of-state implementation
for stellar interiors (freeeos.sf.net); PLplot scientific plotting software
package (plplot.org); the Yorick front-end to PLplot (yplot.sf.net); the
Loads of Linux Links project (loll.sf.net); and the Linux Brochure Project
(lbproject.sf.net).
__________________________

Linux-powered Science
__________________________

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Plplot-general mailing list
Plplot-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-general

Reply via email to