From help-request at octave dot org Mon Nov 15 07:01:11 2004 Subject: Re: Octave modules and Mac OS X/Darwin From: mirek at zind dot ikem dot pwr dot wroc dot pl To: Pierre G Cc: help at octave dot org Date: Mon, 15 Nov 2004 14:00:42 +0100 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 -------------------------------------------------------------