-
Notifications
You must be signed in to change notification settings - Fork 12
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
install error on Mac OS #180
Comments
the error message said |
In XCode, I go to XCode->Preferences->Downloads and install component named "Command Line Tools". After that all the relevant tools will be placed in /usr/bin folder and now I am able to use make command. But I got another error when compiling in R: CMake Error: The following variables are used in this project, but they are set to NOTFOUND. make[1]: *** No rule to make target `install'. Stop.
|
sorry I really do not know anything about Mac; I hope other cranvas developers can help you... |
I am getting almost the same error as above when I try to install cranvas on a mac (OSX 10.7 Lion). Does anybody have success in this installation and get around the QT_QTDBUS_INCLUDE_DIR problem? here's the error I get:
|
I had the same problem on Mac OS X 10.7.4 Lion. -- Could NOT find Qt4 (missing: QT_QTDBUS_INCLUDE_DIR) |
I followed the steps in the Wiki page. I installed QT, QT cocoa, cmake on Mac Lion. Then I tried installing packages from GitHub using the devtools package in R.
I get following error in R console:
The text was updated successfully, but these errors were encountered: