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:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type :content-transfer-encoding; q=dns; s=default; b=cbFfO2X4Sk2/MTWA rYDGMNWihmm6PDxVOF4eq15u6droAqPUClBwQgDepoez2uFEY6IKF6EzTdEuQb6F v2clvgQoeuIitAhpWG+F/MvO7AwhwRbTtPyDOsaqr2imLA9igJrtRxADlmu4gU2I tAG0Rokqpcea/K9aCOillMcwQbw= 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:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type :content-transfer-encoding; s=default; bh=rElMRbz0QGujS8JPECexu5 95QX4=; b=IeQJSAjeZjdVny0PD53xrN6W+1iyeqwKlkozzPnjnahyVvZwXw9Yab suyXFRekJD3VZN4xJn8DyI6G/lnho6n7h3Wz/JiTprFMEgxYuX10FL3He5GxNTuH gh0Fw7MswvCeyF9QEYptgyKd79piVx/Wlgct0oL5y/OPND2kyQ2pg= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Spam-SWARE-Status: No, score=-0.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,SPF_PASS autolearn=ham version=3.3.1 MIME-Version: 1.0 X-Received: by 10.180.77.231 with SMTP id v7mr21205411wiw.49.1373575898988; Thu, 11 Jul 2013 13:51:38 -0700 (PDT) In-Reply-To: <51DEEB49.5080104@gmail.com> References: <51DEEB49 DOT 5080104 AT gmail DOT com> Date: Thu, 11 Jul 2013 21:51:38 +0100 Message-ID: Subject: Re: mingw/math.h not found while compiling R packages From: Enrico Ferrero To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id r6BKprKv021137 Hi, Thanks for your help, I'll try to make things clearer. I have a full installation of Cygwin, including R version 2.15.1, running on my Windows XP box at work. Bioconductor [1] is a a collection of packages for computational biologists that is installed by compiling its packages within the R environment. To install the base packages (and reproduce what I believe is a bug), one just has to type at the R prompt: >source("http://bioconductor.org/biocLite.R") >biocLite() During the compilation of the IRanges package [2], I get the following error: > In file included from IntervalTree.c:3:0: > common.h:59:24: fatal error: mingw/math.h: No such file or directory > compilation terminated. > /usr/lib/R/etc/Makeconf:121: recipe for target `IntervalTree.o' failed > make: *** [IntervalTree.o] Error 1 > ERROR: compilation failed for package =91IRanges=92 So, apparently, R needs the math.h library to compile IRanges but can't find it for some reason. As far as I understand, in Cygwin, math.h is provided by the mingw-runtime package, part of the MinGW suite [3]. According to this page [4] on the Cygwin website, math.h is indeed installed by the mingw-runtime package, so I'm trying to figure out why R can't access it. Maybe it's a path or symbolic links-related problem? Maybe it has to do with the recently mentioned issues affecting MinGW packages in Cygwin [5]? Any help is very appreciated, thank you. [1] http://www.bioconductor.org [2] http://www.bioconductor.org/packages/2.12/bioc/html/IRanges.html [3] http://www.mingw.org/ [4] http://cygwin.com/cgi-bin2/package-cat.cgi?file=mingw-runtime%2Fmingw-runtime-3.18-3&grep=math.h [5] http://cygwin.com/ml/cygwin/2013-07/msg00196.html On 11 July 2013 18:28, marco atzeri wrote: > Il 7/11/2013 6:35 PM, Enrico Ferrero ha scritto: > >> Hi Larry, >> >> Thank you for your reply and advice. >> >>> If you are using the R from Cygwin Ports, it must be an old package since >>> R is no longer offered there. I suggest you install the R package from >>> the >>> Cygwin distribution instead and retry. Since this list supports the >>> Cygwin >>> distribution only, this would put your issue firmly on-topic for this >>> list >>> if you can still reproduce it. For Cygwin Ports packages, they are >>> supported through the Ports site: >>> >>> If you have a package from that site and have questions, problems, or >>> comments, it's best to consult the mailing list there. >>> -- >>> Larry >> >> >> I got confused in my first email for some reason, but I'm definitely >> using R (version 2.15.1) from the Cygwin distribution, not the ports. >> I just made a clean R installation just to make sure and I still get >> the same error message: >> >>> In file included from IntervalTree.c:3:0: >>> common.h:59:24: fatal error: mingw/math.h: No such file or directory >>> compilation terminated. >>> /usr/lib/R/etc/Makeconf:121: recipe for target `IntervalTree.o' failed >>> make: *** [IntervalTree.o] Error 1 >>> ERROR: compilation failed for package ‘IRanges’ >>> * removing ‘/usr/lib/R/site-library/IRanges’ >> >> >> I've read there are some other problems with MinGW these days, maybe >> this one is related? >> In any case, is there anything I can do to try to solve the issue? >> Bioconductor is vital to me and using R from within Windows is causing >> me a lot of headaches. >> >> Thanks! >> Best, >> >> Enrico >> > > > Hi Enrico, > could you clarify your issue with the R cygwin package ? > Are you trying to compile some addon ? How ? > > > > Regards > Marco > > > > -- > 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 > -- Enrico -- 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