GNOME Bugzilla – Bug 745870
[PATCH] QT4's qmake is titled differently on Fedora 21
Last modified: 2015-06-29 03:09:25 UTC
Created attachment 298846 [details] [review] Patch for adding support to find the qt4 qmake on Fedora 21 The qmake on Fedora 21 is named "qmake-qt4" under "/usr/bin". The configure script in GIT nor the 1.8.9.1 source tarball see this variation. This causes configure to stop, thinking it can not find the required qmake. There are two solutions to this problem: 1. sym or hard link "qmake-qt4" to "qmake" in /usr/bin (which should be explained in the documentation of doxygen should this be Dimitri's decision to resolve this bug) 2. Include attached patch with the next GIT update.
I've just pushed and updated patch for this problem to github (pull request 307). The updated patch does not need to copy or link the executable and does look on multiple places.
Thanks, I've merged the pull request
Created attachment 298938 [details] [review] Patch fixing a mistake in the Pull Request When I updated my GIT copy of the doxygen source, the pull request uses "gmake-qt4" instead of "qmake-qt4". The patch corrects this mistake in the configure script. I would have done another pull request myself, but I am new to GIT repositories.
Created correction as pull request 309
I see that pull request 309 has been merged into GIT. After downloading the correction in an empty directory, I find that I no longer need to do anything extra to get doxywizard to compile on Fedora 21. I will leave this bug as assigned due to how Dimitri wants bug reports handled upon the next release of Doxygen.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.10. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant (preferably in the form of a self-contained example).
Thanks to CMake, this problem has been fixed. The hotfixes attempted prior to implementing CMake as the build system are now obsolete.