help-octave
[Top][All Lists]
Advanced

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

Re: Compile load-hdf.cc function


From: Mike Miller
Subject: Re: Compile load-hdf.cc function
Date: Sat, 04 Jan 2014 09:16:29 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131103 Icedove/17.0.10

On Sat, 4 Jan 2014 13:13:21 +0100, Christophe Bonenfant wrote:
> [...]
> and here I am. I could compile the load_hdf.cc by commenting #include
> octave/ov-list.h and using sources from hdf. I am now left with a
> load_hdf.oct file that do not want to load either:
> 
> octave:1> autoload(load_hdf.oct)
> error: /.../load_hdf.oct: failed to load: /.../load_hdf.oct: undefined
> symbol: read_hdf_sd
> octave:1>
> 
> I guess there are kind of dependencies. I am trying to get in touch with
> people from CISM in case they can propose a workaround. I'll let you know.

I just quickly looked at the directory you pointed at, they do include a
Makefile that might help you get past that error. Specifically there is
another C file in the parent directory that needs to be compiled in with
the load_hdf oct-file.

-- 
mike


reply via email to

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