Comment 1 for bug 1819928

Revision history for this message
tmodes (tmodes) wrote : Re: it should link against libwx_gtk2u_aui-3.0

The CMake build system should be take care of the needed wxWidgets libs.
We are currently at beta 2 and there were reports that it builds fine on different systems without problems.

CMake is using wx-config to get the needed libs.
What is the output of "wx-config --selected-config" and "wx-config --libs all"?
I'm getting here:
>wx-config --selected-config
gtk2-unicode-3.0
>wx-config --libs all
-L/usr/lib/i386-linux-gnu -pthread -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_stc-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_ribbon-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_aui-3.0 -lwx_gtk2u_gl-3.0 -lwx_gtk2u_media-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0

Maybe there are missing some wxWidgets libs on your side or the configuration is not corrupted. (Please state also which Hugin version and some details about the systems, e.g. which wxWidgets version.)