Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Nov 2012 12:44:30 -0600
From:      Scot Hetzel <swhetzel@gmail.com>
To:        Beeblebrox <zaphod@berentweb.com>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: boost error for linux source - looking in the wrong place?
Message-ID:  <CACdU%2Bf-Qunao9H9nQSWP8Y%2B5jCCsVyyzJ-0AR3odB1HDBsGrBQ@mail.gmail.com>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Nov 11, 2012 at 4:43 AM, Beeblebrox <zaphod@berentweb.com> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CACdU%2Bf-Qunao9H9nQSWP8Y%2B5jCCsVyyzJ-0AR3odB1HDBsGrBQ>