Seth Price wrote:

> Hey all, I'm interested in making some changes to the GRASS core so I'm
> trying to work with the latest source package. However, I'm having a hard
> time getting it to install. It says it's unable to locate my FreeType
> includes. I think that there's bug in the configure where someone forgot
> to include "-I/usr/local/include/freetype2"
> 
> Thoughts on the problem and/or how to get this configured? Here's my
> Terminal's text and a bunch of relevant info:
> $ ./configure --enable-shared --prefix=/Applications --enable-macosx-app
> --with-opengl=aqua && make && sudo make install

It looks like you need --with-freetype-includes=/usr/local/include/freetype2

The configure script (intentionally) won't attempt to figure this out
for itself.

-- 
Glynn Clements <[email protected]>
_______________________________________________
grass-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to