help-octave
[Top][All Lists]
Advanced

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

Re: [Fwd: Re: Octave Forge on linux error during compile??]


From: David Bateman
Subject: Re: [Fwd: Re: Octave Forge on linux error during compile??]
Date: Fri, 10 Jun 2005 15:45:04 +0200
User-agent: Mozilla Thunderbird 0.8 (X11/20040923)

Louis Ciotti wrote:

Dmitri A. Sergatskov wrote:

Louis Ciotti wrote:

I am tring to install octave forge onto my linux mchine and all go well until run "make -k" it goes for a while then I get the following:

Build finished.
Please read FIXES/README before you install.
main/ not complete. See log for details



So, did you see log for details?

Regards,

Dmitri.



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


I found the errors I had during the build of octave forge:

op-fil-gm.cc:39: error: ISO C++ forbids declaration of `octave_file' with no
 type
op-fil-gm.cc:39: error: uninitialized const `octave_file'
op-fil-gm.cc:39: error: syntax error before `&' token
op-fil-gm.cc:41: error: `v1' undeclared (first use this function)
op-fil-gm.cc:41: error: (Each undeclared identifier is reported only once for each function it appears in.)op-fil-gm.cc:39: error: ISO C++ forbids declaration of `octave_file' with no

There were at least 3 instances of this during the process
 type
op-fil-gm.cc:39: error: uninitialized const `octave_file'
op-fil-gm.cc:39: error: syntax error before `&' token
op-fil-gm.cc:41: error: `v1' undeclared (first use this function)
op-fil-gm.cc:41: error: (Each undeclared identifier is reported only once for
 each function it appears in.)
op-fil-gm.cc: In function `void install_fil_gm_ops()':
op-fil-gm.cc:63: error: `octave_file' undeclared (first use this function)
op-fil-gm.cc:63: error: syntax error before `::' token
op-fil-gm.cc: In function `void install_fil_gm_ops()':
op-fil-gm.cc:63: error: `octave_file' undeclared (first use this function)
op-fil-gm.cc:63: error: syntax error before `::' token


This has been fixed in the CVS for a long time, and is only particular to 2.9.x tree. So

1) Checkout a new CVS
2) run autogen.sh script
3) ./configure
4) make
5) make install

and it should be fine..

D.

--
David Bateman                                address@hidden
Motorola Labs - Paris +33 1 69 35 48 04 (Ph) Parc Les Algorithmes, Commune de St Aubin +33 1 69 35 77 01 (Fax) 91193 Gif-Sur-Yvette FRANCE

The information contained in this communication has been classified as: [x] General Business Information [ ] Motorola Internal Use Only [ ] Motorola Confidential Proprietary



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