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

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

[Octave-bug-tracker] [bug #32444] Range.cc build error: ‘floor’ is not a


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #32444] Range.cc build error: ‘floor’ is not a member of ‘gnulib’
Date: Mon, 14 Feb 2011 20:05:39 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20110107 Iceweasel/3.5.16 (like Firefox/3.5.16)

Follow-up Comment #1, bug #32444 (project octave):

Given what you show for the libgnu/math.h file, the macro


_GL_ _GL_CXXALIAS_SYS (floor, double, (double x)); 


should be expanded, and it should provide gnulib::floor.

Can you please add -save-temps to the command the libtool is executing to
compile Range.cc and attach the resulting .ii file to this bug report?  That
should show whether there is some other math.h file that is being included
instead of libgnu/math.h.

What version of g++ do you have?

Maybe the problem is caused by the bug in GCC that was discussed in the
following thread:

https://mailman.cae.wisc.edu/pipermail/help-octave/2010-October/043043.html

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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