[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #38928] configure -> hdf5 doesn't handle path
From: |
Mike Miller |
Subject: |
[Octave-bug-tracker] [bug #38928] configure -> hdf5 doesn't handle path through |
Date: |
Wed, 06 Aug 2014 01:43:52 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36 |
Follow-up Comment #10, bug #38928 (project octave):
Sure, a clean build with
--with-hdf5-includedir=/usr/include/hdf5/serial
--with-hdf5-libdir=/usr/lib/x86_64-linux-gnu/hdf5/serial
fails in many, many places.
I get the same missing header file error with generation of the .df files in
corefcn, octave-value, with libinterp/octave.cc, libinterp/builtins.cc,
libinterp/corefcn/oct-errno.cc, just to name a few.
I think the problem is basically because hdf5.h is included in the public API
and leaks into all ov*.h header files. After a successful (patched) build, I
count almost 400 files that depend on hdf5.h, looking in the generated .Plo
and .Po files. So it may have to be added to essentially all CPPFLAGS in
libinterp and libgui.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?38928>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Octave-bug-tracker] [bug #38928] configure -> hdf5 doesn't handle path through, Mike Miller, 2014/08/05
- [Octave-bug-tracker] [bug #38928] configure -> hdf5 doesn't handle path through, Rik, 2014/08/05
- [Octave-bug-tracker] [bug #38928] configure -> hdf5 doesn't handle path through,
Mike Miller <=
- [Octave-bug-tracker] [bug #38928] configure -> hdf5 doesn't handle path through, Rik, 2014/08/06
- [Octave-bug-tracker] [bug #38928] configure -> hdf5 doesn't handle path through, John W. Eaton, 2014/08/06
- [Octave-bug-tracker] [bug #38928] configure -> hdf5 doesn't handle path through, John W. Eaton, 2014/08/06
- [Octave-bug-tracker] [bug #38928] configure -> hdf5 doesn't handle path through, Rik, 2014/08/06
- [Octave-bug-tracker] [bug #38928] configure -> hdf5 doesn't handle path through, Mike Miller, 2014/08/06
- [Octave-bug-tracker] [bug #38928] configure -> hdf5 doesn't handle path through, John W. Eaton, 2014/08/06