From owner-freebsd-ports@FreeBSD.ORG Sun Nov 11 18:44:38 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0D9F53E9 for ; Sun, 11 Nov 2012 18:44:38 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from mail-ea0-f182.google.com (mail-ea0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 8C0178FC12 for ; Sun, 11 Nov 2012 18:44:37 +0000 (UTC) Received: by mail-ea0-f182.google.com with SMTP id c10so2713091eaa.13 for ; Sun, 11 Nov 2012 10:44:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Zg05TlDtoUBwwy6dH57GrgHNJXlAs7hNjqvvQ+e0lfM=; b=ADnnaFbTvnaOXfH7OI0S9jzfbvggMT53eW7tOlrA54MwOnhHkCl1VSEtjEZ5pJCktn M1EsUcTUyilslsIQQostYsncZcs4AwXxb0G1vc2fEdBVixhmHCHdIIVOYiYs4p8iGCvF zDbpMAc3K4j5AegS5qwqcir+68B5cQYvEhFGOQR0i5y/nGYsd45OM+KXlWKsZSnS/kAy +W52XRgfkQcV9V7IgbRP9S76tyqv6K4K6M+L/YeywLlyogukiyi3MzXasPm90U1s5WGs egMFnKrECYfmWs3NrbWhxVVnAoMG9hskQ97xXAnvnLJ8cfjyFauERPm2XEYSbISymrez Q8UQ== MIME-Version: 1.0 Received: by 10.14.205.3 with SMTP id i3mr55800073eeo.18.1352659470245; Sun, 11 Nov 2012 10:44:30 -0800 (PST) Received: by 10.14.188.136 with HTTP; Sun, 11 Nov 2012 10:44:30 -0800 (PST) In-Reply-To: <1352630590036-5759965.post@n5.nabble.com> References: <1352623446128-5759953.post@n5.nabble.com> <20121111103807.7c86f0a3@ernst.jennejohn.org> <1352630590036-5759965.post@n5.nabble.com> Date: Sun, 11 Nov 2012 12:44:30 -0600 Message-ID: Subject: Re: boost error for linux source - looking in the wrong place? From: Scot Hetzel To: Beeblebrox Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Nov 2012 18:44:38 -0000 On Sun, Nov 11, 2012 at 4:43 AM, Beeblebrox wrote: > Hello and thanks for the input. > configure --help shows knob for --with-boost-includes= which I try with > /usr/local/include/boost -> gives me: Try setting --with-boost-includes=/usr/local/include > ./configure: CFLAGS+= -I/usr/local/include/boost/ : not found > ./configure: CXXFLAGS+= -I/usr/local/include/boost/ : not found > ./configure: CPPFLAGS+= -I/usr/local/include/boost/ : not found > checking boost/foreach.hpp usability... no > checking boost/foreach.hpp presence... no > checking for boost/foreach.hpp... no > configure: error: "BOOST library is missing" > checking for mysql headers and libraries... > CFLAGS="-I/usr/local/include/mysql -pipe -fno-strict-aliasing -g" > LIBS="-L/usr/local/lib/mysql -lmysqlclient_r -pthread -lz -lm" > checking for LIBUUID... yes > checking for LUA... no > checking for LUA... configure: error: Package requirements (lua >= 5.1) were > not met: > > Since ports tree has lang/lua50 (5.0.3), It seems I'll have to build LUA > from source as well :( > You may have to set the location of the lua include files in the configure script similar to --with-boost-includes=. Scot