help-octave
[Top][All Lists]
Advanced

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

Re: [octave-forge] problem compiling kron.cc (solved?)


From: Paul Kienzle
Subject: Re: [octave-forge] problem compiling kron.cc (solved?)
Date: Thu, 7 Nov 2002 09:00:09 -0500
User-agent: Mutt/1.2.5.1i

kron.cc will not be in the next release of octave-forge since the code has
been included in octave.

Paul Kienzle
address@hidden

On Thu, Nov 07, 2002 at 02:23:10PM +0100, Martijn Brouwer wrote:
> Hi I just installed 2.1.39 and want to install octave-forge-2002.05.09,
> but I get the error shown below. I saw this one was reported to the list
> once, but not answered.
> Inspection of the file learned me that the file is in DOS text format,
> which probably caused wrong escape sequences. After deletion of the
> linefeeds, the file compiled correctly.
> 
> Any comments?
> 
> Bye,
> 
> Martijn
> 
> 
> > make
> cd FIXES/ && make 
> make[1]: Entering directory
> `/home/downloads/science/octave-forge-2002.05.09/FIXES'
> mkoctfile -DHAVE_OCTAVE_21 -s -v kron.cc
> g++ -c -fPIC -I/usr/local/include/octave-2.1.39
> -I/usr/local/include/octave-2.1.39/octave -I/usr/local/include -mieee-fp
> -fno-implicit-templates -g -O2 -Wall -DHAVE_OCTAVE_21 kron.cc -o kron.o
> kron.cc: In function `bool FSkron_gnu_v2(const octave_shlib &)':
> kron.cc:34: unknown escape sequence: `\' followed by char code 0xd
> kron.cc:35: unknown escape sequence: `\' followed by char code 0xd
> kron.cc:36: unknown escape sequence: `\' followed by char code 0xd
> kron.cc:37: unknown escape sequence: `\' followed by char code 0xd
> kron.cc:38: unknown escape sequence: `\' followed by char code 0xd
> kron.cc:39: unknown escape sequence: `\' followed by char code 0xd
> kron.cc:40: unknown escape sequence: `\' followed by char code 0xd
> kron.cc:41: unknown escape sequence: `\' followed by char code 0xd
> kron.cc:42: unknown escape sequence: `\' followed by char code 0xd
> kron.cc:43: unknown escape sequence: `\' followed by char code 0xd
> kron.cc:44: unknown escape sequence: `\' followed by char code 0xd
> kron.cc:45: unknown escape sequence: `\' followed by char code 0xd
> kron.cc:46: unknown escape sequence: `\' followed by char code 0xd
> kron.cc:47: unknown escape sequence: `\' followed by char code 0xd
> kron.cc:48: unknown escape sequence: `\' followed by char code 0xd
> kron.cc:49: unknown escape sequence: `\' followed by char code 0xd
> kron.cc:50: unknown escape sequence: `\' followed by char code 0xd
> make[1]: *** [kron.oct] Error 1
> make[1]: Leaving directory
> `/home/downloads/science/octave-forge-2002.05.09/FIXES'
> make: *** [FIXES/] Error 2
> 
> 
> 
> 
> -------------------------------------------------------------
> 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
> -------------------------------------------------------------
> 



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