Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error copying file "/xxx/peer/peer-master/build/R/peerR_wrap.cxx" to "/xxx/peer/peer-master/build/R/peer/src/peerR_wrap.cpp". #21

Open
jingydz opened this issue May 18, 2023 · 0 comments

Comments

@jingydz
Copy link

jingydz commented May 18, 2023

$ cmake ./..
-- Looking for R executable
-- Looking for R_HOME
-- R_HOME is /usr/local/lib64/R
-- Looking for R include files
-- Include files should be at /usr/local/lib64/R/include. Checking for R.h
-- Found at /usr/local/lib64/R/include/R.h
-- Exists at /usr/local/lib64/R/lib/libR.so
-- Checking whether we should link against Rlapack library
-- Yes, /usr/local/lib64/R/lib/libRlapack.so exists
-- Checking whether we should link against Rblas library
-- Yes, /usr/local/lib64/R/lib/libRblas.so exists
-- Checking for R package library location to use
-- Will use /usr/local/lib64/R/library
-- Configuring done
-- Generating done
-- Build files have been written to: /xxx/peer/peer-master/build

$ make
Consolidate compiler generated dependencies of target alglib
[ 56%] Built target alglib
Consolidate compiler generated dependencies of target csv_parser
[ 64%] Built target csv_parser
Consolidate compiler generated dependencies of target peerlib
[ 88%] Built target peerlib
[ 92%] Built target peer_swig_compilation
Consolidate compiler generated dependencies of target peer
[ 96%] Linking CXX shared module peer.so
Error copying file "/xxx/peer/peer-master/build/R/peerR_wrap.cxx" to "/xxx/peer/peer-master/build/R/peer/src/peerR_wrap.cpp".
make[2]: *** [R/peer.so] Error 1
make[2]: *** Deleting file `R/peer.so'
make[1]: *** [R/CMakeFiles/peer.dir/all] Error 2
make: *** [all] Error 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant