On 17.03.2010 11:23, ext Sivan Greenberg wrote:
So I've git cloned all the branches, and managed to build everything
beside on component:

CMake Error at /usr/share/cmake-2.6/Modules/FindBoost.cmake:868 (message):
   Unable to find the requested Boost libraries.

   Boost version: 1.40.0

   Boost include path: /usr/include

   The following Boost libraries could not be found:

           boost_graph

   No Boost libraries were found.  You may need to set Boost_LIBRARYDIR
to the
   directory containing Boost libraries or BOOST_ROOT to the location of
   Boost.
Call Stack (most recent call first):
   CMakeLists.txt:9 (find_package)

You need to have the libboost-graph library installed to compile Shiboken as the generator still uses it (for a few more days, until Hugo gets the fix merged into the repo). If you're using Ubuntu or Debian, the correct package to install is libboost-graph1.40-dev.

Cheers,

ma.
_______________________________________________
PySide mailing list
[email protected]
http://lists.openbossa.org/listinfo/pyside

Reply via email to