Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=853553

--- Comment #45 from Brendan Jones <brendan.jones...@gmail.com> ---
As I mentioned earlier, wx* packages don't support pkg-config but use wxconfig
instead. There is no wxGTK-devel.pc and I doubt there will be

The wxsqlite3 library is named in such a way that wx-config does not pick it up
which is why I supplied the much simpler cmake patch above.

wx-config --libs wxsqlite3
-pthread -Wl,-z,relro   -lwx_gtk2u_wxsqlite3-2.8 -lwx_baseu-2.8

2.8 below refers to the GTK version it was built against and has nothing to do
with the version numebr associated with wxsqlite3.

 $ rpm -ql wxsqlite3
/usr/lib64/libwxcode_gtk2_wxsqlite3-2.8.so.0
/usr/lib64/libwxcode_gtk2_wxsqlite3-2.8.so.0.0.0
/usr/share/doc/wxsqlite3-3.0.0.1
/usr/share/doc/wxsqlite3-3.0.0.1/LICENCE.txt
/usr/share/doc/wxsqlite3-3.0.0.1/Readme.txt

As you can see this does not match the wxsqlite3 library nor that specified in
your .pc file. You could create a sym link and wx-config and
FindwxWidgets(wxsqlite3) would then find the package but that sounds like a
waste of tiem to me. I still recommend using the simple, manual patch I
provided

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to