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
f...@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
_______________________________________________
macports-users mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users