Skip to content
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

missing configuration file #4

Open
mysheepb opened this issue Jun 30, 2018 · 2 comments
Open

missing configuration file #4

mysheepb opened this issue Jun 30, 2018 · 2 comments

Comments

@mysheepb
Copy link

mysheepb commented Jun 30, 2018

Hello, I find Tao3D a great tool, however, as the precompiled binary crashes on my Mac (OS X 10.11.6), I would like to try building it from source.

I tried to follow the build instructions in the readme page, but when I ran ./configure, I got the following error:

Running: qmake -r -spec macx-g++ CONFIG+=release CONFIG+=silent PACKAGE_APPEND=   
Could not find qmake configuration file macx-g++.
Error processing project file: /[myrepo]/tao-3D/main.pro
It looks like configuration failed. You may need additional packages.
brew install qt5 [email protected] vlc nodejs

Am I supposed to find a file called "macx-g++" somewhere? Or should I create it myself. Please advise. Thank you!

@c3d
Copy link
Owner

c3d commented Jul 2, 2018 via email

@mysheepb
Copy link
Author

mysheepb commented Jul 2, 2018

Thank you for your reply.

I install Qt using Homebrew
brew install qt5

If I omit the -spec macx-g++, the error message becomes:

Could not find qmake configuration file macx-clang.
Error processing project file: /[myrepo]/tao-3D/main.pro

I'm new to building in Linux environment, how can I revert to LLVM 3.5?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@mysheepb @c3d and others