← Back to team overview

wintermute-devel team mailing list archive

[Bug 748598] Re: Make fails and dependency non-existent

 

Changed for historical purposes.

** Visibility changed to: Public

** Changed in: wintermute
    Milestone: None => 0.01a

** Changed in: wintermute
     Assignee: Adrian Borucki (gentoolx) => Wintermute Developers (wintermute-devel)

-- 
You received this bug notification because you are a member of
Wintermute Developers, which is a direct subscriber.
https://bugs.launchpad.net/bugs/748598

Title:
  Make fails and dependency non-existent

Status in Wintermute:
  Fix Released

Bug description:
  First of all, make fails to detect libraries that are installed
  anyways:

  CMake Error at CMakeLists.txt:6 (find_package):
    Could not find module FindLibXML++.cmake or a configuration file for
    package LibXML++.

    Adjust CMAKE_MODULE_PATH to find FindLibXML++.cmake or set LibXML++_DIR to
    the directory containing a CMake configuration file for LibXML++.  The file
    will have one of the following names:

      LibXML++Config.cmake
      libxml++-config.cmake

  and pkg-config and apt-get info.:
  $ pkg-config --cflags --libs libxml++-2.6
  -pthread -I/usr/local/include/libxml++-2.6 -I/usr/local/lib/libxml++-2.6/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  -pthread -L/usr/local/lib -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lsigc-2.0 -lgthread-2.0 -lrt -lglib-2.0

  $ sudo apt-get install libxml++2.6-dev
  Reading package lists... Done
  Building dependency tree       
  Reading state information... Done
  libxml++2.6-dev is already the newest version.
  0 upgraded, 0 newly installed, 0 to remove and 7 not upgraded.

  I am also having a difficult time finding libgiomm for Debian or
  Ubuntu. It is neither in the default repo's nor anything on google.


References