[Rd] Compilation error Mac binary
soeren.vogel at uzh.ch
soeren.vogel at uzh.ch
Wed Jun 29 11:33:44 CEST 2011
Hello, the compilation of the GUTS package on CRAN for Mac produces the following error messages:
http://www.r-project.org/nosvn/R.check/r-release-macosx-ix86/GUTS-00install.html
I guess it is some namespace collision, but I can not reproduce it on my machine, it compiles fine here. What is the cause and which setup do I need to reproduce the errors?
R: version
platform i386-apple-darwin9.8.0
arch i386
os darwin9.8.0
system i386, darwin9.8.0
status
major 2
minor 13.0
year 2011
month 04
day 13
svn rev 55427
language R
version.string R version 2.13.0 (2011-04-13)
I ~ $: gcc --version
i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3)
Copyright (C) 2007 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.
I ~ $: less /opt/local/include/boost/version.hpp
// Boost version.hpp configuration header file ------------------------------//
[...]
#define BOOST_VERSION 104601
#define BOOST_LIB_VERSION "1_46_1"
[...]
More information about the R-devel
mailing list