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

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

[Octave-bug-tracker] [bug #42839] gnulib fpieee module causes build fail


From: Rik
Subject: [Octave-bug-tracker] [bug #42839] gnulib fpieee module causes build failure on Alpha and SH systems
Date: Sat, 26 Jul 2014 17:46:18 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0

Update of bug #42839 (project octave):

                  Status:                    None => Ready For Test         

    _______________________________________________________

Follow-up Comment #1:

Amazing that anyone is still building on Alpha architectures.

jwe usually supports doing the right thing rather than the expedient thing. 
This would mean filing a bug report with the gnulib project.  I would say that
we could, in addition, put in a workaround to filter out '-mieee' from the
CPPFLAGS that we pass to moc.

The moc command to use is defined in the Makefile.am in libgui.  Look for
"define moc-command"


  $(MOC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS)
$(MOC_CPPFLAGS) $(liboctgui_la_CPPFLAGS) $< ) > address@hidden


I added a filter to Makefile.am along the lines of the one in
libinterp/Makefile.am that is used for ULT_DIST_SRC


MOC_CPPFLAGS := $(filter-out -mieee, $(AM_CPPFLAGS) $(CPPFLAGS))


I checked it in on the stable branch
(http://hg.savannah.gnu.org/hgweb/octave/rev/a5add7b660ac), but I have no way
to verify it.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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