Bug 1486990
Summary: | Imagemagick seems to be missing headers for compiling WindowMaker | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | George R. Goffe <grgoffe> |
Component: | ImageMagick | Assignee: | Michael Cronenworth <mike> |
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | urgent | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | dan, defwxyz, fedora, klember, mike, pahan |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-08-31 03:19:29 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
George R. Goffe
2017-08-31 02:05:31 UTC
WindowMaker does not natively support ImageMagick 7. The Fedora package carries a patch to support it so you're welcome to use that patch. yum install WindowMaker-0.95.8-5.fc28 or https://src.fedoraproject.org/rpms/WindowMaker/blob/master/f/WindowMaker-0.95.8-imagemagick7.patch I am eventually going to send the patch upstream, but I need to add support for ImageMagick 6. Michael, Thank you for your help. By the way, I have written several bugs in the RedHat bugzilla bug site relating to problems I've encountered. I've seen NO activity on any of them. Do the "owners" of WindowMaker support their code any more? Regards, George... Andreas is a busy guy. You could try to reach him via private mail or asking in the bug if he can look at your issues. You could also ask if you would be able to co-maintain WindowMaker with him and fix the issues yourself. I had the same error and manage to work around. I created a symbolic link ln -s /usr/include/ImageMagick-6/wand /usr/include/MagickWand Then I ran again ./configure and everything is fine. |