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: Alexander Barth
Subject: [Octave-bug-tracker] [bug #32444] Range.cc build error: ‘floor’ is not a member of ‘gnulib’
Date: Tue, 22 Feb 2011 21:34:21 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13

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

Hi all,
I have the same error with g++ 4.3.2:

 g++ -save-temps -DHAVE_CONFIG_H -I. -I..
-I/u/mc/opt/gcc-4.3.2/suitesparse-3.5.0/include
-I/u/mc/opt/gcc-4.3.2/fftw-3.1.2/include
-I/u/mc/opt/gcc-4.3.2/qhull-2003.1/include
-I/u/mc/opt/gcc-4.3.2/hdf5-1.8.6/include
-I/u/mc/opt/gcc-4.3.2/glpk-4.31/include
-I/u/mc/opt/gcc-4.3.2/readline-6.0/include -I../libgnu -I../libgnu
-I../libcruft/misc -I/u/mc/opt/gcc-4.3.2/suitesparse-3.5.0/include
-I/u/mc/opt/gcc-4.3.2/fftw-3.1.2/include
-I/u/mc/opt/gcc-4.3.2/qhull-2003.1/include
-I/u/mc/opt/gcc-4.3.2/hdf5-1.8.6/include
-I/u/mc/opt/gcc-4.3.2/glpk-4.31/include
-I/u/mc/opt/gcc-4.3.2/readline-6.0/include -g -O2 -DHAVE_CONFIG_H
-I/usr/include/freetype2 -Wall -W -Wshadow -Wold-style-cast -Wformat
-Wpointer-arith -Wwrite-strings -Wcast-align -Wcast-qual -g -O2 -g -O2 -MT
liboctave_la-Range.lo -MD -MP -MF .deps/liboctave_la-Range.Tpo -c Range.cc 
-fPIC -DPIC -o .libs/liboctave_la-Range.o
Range.cc: In function 'double tfloor(double, double)':
Range.cc:440: error: 'floor' is not a member of 'gnulib'
Range.cc:444: error: 'floor' is not a member of 'gnulib'

The distribution is Scientific Linux 5.5 which is compiled with g++ 4.1.2.
Compiling octave 3.4.0 with g++ 4.1.2 gives me the error described
here:https://savannah.gnu.org/bugs/?30685. 

So in my case some libraries are compiled with g++ 4.1.2 and some others with
g++ 4.3.2.

I attach Range.ii.

I hope this helps,

Thanks,
Alex




    _______________________________________________________

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]