Trying to build the mkvtoolnix package in Cauldron, during ./configure it does: *** Not checking for wxWidgets: file '/usr/bin/wx-config-unicode' not executable Looking in SVN logs for wxgtk, a lot of changes have been made and it's hard to follow. It looks like wx-config-unicode may have been removed, but somehow it's still looking for it. I know mkvtoolnix itself is OK, as it builds fine in Mandriva Cooker.
CC: (none) => fundawang
The problem isn't in wxgtk, but in mkvtoolnix .spec: %configure2_5x --with-wx-config=%{_bindir}/wx-config-unicode As you said there's no such file wx-config-unicode anymore so drop the --with-wx-config switch.
CC: (none) => jani.valimaa
You are correct. Marking this INVALID. Thanks.
Status: NEW => RESOLVEDResolution: (none) => INVALID