delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2015/02/04/15:51:31

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:from:to:subject:references:date:in-reply-to
:message-id:mime-version:content-type; q=dns; s=default; b=SHh68
L6I0Fv4sxzr29gx70asyamsZkdKAS4d5gNks6MmBw25z04e7IGqAK2dIApTWcDtH
7tOppSx5912XbH/H4ocKO2RFTfK9nLn15ma4uMVn96/2W2HnVKIvFmq0t3Nek41A
CDc8u3OveJwRhgMwuDmoIxmcE58Mpx/Ds/DSbY=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:from:to:subject:references:date:in-reply-to
:message-id:mime-version:content-type; s=default; bh=dD8lKGNef/H
fVzESz0EBmMG3v9M=; b=sgzTFe/NBmVHm0lxf+xuShLsTashwvfx8UrowUh2Nxp
DfqGhMHoQnMlRpLneBHMUvlS1JsS69RjZSYqd7MT9HUPvpM7NQZMn82J30WUAaHR
BTEu2KOtuHL1io/i9TVmuOlrA1pbab3PbRsex3rIuhwP19TqE3jKJ95U4PYqx5YA
=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mail-in-09.arcor-online.net
X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-11.arcor-online.net 3kcw5027RxzVTY5
From: Achim Gratz <Stromeko AT nexgo DOT de>
To: cygwin AT cygwin DOT com
Subject: Re: gcc warning about MPFR header version
References: <54D23A4B DOT 4060807 AT cornell DOT edu> <87mw4t8yoh DOT fsf AT Rainer DOT invalid> <54D27F84 DOT 2030709 AT cornell DOT edu>
Date: Wed, 04 Feb 2015 21:50:11 +0100
In-Reply-To: <54D27F84.2030709@cornell.edu> (Ken Brown's message of "Wed, 04 Feb 2015 15:22:28 -0500")
Message-ID: <87egq58kqk.fsf@Rainer.invalid>
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)
MIME-Version: 1.0

Ken Brown writes:
> On 2/4/2015 10:49 AM, Achim Gratz wrote:
>> Ken Brown writes:
>>> While trying to build clisp on x86_64 Cygwin with 'gcc -v', I got the following:
>>>
>>>    warning: MPFR header version 3.1.2 differs from library version 3.1.2-p11.
>>>
>>> Does this indicate a problem, or can it be safely ignored?
>>
>> You need to install the latest version of libmpfr-devel (should be 3.1.2-2).
>
> That's what I have.

You should have this:

--8<---------------cut here---------------start------------->8---
$ grep MPFR_VERSION /usr/include/mpfr.h
#define MPFR_VERSION_MAJOR 3
#define MPFR_VERSION_MINOR 1
#define MPFR_VERSION_PATCHLEVEL 2
#define MPFR_VERSION_STRING "3.1.2-p11"
#define MPFR_VERSION_NUM(a,b,c) (((a) << 16L) | ((b) << 8) | (c))
#define MPFR_VERSION \
MPFR_VERSION_NUM(MPFR_VERSION_MAJOR,MPFR_VERSION_MINOR,MPFR_VERSION_PATCHLEVEL)
--8<---------------cut here---------------end--------------->8---

If not, then please re-install -- I've just checked that the archives
are correct.  If yes, then check where your include comes from, you may
be picking up a bundled version of the header file or something from
/usr(local/include.

The patches haven't changed the API so the original header file isn't
wrong, but better safe then sorry.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Factory and User Sound Singles for Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#WaldorfSounds

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019