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

installing lQTGui #64

Open
asadaku opened this issue Dec 22, 2018 · 6 comments
Open

installing lQTGui #64

asadaku opened this issue Dec 22, 2018 · 6 comments

Comments

@asadaku
Copy link

asadaku commented Dec 22, 2018

I'm trying to use this to install open rave, which complains at 99% that it can't find lQtGui.a.

I browsed the install directory of qt@4 under libs and there isn't any qtgui stuff. Is there some way to install that too?

@asadaku asadaku changed the title lQTGui installing lQTGui Dec 22, 2018
@cartr
Copy link
Owner

cartr commented Dec 22, 2018 via email

@asadaku
Copy link
Author

asadaku commented Dec 23, 2018

Here is the gist. I admit I have been trying like crazy to get this to work so I have installed qt5, qt4 and whatever multiple times in a vain attempt to solve this. I'm so close!!

https://gist.github.com/asadaku/f95f69235ea16c6d82e6922b8230b2e6

@cartr
Copy link
Owner

cartr commented Dec 23, 2018 via email

@asadaku
Copy link
Author

asadaku commented Dec 23, 2018

The output of soqt-config and coin-config is empty but if I do

soqt-config --libs
-lSoQt -F/usr/local/Cellar/qt@4/4.8.7_5/lib -framework QtOpenGL QtGui QtCore -lCoin -lpthread -lQtGui.o -lQtOpenGL.o

coin-config --libs
-lCoin -lpthread

I did compile these two using your qt formula

@cartr
Copy link
Owner

cartr commented Dec 23, 2018 via email

@asadaku
Copy link
Author

asadaku commented Dec 23, 2018

I should mention how I installed soqt.

>> hg clone https://bitbucket.org/Coin3D/soqt -r cmake
>> mkdir build
>> cd build/
>> cmake ../soqt
>> make
>> make install

Maybe I am not using a flag that I should be using when building soqt?

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

2 participants