svn trunk error

Frank Warmerdam warmerdam at POBOX.COM
Tue Aug 7 12:03:15 EDT 2007


Kralidis,Tom [Burlington] wrote:
>  
> I added -laggfontfreetype to AGG_LIB (thanks Thomas!) in Makefile and
> everything built fine.  Apparently Frank is working on this one.

Tom,

I have updated mapserver to include -laggfreetype in the link.  But
this means that folks building agg themselves from source will be
obligated to create a libaggfreetype.a in their agg-2.4/src directory.

I *think* adding the following target to agg-2.4/src/Makefile, and then
invoking "make libs" should do the trick.

libs:	all ../font_freetype/agg_font_freetype.o
	$(LIB) libaggfreetype.a ../font_freetype/agg_font_freetype.o

Ah yes, you also still need to add `freetype-config --cflags` or equivelent
in CXXFLAGS.

Best regards,
-- 
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up   | Frank Warmerdam, warmerdam at pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush    | President OSGeo, http://osgeo.org



More information about the mapserver-dev mailing list