-
Notifications
You must be signed in to change notification settings - Fork 17
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
Can't compile on Linux Ubuntu 18.04 #93
Comments
The error seems to be coming from cpp11 -- maybe try to update that package and see if it is resolved |
I was using g++ 7.5.0. I updated it to 11.1.0 and I'm unfortunately still getting the same error. |
Ah - I'm talking about the cpp11 R package |
Sorry for the misunderstanding. The R package seems up to date, I'm using cpp11 0.4.2 |
So, it appears that Freetype has a Macro that interferes with R's TYPEOF macro (which is used in cpp11) However the macro got renamed in 2015 so my guess is you are sitting on a very old freetype version |
I unfortunately don't have access anymore to the computer where I was having the bug, so I won't be able to confirm. Feel free to close the issue. Thanks for looking into it :) |
I tried to install the package on Ubuntu 18.04 and got the following error at compilation. Any idea how I could get it to compile?
Here is the session information.
Thank you!
The text was updated successfully, but these errors were encountered: