-
Notifications
You must be signed in to change notification settings - Fork 12
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
Variable set to NOTFOUND #6
Comments
How have you installed Qt, and which version do you use? |
I have: I did set the environment variable QT_SDK_HOME to where the sdk lives: I was able to temporarily circumvent the issue by setting the variable myself in the cmake script to : /usr/includes/phonon Murphy Randle On Friday, March 23, 2012 at 4:43 PM, Thomas Perl wrote:
|
On Fri, Mar 23, 2012 at 07:51:14PM -0700, murphyspublic wrote:
Did you also try installing Qt 4.8 via Homebrew? The Homebrew version of Thanks, |
Hmm, I'd love to do that, but I'm only finding Homebrew for OS X. Am I missing something? It tells me: It seems that that is saying I have QT 4.6 installed. But I check the InstallationLog.txt file in the SDK directory, and I see lines like this: Murphy Randle On Saturday, March 24, 2012 at 8:37 AM, Thomas Perl wrote:
|
Hi, On Sat, Mar 24, 2012 at 07:54:34AM -0700, murphyspublic wrote:
Oh yeah, sorry - I somehow assume you run OS X. Of course, if you are HTH. |
Okay, that's probably where I got the Qt that's installed. I ran the dependency scripts and all of them installed successfully. Do you think I'm confusing my system by having the SDK installed as well? Should I just start over and install fresh, without installing the SDK? |
On Sat, Mar 24, 2012 at 09:06:32AM -0700, murphyspublic wrote:
Yes, if you can, starting over would be the easiest solution. Also, if HTH :) |
Okay, I'm starting over. I'll let you know how it goes. Thank you! |
Okay, I started over. I did not install the SDK at all, I'm running on CentOs 6.2.
It says that QT is already installed. When I run the build_and_install script, I get the same problem as before: Any more ideas? |
Which version of Qt is installed? ("qmake -version" should tell you the Qt version) |
Okay, maybe that's the issue. When I try to run qmake, it says "command not found". What do you suggest is the best way for me to get a complete setup of QT that will work with these PySide set up scripts? |
Search for "qt-devel" packages or similar. Make sure that all these are installed. Also, have a look if there are separate "-devel" packages for phonon and/or qmake. Make sure that the Qt version is at least 4.7 for best results (4.6 should also work, but it's the minimum, and won't include Qt Declarative). I'd assume that CentOS might have a really old version of Qt, but I'm not sure. |
Ok, great! I'll do some searching. Thank you! |
Ah, I see that I'm using qt 4.6.2.
I'll try and update it to 4.7. |
Okay, I've upgraded to Qt 4.7, and I've searched for packages such as phonon-devel (finding none). |
I came across this problem on Centos 6.3 too when using build_and_install and worked around it by using the following
|
Does the solution suggested by ramblex work for all affected users in this issue? |
wao, ramblex's solution works for me 👍 |
Getting same error using "pip install pyside" on CentOS release 6.3 (Final). QT-related CentOS packages installed are: I'm afraid it's not clear from ramblex's answer where to make that change. I'm trying to get PySide because it's a dependency of IPython's qtconsole, not to use it directly. |
I am getting this same error using Qt-4.6.2 on RHEL. I do not know how to implement the solutions suggested by either ramblex or murphyrandle, because neither of them made it clear what file they edited and how. |
@metaperl It's a while since I did this but you can try adding:
after line 54 in |
I'd appreciate if someone could come up with a patch to fix this, and I'd happily merge it. |
@ramblex - I dont have a
|
Hi, |
The fix for this on CentOS 6.4 is to change the following file: PySide-1.2.1/source/pyside/PySide/phonon/CMakeLists.txt add in: Then it will compile past this issue, however, there is another issue that appears later on in the compile. Will post on that separately. |
Hi there! I'm trying to install on CentOs 6 using the buildscripts.
I followed the instructions in the readme, and I end up having the configuration fail on pyside install with this error:
I've checked, and the directory /usr/include/phonon exists.
I even tried setting that env variable, but it has no effect on the error.
Even after scouring the interwebs, I can't find a fix to this. Any advice?
The text was updated successfully, but these errors were encountered: