rstudio / httpuv

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

Ubuntu 14.04 compile issue #103

Closed NSAlvarez closed 6 years ago

NSAlvarez commented 6 years ago

httpuv fails to install with the following command using either "install.packages("httpuv")" in R or the command "R CMD INSTALL httpuv/" in a shell. Using R 3.4.3, g++4.8.

Does anyone have an idea to a solution?

The command out put is:

NSAlvarez commented 6 years ago

Fixed the issue.

/usr/local/include/ had old header files that were causing the error. Removal allowed compiling to finish.