-
Notifications
You must be signed in to change notification settings - Fork 42
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
Comments
Sorry to hear you're running into issues with the formula! QtGui should be
included in the qt@4 formula, although I believe we install it as a
framework rather than a static library. Would you mind copy-pasting the
output of "brew doctor", "brew config", and the failing compile command
into a Gist so I can take a look?
…On Sat, Dec 22, 2018, 11:42 AM asadaku ***@***.*** wrote:
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 ***@***.*** under libs and there isn't any
qtgui stuff. Is there some way to install that too?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#64>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AE_71X3rxMvEGqg2xZLmVbd9wCVUS70Hks5u7osngaJpZM4Zfl1C>
.
|
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 |
Hmm. Could you add the output of soqt-config and coin-config?
Carter
…On Sat, Dec 22, 2018, 4:19 PM asadaku ***@***.*** wrote:
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
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#64 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AE_71Q-HObIyR5olpQhcjye_28ZevHX-ks5u7swTgaJpZM4Zfl1C>
.
|
The output of soqt-config and coin-config is empty but if I do soqt-config --libs coin-config --libs I did compile these two using your qt formula |
Yeah, that "-lQtGui.o" probably shouldn't be there. I'll look into this
further.
…On Sat, Dec 22, 2018, 4:30 PM asadaku ***@***.*** wrote:
The output of soqt-config and coin-config is empty but if I do
soqt-config --libs
-lSoQt ***@***.***/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
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#64 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AE_71XzhNHS8uENJ3Rc6XiVAZpakK4cXks5u7s6JgaJpZM4Zfl1C>
.
|
I should mention how I installed soqt.
Maybe I am not using a flag that I should be using when building soqt? |
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?
The text was updated successfully, but these errors were encountered: