From owner-freebsd-questions@FreeBSD.ORG Sat Dec 15 10:00:07 2007 Return-Path: Delivered-To: questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E858216A46B; Sat, 15 Dec 2007 10:00:07 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mx.critical.ch (mx.critical.ch [62.2.45.171]) by mx1.freebsd.org (Postfix) with ESMTP id 7E29A13C46A; Sat, 15 Dec 2007 10:00:07 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from tardis.home.critical.ch (77-57-39-107.dclient.hispeed.ch [77.57.39.107]) by mx.critical.ch (8.13.8/8.13.8/critical-1.0) with SMTP id lBF9RTtp099095; Sat, 15 Dec 2007 10:27:30 +0100 (CET) (envelope-from ehaupt@FreeBSD.org) Date: Sat, 15 Dec 2007 10:27:30 +0100 From: Emanuel Haupt To: cpghost Message-Id: <20071215102730.fb2d6a5d.ehaupt@FreeBSD.org> In-Reply-To: <20071214211657.GA24213@epia-2.farid-hajji.net> References: <20071214211657.GA24213@epia-2.farid-hajji.net> X-Mailer: Sylpheed 2.4.7 (GTK+ 2.12.3; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (mx.critical.ch [62.2.45.171]); Sat, 15 Dec 2007 10:27:30 +0100 (CET) X-Virus-Scanned: ClamAV 0.91.2/5128/Sat Dec 15 09:27:34 2007 on milkyway.critical.ch X-Virus-Status: Clean Cc: questions@FreeBSD.org, barner@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: devel/boost -- where is tools/build/v2? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Dec 2007 10:00:08 -0000 > I'm trying to walk through the tutorial of Boost.Python > (the devel/boost-python port)... and unless I'm running > out of coffe right now, it seems as if the boost port > is not fully installed/specified! > > Isn't boost supposed to come with a tools/build/v2 > directory? Where is it? Unless you built devel/boost with NOPORTDOCS defined it should be installed under: /usr/local/share/doc/boost/tools/build/v2 Emanuel