← Back to team overview

hugin-devs team mailing list archive

[Bug 1819928] 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.)

** Changed in: hugin
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of Hugin
Developers, which is subscribed to Hugin.
https://bugs.launchpad.net/bugs/1819928

Title:
  it should link against libwx_gtk2u_aui-3.0

Status in Hugin:
  Incomplete

Bug description:
  Trying to build the   version it fails with lots of undefined references like
  wxGLCanvas::GetClassInfo() const

  It should build against additional libraries like  libwx_gtk2u_aui-3.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1819928/+subscriptions


References