-
-
Notifications
You must be signed in to change notification settings - Fork 11.3k
Conversation
e2ec052
to
4c75319
Compare
@BrewTestBot I fixed the whitespace. Would you please? |
Oh, I'll test this on Yosemite for you in a bit. |
Yup. This fixes the QT5 compile errors on Yosemite.
This actually passed the build bot in your last commit. The failure was down to the bot, rather than anything you did. If one of the maintainers asks the test bot to re-test this PR it should pass fine 👍. |
@BrewTestBot test this please |
@Kelloggs Has this been submitted to upstream Qt code review? |
@MikeMcQuaid Yes. The link to the ticket is given as a comment above the patch statement. |
@Kelloggs Sorry, to be more exact it'll need submitted to https://codereview.qt-project.org |
Hello, How should I use your fix in order to install qt with homebrew on yosemite? Regards. |
|
@Kelloggs Adam replied to the wrong PR/Issue there. He was actually replying to my Mercurial issue. No need to fret. |
Hi again and thanks for your response. Your direction "brew install https://raw.githubusercontent.com/Kelloggs/homebrew/qt5yosemite/Library/Formula/qt5.rb" is working. But in the end of the installation I got this error; ==> ./configure -prefix /usr/local/Cellar/qt5/5.3.1 -system-zlib -qt-libpng -qt-libjpeg -confirm-license -opensource -nomake examples -nomake tests -re READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting Do you have any ideas how can I fix it? |
@yurci That's odd. Can you run Probably the easiest way to do this is to do |
@DomT4 Thank you very much for your interest! This is the output file, I believe I have a problem with my SDK path but I don't know how to resolve that. The output is pretty long I uploaded it to here; https://drive.google.com/file/d/0B2Xi3PfvRGyVQWw0ODdDdUZUaEU/edit?usp=sharing |
@yurci No problem! It looks like it's finding none of your Xcode tools at all. What does your |
I figured out that I didn't choose my gcc version in xcode. Now I managed to install qt correctly. Thank you very much for the assistance! |
@yurci Glad you managed to get it working for you. And no worries, any time. |
Hi again! My problem still continues due to I try to install a program that is Qt dependent. The program I try to install could not find its Qt dependencies. The output of the dependency check is below. I believe I have a problem with the Qt version. When I installed Qt it generated this output;
I am not sure adding this flags to my build variables, which I couldn't find where to add, will solve my problem. My echo $PATH returns;
|
@yurci You can grab my contact details through here if it's easier. What are you trying to install? Qt5 is keg-only, as it says, which means software won't pick it up unless you A) Install a formula through Homebrew which explicitly has Qt4 is the one that symlinks into |
@MikeMcQuaid Nope. Still in review. |
@MikeMcQuaid Hopeful I'll get it done by the end of today. It got bogged down behind all the Lua testing these last few days. |
@MikeMcQuaid It has been merged, finally. |
@Kelloggs Might be an idea to use |
Added a patch to make qt5 build on Yosemite Beta2. Could not verify this working on the current Developer Build of Yosemite. I reported the patch upstream (see comment)