Update of patch #6224 (project pspp):
Status: Ready For Test/Review => Done
Open/Closed:Open => Closed
___
Follow-up Comment #4:
I checked this in.
Follow-up Comment #3, patch #6224 (project pspp):
>It seems to work, that is, gcc isn't complaining that trunc
>is undefined.
Thanks Jason.
>But the following tests fail (I don't think they have anything to
>do with trunc, but just in case):
Ouch. I've filed th
Follow-up Comment #2, patch #6224 (project pspp):
It seems to work, that is, gcc isn't complaining that trunc
is undefined. But the following tests fail (I don't think they have anything
to do with trunc, but just in case):
compression.sh
overwrite-input-file.sh
signals.sh
Follow-up Comment #1, patch #6224 (project pspp):
Jason, would you mind trying this out on OpenBSD? That's the main platform
that this is likely to break on, if there is some problem with it.
(You'll need to get the latest version of gnulib before trying it.)
__
URL:
<http://savannah.gnu.org/patch/?6224>
Summary: Use trunc from gnulib
Project: PSPP
Submitted by: blp
Submitted on: Thursday 10/04/07 at 20:45
Category: None
Item Group: None
John Darrington <[EMAIL PROTECTED]> writes:
> On Sat, Nov 25, 2006 at 06:58:41PM -0800, Ben Pfaff wrote:
> I'd suggest checking for trunc with Autoconf, then providing an
> implementation based on floor if it doesn't exist, i.e. something
> like
John Darrington <[EMAIL PROTECTED]> writes:
> On Sat, Nov 25, 2006 at 06:58:41PM -0800, Ben Pfaff wrote:
> I'd suggest checking for trunc with Autoconf, then providing an
> implementation based on floor if it doesn't exist, i.e. something
> like
On Sat, Nov 25, 2006 at 06:58:41PM -0800, Ben Pfaff wrote:
I'd suggest checking for trunc with Autoconf, then providing an
implementation based on floor if it doesn't exist, i.e. something
like this:
#ifndef HAVE_TRUNC
double
trunc
John Darrington <[EMAIL PROTECTED]> writes:
> On Sat, Nov 25, 2006 at 05:40:08PM -0500, Jason Stover wrote:
> BSD's math.h has no 'trunc', but both GNU and BSD have
> 'floor' in math.h, so to fix this error on BSD:
>
> src/languag
On Sat, Nov 25, 2006 at 05:40:08PM -0500, Jason Stover wrote:
BSD's math.h has no 'trunc', but both GNU and BSD have
'floor' in math.h, so to fix this error on BSD:
src/language/stats/chisquare.c:78: undefined reference to `trunc'
coul
BSD's math.h has no 'trunc', but both GNU and BSD have
'floor' in math.h, so to fix this error on BSD:
src/language/stats/chisquare.c:78: undefined reference to `trunc'
could we use floor instead?
-Jason
___
pspp-dev
11 matches
Mail list logo