rstudio / httpuv

HTTP and WebSocket server package for R
Other
229 stars 86 forks source link

Error while installing the library from source due to RcppExports #340

Closed vishalsharma3003 closed 2 years ago

vishalsharma3003 commented 2 years ago

Hello, I have created my own R package for my company but for some of the users, when they install the package, they are facing the following issue:

make: stat: equipped.dll: Too many levels of symbolic links
make: stat: RcppExports.o: Too many levels of symbolic links
make: *** No rule to make target 'RcppExports.o', needed by 'equipped.dll'. Stop.
ERROR: compilation failed for package 'equipped'

The name of the package is equipped. Inside the package, I have used Rcpp code as well. When I compile the Rcpp attributes using Rcpp::compileAttributes() to the source, it compiles fine for all the users but for some of the users, it gives error while installing the library.

Let me know if you need more information on the same.

Regards, Vishal

vishalsharma3003 commented 2 years ago

Sorry created the ticket on wrong channel.