On Fri, Jul 24, 2009 at 2:15 PM, Patrick Gundlach
<patrick@gundla.ch> wrote:
anybody got a mac binary?
try to compile changing Jamrules from
CCFLAGS = -Wall -std=gnu99 ;
LINKFLAGS = -L/usr/X11R6/lib ;
to
CCFLAGS = -Wall -std=gnu99 -I/usr/X11/include -I/usr/X11/include/freetype2 ;
LINKFLAGS = -L/usr/X11R6/lib -L/sw/lib ;
--