help-octave
[Top][All Lists]
Advanced

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

Compiling latest cvs fails


From: John W. Eaton
Subject: Compiling latest cvs fails
Date: Mon, 23 Jun 2003 11:37:20 -0500

On 23-Jun-2003, cctsim <address@hidden> wrote:

| I tried to update my system today to the latest cvs.
| Now compiling aborts with the following error: 
| 
| g++ -c  -I. -I.. -I../liboctave -I../src -I../libcruft/misc  -I../glob
| -I../glob -DHAVE_CONFIG_H -mieee-fp -O3 -fomit-frame-pointer -pipe
| -march=athlon -fno-fast-math -funroll-all-loops ov.cc -o ov.o
| ov.cc: In function `void install_types()':
| ov.cc:1738: `octave_re_nd_array' undeclared (first use this function)
| ov.cc:1738: (Each undeclared identifier is reported only once for each
| function it appears in.)
| ov.cc:1738: parse error before `::' token
| 
| Octave was configured with:
| 
| ./configure \
| --prefix=/opt/dsp/octave/2.1.49 \
|  --enable-rpath \
|  --with-g77 \
|  --enable-dl \
|  --enable-shared \
|  --enable-lite-kernel \
|  --enable-picky-flags 
| 
| using gcc-3.2.3 .
| 
| Previously, everything was compiling fine using last Monday's cvs.

It was a mistake for that change to be committed.  I've removed it
now.  The anonymous CVS archive should be updated in a few minutes.
Once that happens, you can update your copy, or you can just remove
the octave_re_nd_array line from ov.cc.

jwe



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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