wintermute-devel team mailing list archive
-
wintermute-devel team
-
Mailing list archive
-
Message #00091
[Bug 748598] Re: Make fails and dependency non-existent
Hey, the codebase of Wintermue from the Bazaar branches to the more
efficient one I have locally is a bit better; in fact, it no longers
needs Glib (and soon, no more sigc++) but uses Boost instead. There's
a bunch of changes (even the networking component is starting to kick
in!). Looks like I'll be doing a LOT of merging.. =/
Also trying to detach it from libxml++ and utilize another non-GNOME
produced library; to increase portability..
Adrian, I kinda re-uploaded the NetBeans stuff; should I move it to a
subfolder (called NetBeans)?
--
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:
In Progress
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