help-octave
[Top][All Lists]
Advanced

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

Re: Octave modules and Mac OS X/Darwin


From: mirek
Subject: Re: Octave modules and Mac OS X/Darwin
Date: Mon, 15 Nov 2004 14:00:42 +0100
User-agent: Mutt/1.5.6+20040907i

On Mon, Nov 15, 2004 at 07:36:58AM -0500, Pierre G wrote:
> Hello.
> 
> I installed Octave on Mac OS X (10.3.6).
> I tried to create a module written in C++ for octave but this only 
> results in errors.
> I followed step by step the 'hello.cc' example of the following web 
> page :
> http://perso.wanadoo.fr/prthomas/intro.html

Nice  site, I didn't find it.
 
> So here is my file :

octave:1> hello
Hello world!
ans = 42

;)
 
> 
> In file included from /sw/include/octave-2.1.53/octave/ov-base.h:39,
>                  from /sw/include/octave-2.1.53/octave/ov-fcn.h:36,
>                  from /sw/include/octave-2.1.53/octave/ov-builtin.h:32,
>                  from /sw/include/octave-2.1.53/octave/defun-int.h:28,
>                  from /sw/include/octave-2.1.53/octave/defun-dld.h:30,
>                  from /sw/include/octave-2.1.53/octave/oct.h:35,
>                  from hello.cc:1:
> /sw/include/octave-2.1.53/octave/ov.h:37:18: hdf5.h: No such file or 
> directory

You don't have libhdf5-dev installed.

:(



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