[Kde-imaging] [kipiplugins] [Bug 322558] Gwenview crash when i click on Modules externes

Jason nevion at gmail.com
Thu Jul 17 04:40:45 UTC 2014


https://bugs.kde.org/show_bug.cgi?id=322558

--- Comment #4 from Jason <nevion at gmail.com> ---
looks like the problem here in my case was qt5, opencv that I package against
qt5 , and removeredeyes here unnecessarily linking to highgui.  If this plugin
is changed so that it does not link to highgui I suspect the dll hell here will
go away.  I triaged the current source and it's a bit of a mess in there.  I
recommend to first remove the highgui.h header includes but the cmake stuff is
crufty supporting I believe 3 different FindOpenCV scripts (which should be cut
to the official one only) and using some ancient macros.  The next step would
be changing the REQUIRED COMPONENTS to just core, imgproc, and the haar
classifier stuff.  Maybe objdetect too, not sure.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kde-imaging mailing list