help-octave
[Top][All Lists]
Advanced

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

Re: Build failure: ‘floor’ is not a member of ‘gnulib’


From: Qianqian Fang
Subject: Re: Build failure: ‘floor’ is not a member of ‘gnulib’
Date: Fri, 11 Feb 2011 21:49:19 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7

On 02/11/2011 08:43 PM, Michael B Allen wrote:
Hi,

I'm trying to build the latest package from the website on a Fedora 9
system but I've hit a road block:

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’
make[3]: *** [liboctave_la-Range.lo] Error 1

you need to go to your gnulib subfolder and do a
git pull && git update

since so many people have encountered similar errors
due to non-synchronized gnulib. For developers, it might
be worthwhile putting a command to do so automatically
everytime people run "configurate" or "make" (e.g.,
add a dependency in the target in the Makefile).

Can someone recommend a solution?

Thanks,
Mike
_______________________________________________
Help-octave mailing list
address@hidden
https://mailman.cae.wisc.edu/listinfo/help-octave




reply via email to

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