[cgi-devel] Building cgi
Status: Beta
Brought to you by:
drrngrvy
From: Mathieu M. <mat...@gm...> - 2012-07-23 16:29:28
|
Hi there, I am trying to simply build cgi. I have never used bjam before (cmake user), and bjam fails with: $ git clone git://github.com/darrengarvey/cgi.git $ cd cgi $ bjam project-root.jam:20: in get-boost-root rule ERROR unknown in module Jamfile</home/mathieu/tmp/cgi>. project-root.jam:28: in modules.load /usr/share/boost-build/build/project.jam:314: in load-jamfile /usr/share/boost-build/build/project.jam:62: in load /usr/share/boost-build/build/project.jam:168: in project.find /usr/share/boost-build/build-system.jam:570: in load /usr/share/boost-build/kernel/modules.jam:283: in import /usr/share/boost-build/kernel/bootstrap.jam:142: in boost-build /usr/share/boost-build/boost-build.jam:8: in module scope With: $ apt-cache policy libboost1.49-dev libboost1.49-dev: Installed: 1.49.0-3.1 Candidate: 1.49.0-3.1 Version table: *** 1.49.0-3.1 0 500 http://ftp.fr.debian.org/debian/ sid/main amd64 Packages 100 /var/lib/dpkg/status Thanks much, -- Mathieu |