← Back to team overview

wintermute-devel team mailing list archive

[Bug 748598] [NEW] Make fails and dependency non-existent

 

Public bug reported:

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 info.:
beta0x64@goblin:~/Scripts/C/SII/wintermute/linguistics-devel$ 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  

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.

** Affects: wintermute
     Importance: Undecided
         Status: New

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

Title:
  Make fails and dependency non-existent

Status in WINTERMUTE:
  New

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 info.:
  beta0x64@goblin:~/Scripts/C/SII/wintermute/linguistics-devel$ 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  

  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.



Follow ups

References