Skip to content
Back to formatted view

Raw Message

Message-ID: <1332535980.1178.YahooMailNeo@web161901.mail.bf1.yahoo.com>
Date: 2012-03-23T20:53:00Z
From: Michael Hannon
Subject: [Rcpp-devel] (OS X / 64 bit woes?) R CMD check failing on skeletonc Rcpp module
In-Reply-To: <20332.55350.920687.528451@max.nulle.part>

> From: Dirk Eddelbuettel <edd at debian.org>


.
.
.

> I do not have an OS X machine, so I can't test this and do anything further,
> I am afraid.

> Try submitting it to win-builder.r-project.org which would throw another 64
> bit compiler in the mix.? We have had our share of issue with the older /
> deprecated g++ version on OS X so this could be related.

I don't know if this is relevant, but locally we had occasion to install the
g++ compiler for MacOS from fink:

??? http://www.finkproject.org/

This was because there was some complication (don't recall details) in getting
the new Xcode installed on the Mac in question.

The version of g++ from fink installs as "g++-4" (to keep it orthogonal to the
one from Xcode):

? $ g++-4 --version
? g++-4 (GCC) 4.6.2
? Copyright (C) 2011 Free Software Foundation, Inc.
? This is free software; see the source for copying conditions.? There is NO
? warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

My point is that if the problem in question DOES stem from the use of an old
version of g++, it's a problem that might be relatively easy to fix.? Of
course, downloading the full Xcode stuff from Apple would also fix the
problem.

-- Mike