octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #38928] configure -> hdf5 doesn't handle path


From: Rik
Subject: [Octave-bug-tracker] [bug #38928] configure -> hdf5 doesn't handle path through
Date: Wed, 06 Aug 2014 16:59:16 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0

Follow-up Comment #11, bug #38928 (project octave):

Oy.  This looks like it might be a bigger problem than I thought.  It appears
that maybe the rule for generating *.df files from *.cc files should have
every single configurable CPPFLAGS variable in it.

The code in libinterp/Makefile.am is:


%.df: %.cc
        $(CXXCPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
          $(AM_CPPFLAGS) $(LLVM_CPPFLAGS) $(CPPFLAGS) \
          $(AM_CXXFLAGS) $(CXXFLAGS) \
          -DMAKE_BUILTINS $< > address@hidden
        $(srcdir)/mkdefs $(srcdir) $< < address@hidden > $@
        rm address@hidden


How far does the build proceed if you add $(HDF5_CPPFLAGS) after
$(LLVM_CPPFLAGS)?




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?38928>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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