-
Notifications
You must be signed in to change notification settings - Fork 73
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 installing qtlua #34
Comments
@ProGamerGov I have similar problem CMake Error at /usr/local/share/cmake-2.8/Modules/FindQt4.cmake:1193 (MESSAGE): |
I think the problem is that qt has 5.x version now and we need qt4.x, you cannot install qt4 from the terminal now (because I think they remove it). We probably need to compile it from source. |
@johnny5550822 are you be able to install qt4.x on your mac book, i tried but not working, |
@ericalingyuan I did not try that in mac since I am using ubuntu. Didyou have the error message? |
@johnny5550822 I followed the steps, the error occurs for the command 'make': |
@johnny5550822 I followed the steps from here:http://doc.qt.io/qt-4.8/install-mac.html |
@ericalingyuan Look like something is incompatible (e.g. older version). You may have to report this bug to qt. Sorry, cannot help much. |
first: then: this solved my problem reference: https://github.com/cartr/homebrew-qt4 |
Hey, I've had similar issues and followed the advice given. It works until it gets to 94% complete and then throws this error: [ 94%] Building CXX object packages/qtwidget/CMakeFiles/libqtwidget.dir/qtlualistener.cpp.o Error: Build error: Failed building. Any ideas on how to fix this would be great! M |
@craigstar |
Only macOS Sierra? |
Not sure how to resolve this error.
The text was updated successfully, but these errors were encountered: