octave-maintainers
[Top][All Lists]
Advanced

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

Re: The primary Mingw Octave 2.9.13 binary test


From: Tatsuro MATSUOKA
Subject: Re: The primary Mingw Octave 2.9.13 binary test
Date: Mon, 6 Aug 2007 11:22:25 +0900 (JST)

The proglem of failure of 'make install-strip'  was
resolved by the downgrading, gcc 3.4.5(candidate) to 3.4.2
(current) of Mingw. 

The error orinary plot was

x=0:0.01:1;
octave.exe:2> plot (x,x)
error: regexp: not available in this version of Octave
error: evaluating if command near line 31, column 3
error: called from `__gnuplot_version__' in file
`C:\Program
Files\msys\1.0\local\share\octave\2.9.13\m\plot\__gnuplot_version__.m'
error: evaluating argument list element number 1
error: evaluating static command near line 35, column 5
error: evaluating if command near line 29, column 3
error: called from `__go_draw_axes__' in file `C:\Program
Files\msys\1.0\local\share\octave\2.9.13\m\plot\__go_draw_axes__.m'
error: evaluating switch command near line 57, column 4
error: evaluating for command near line 55, column 2
error: evaluating if command near line 37, column 7
error: evaluating if command near line 30, column 5
error: evaluating if command near line 29, column 3
error: called from `__go_draw_figure__' in file
`C:\Program
Files\msys\1.0\local\share\octave\2.9.13\m\plot\__go_draw_figure__.m'
error: evaluating if command near line 61, column 6
error: evaluating if command near line 58, column 4
error: evaluating if command near line 56, column 2
error: evaluating for command near line 55, column 7
error: evaluating if command near line 38, column 5
error: called from `drawnow' in file `C:\Program
Files\msys\1.0\local\share\octave\2.9.13\m\plot\drawnow.m'


****************
help regexp

octave.exe:3> help regexp
 - Loadable Function: [S, E, TE, M, T, NM] = regexp (STR,
PAT)
 - Loadable Function: [...] = regexp (STR, PAT, OPTS, ...)
     Regular expression string matching. Matches PAT in
STR and returns
     the position and matching substrings or empty values
if there are
     none.

     The matched pattern PAT can include any of the
standard regex
     operators, including:
    :
     :
    :


I fount the regexp.oct in 
C:\Program
Files\msys\1.0\local\libexec\octave\2.9.13\oct\i686-pc-mingw32.

What was the problem?

Other oct file in this directory works well.

For example


octave.exe:5> time
ans = 1.1864e+009




--------------------------------------
Easy + Joy + Powerful = Yahoo! Bookmarks x Toolbar
http://pr.mail.yahoo.co.jp/toolbar/



reply via email to

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