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; q=dns; s=default; b=Dd W0/ZtdiEgB6CaRrpdThcJ4OAWv4ZEgxcBKCxYwq3pneeYIFPh2nosaPG1yJj0Nmn K2pDiTWL7N7Oau6RMwcMrW6F9bzJdGPorLdDhwyXzGJEk27eU9pbXcMvm2pzBI9K 9CMC/jq1ANIDGdoA3VCOlEhbczs6hBEdhq2yAwO+U= 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; s=default; bh=w1O6520t o3SI1I90uqhbs1BupNM=; b=SkNXW44v7WufXhkiIXFT9A0QBc2B92mrOr2Vfsl5 xnhX2SxUiqxtxMCpRyH81vQR4bRIOQtfkqZz1N9KIlwoE4gvWR/t7++lH3Nsp5gC DEvN3QYgBazdiulmDKDZ3mlubcMlKAPNtUAh/kbVNwh1ly6FWIcQ3T29cgXRqiqM sTI= 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.0 required=5.0 tests=AWL,BAYES_20,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,RDNS_NONE,SPF_PASS autolearn=no version=3.3.1 MIME-Version: 1.0 X-Received: by 10.180.188.49 with SMTP id fx17mr150591wic.49.1375343214432; Thu, 01 Aug 2013 00:46:54 -0700 (PDT) In-Reply-To: <51F95A89.20907@users.sourceforge.net> References: <51F95A89 DOT 20907 AT users DOT sourceforge DOT net> Date: Thu, 1 Aug 2013 08:46:54 +0100 Message-ID: Subject: Re: Rcpp installation fails on Cygwin: Rcpp::Timer not supported by your OS. From: Enrico Ferrero To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 Thanks Yaakov, That looks exactly like what I need. May I ask how would I go about patching and installing it on my system? Cheers, On 31 July 2013 19:42, Yaakov (Cygwin/X) wrote: > On 2013-07-31 12:37, Enrico Ferrero wrote: >> >> When trying to install your Rcpp R package from CRAN on Cygwin, >> compilation aborts with the following error: >> Timer.cpp:35:6: error: #error "Rcpp::Timer not supported by your OS." > > > Such an error means that the code needs to be patched to select (or add) a > code block specific to that platform. A patch for Cygwin can be found in > Ports git: > > http://cygwin-ports.git.sourceforge.net/git/gitweb.cgi?p=cygwin-ports/R-Rcpp;a=tree > > Specifically for Cygwin, based on my limited understanding of Rcpp, it would > appear that libRcpp.dll (the library, not the Rcpp.dll module) should be > moved to $PATH, and a symlink .dll.a put in its place, for the benefit of > other modules which would use this library. The cygport(5) found in the > aforementioned repo handles that for you. > > > Yaakov > > > -- > 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 Ferrero PhD Student Steve Russell Lab - Department of Genetics FlyChip - Cambridge Systems Biology Centre University of Cambridge e DOT ferrero AT gen DOT cam DOT ac DOT uk http://flypress.gen.cam.ac.uk/ -- 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