gpt4 book ai didi

xcode - 内联和 Xcode 4.2.1 出错

转载 作者:行者123 更新时间:2023-12-02 08:50:39 24 4
gpt4 key购买 nike

我正在尝试获取 inline软件包在我的 MacBook 上运行。以下代码块(来自 cxxfunction 示例)失败:

library(inline)
fx <- cxxfunction( signature(x = "integer", y = "numeric" ) , '
return ScalarReal( INTEGER(x)[0] * REAL(y)[0] ) ;
' )
fx( 2L, 5 )

出现此错误:

Error in compileCode(f, code, language = language, verbose = verbose) : 
Compilation ERROR, function(s)/method(s) not created! make: g++-4.2: No such file or directory
make: *** [file141b5882.o] Error 1

这很奇怪,因为 g++ 可用:

g++ -v
Using built-in specs.
Target: i686-apple-darwin11
Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.1~22/src/configure --disable-checking --enable-werror --prefix=/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2336.1~22/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)

ls /usr/bin | grep gcc
gcc
i686-apple-darwin11-llvm-gcc-4.2
llvm-gcc
llvm-gcc-4.2

我在 Mac OS 10.7.2 上运行 Xcode 4.2.1、R 2.14.0。

最佳答案

经过一些研究,事实证明这是一个很容易解决的问题:

sudo ln -sn /usr/bin/g++ /usr/bin/g++-4.2
sudo ln -sn /usr/bin/gcc /usr/bin/gcc-4.2

Inline 和 Rcpp 现在似乎工作正常。

关于xcode - 内联和 Xcode 4.2.1 出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8368834/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com