octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Octave GUI for MinGW


From: Sebastien Loisel
Subject: Octave GUI for MinGW
Date: Fri, 17 Feb 2006 16:05:33 +0100

Victory!

Add this one line to error.cc (it actually also works if you put it in octave.cc):

std::ostream &get_cerr() { return std::cerr; }

Recompile octave.

Get the latest Octave GUI tarball:

http://www.math.mcgill.ca/loisel/octave-gui/octave-gui-0.5.tar.gz

untar, configure, make

cp /c/octave/gnuplot/bin/pgnuplot.exe /c/octave/gnuplot//bin/gnuplot.exe

./octave-gui

Everything seems to work, and you can even plot! Ship it!

Cheers,

Sébastien Loisel


reply via email to

[Prev in Thread] Current Thread [Next in Thread]