Hello,

Here are my intermediate results using plplot with octave on cygwin :
* cmake.2.4.6 used ;
* plplot5.7.2 re-installed and compilation successfull ;
* octave2.1.73 launched from  the cmake building directory/bindings/octave/ 
with the following results :

octave:1> plplot_stub ;
octave:2> ver = plgver'
error: No such file or directory
error: 'plplot_octave' undefined near line 1604 column 9
error: evaluating assignment expression near line 1604, column 7
error: called from 'plgver'
error: evaluating postfix operator ''' near line 2, column 7
error: evaluating assignment expression near line 2, column 5
octave:2> plinit ;
error: No such file or directory
error: 'plplot_octave' undefined near line 1604 column 9
error: evaluating assignment expression near line 1895, column 1
error: called from 'plinit'


As complementary results, it should be noticed that :
* gnuplot plotting works well with this cygwin/octave version
* building the plplot.5.7.2 distribution with the same instructions, and 
using octave with it, works well on Mac Os 10.4....

In hope you will have some ideas on how to solve these troubles,

Best regards,

B.N.


----- Original Message ----- 
From: "Alan W. Irwin" <[EMAIL PROTECTED]>
To: "plplot_general" <plplot-general@lists.sourceforge.net>
Sent: Friday, February 23, 2007 12:20 AM
Subject: Re: [Plplot-general] Octave driver


> 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
> 



-- Disclaimer ------------------------------------
Ce message ainsi que les eventuelles pieces jointes constituent une 
correspondance privee et confidentielle a l'attention exclusive du destinataire 
designe ci-dessus. Si vous n'etes pas le destinataire du present message ou une 
personne susceptible de pouvoir le lui delivrer, il vous est signifie que toute 
divulgation, distribution ou copie de cette transmission est strictement 
interdite. Si vous avez recu ce message par erreur, nous vous remercions d'en 
informer l'expediteur par telephone ou de lui retourner le present message, 
puis d'effacer immediatement ce message de votre systeme.
***
This e-mail and any attachments is a confidential correspondence intended only 
for use of the individual or entity named above. If you are not the intended 
recipient or the agent responsible for delivering the message to the intended 
recipient, you are hereby notified that any disclosure, distribution or copying 
of this communication is strictly prohibited. If you have received this 
communication in error, please notify the sender by phone or by replying this 
message, and then delete this message from your system.
-------------------------------------------------------------------------
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