-
Notifications
You must be signed in to change notification settings - Fork 32
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
qmake version #8
Comments
Indeed, but on my system I need to specify |
Perhaps few lines may be added in the INSTALL file?
On my system (where default is 4) I use these three commands (sudo must be called separately; the -s allows to stay in the same directory while switching to root):
|
In my system (Fedora24), qmake is not in the path so I had to add it to the bashrc of both the user and root:
The error message when running the install was:
|
You can also use the |
I'm preparing a Portfile for
Here's the full command:
I also get these three messages in the log:
so it seems that the
Any suggestions? P.S. When are you planning to release 0.24.3? I had to manually backport #3... |
The install does indeed also do build. To get it to compile in Fink I used the "--skip-build" option in the installation phase. Here's the relevant part of my FinkInfo-file for python-poppler-qt5.
|
Btw, I built against commit 30e02fd. I also vote for releasing 0.24.3. |
Thanks, with
Any ideas? |
Not really. I know very little about python packaging. I saw that my install gave:
In particular it does not run "egg_info" and my resulting egg-info is a single file (= PKG-INFO). Perhaps this is due to different versions of setuptools. But I wonder where your error message "Failed to determine Qt version" is coming from. I found that Federico Bruno had a similar/identical problem which was fixed by
|
Unfortunately setting P.S. Sorry for using this issue instead of opening a new one: @wbsoft if you think it is better I'll open a new issue for my problem. |
I was finally able to make MacPorts successfully build python-poppler-qt5. |
I am running openSUSE Leap 42.2 with both qt4 and 5. Qmake is available in two versions for me: |
What you get from IIRC openSUSE uses rpm, like Fedora. An rpm package exists for Fedora; it's not available yet in openSUSE? I know they are different projects, but maybe this information can help. $ rpm -q python3-poppler-qt5 |
i have this error below:- [root@localhost PyQt-gpl-5.4]# python3.4 configure.py --qmake /usr/bin/qmake-qt5 |
As far as I can see here, python3-poppler-qt5 has been packaged for OpenSUSE as well. It's worth saying that people willing to just run Frescobaldi should install python3-poppler-qt5 from their distro repository (best choice) or from the PyPI via pip. |
Are you in the wrong directory? Or in the wrong Github page? :-) |
It's been a while since I had this issue, but today I managed to build it very quickly by following Wilbert's suggestion above. Here's the command which works on Fedora 28:
|
@s-m-e Premise: you should first add this directory to the PATH in .bashrc, otherwise qmake won't be found:
Then:
I've recently found out that you can set qt5 permanently using update-alternatives:
Now I don't need to use
|
Shouldn't this code use qt5 qmake, not qt4 qmake?
The text was updated successfully, but these errors were encountered: