include problem building BDB 4.6.21 w/ /usr/local
Chris Janton
face at CentosPrime.COM
Fri Oct 23 06:20:56 PDT 2009
On 2009-10-22 , at 18:25 , Ryan Schmidt wrote:
> I guess they've fixed that already; this is what I get on Snow
> Leopard:
>
>
> $ /usr/bin/make -dp | grep INCLUDE
> make: *** No targets specified and no makefile found. Stop.
> .INCLUDE_DIRS = /usr/include /usr/include
Snow Leopard here. This is what I see
face at mac:~:124 $ /usr/bin/make -dp | grep INCLUDE
make: *** No targets specified and no makefile found. Stop.
.INCLUDE_DIRS = /usr/include /usr/local/include /usr/include
The deal is - if /usr/local/include *exists* it will be included
mac:~ root# echo $PATH
/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin
mac:~ root# /usr/bin/make -dp | grep INCLUDE
make: *** No targets specified and no makefile found. Stop.
.INCLUDE_DIRS = /usr/include /usr/local/include /usr/include
mac:~ root# mv /usr/local/include /usr/local/no-include
mac:~ root# /usr/bin/make -dp | grep INCLUDE
make: *** No targets specified and no makefile found. Stop.
.INCLUDE_DIRS = /usr/include /usr/include
mac:~ root#
8)
----------------------------------
Chris Janton - face at CentosPrime dot COM
Netminder for Opus1.COM
More information about the macports-users
mailing list