help-octave
[Top][All Lists]
Advanced

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

Re: Octave.app 2.9.13 for Mac OS X


From: marco.bucci
Subject: Re: Octave.app 2.9.13 for Mac OS X
Date: Sat, 11 Aug 2007 19:04:42 -0700 (PDT)

I solved the problem. The message regarding not supported stripping was
misleading. It is just a message, but then the package is compiled without
this option (anyway this option is in <signal-1.0.2/src/Makefile>).

The actual problem was an "&" in the Octave.app path name that made not
visible the include files. 
 Reading the application readme file, I saw that there are problems if
pathname includes spaces. So, it seems there are also other special
characters that must be avoided.





marco.bucci wrote:
> 
>  I cannot install some package:
> 
> octave-2.9.13:16> pkg install
> /Applications/_more/Math\&Science/octave-2.9.13/signal-1.0.2.tar 
> mkoctfile: stripping disabled on this platform
> remez.cc:34:24: error: octave/oct.h: No such file or directory
> remez.cc:759: error: expected constructor, destructor, or type conversion
> before '(' token
> make: *** [remez.oct] Error 1
> error: 'make' returned the following error: mkoctfile -s remez.cc
> ...
> 
> So it seems the -s option is not supported in mkoctfile.
> 
> Is it possible to patch it in some way? I could try to filter out this
> option by inside the mkoctfile source, but it seems to me a bit nasty. May
> be some configuration is possible during building the binary?
> 
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Octave.app-2.9.13-for-Mac-OS-X-tf4162653.html#a12110885
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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