[CLAM] small problem in mac os x fltk tarball

Maarten de Boer mdeboer at iua.upf.es
Tue Feb 24 03:53:05 PST 2004


hello,

there was a minor problem with our fltk build for mac os x. it caused
the path to fltk to be set incorrectly in system-macosx.cfg (when
running configure) , and therefore in the Makefile.vars when building
applications. there is an update (build2) on the web now.

you can also fix it by hand, changing the line in fltk/bin/fltk-config
that sets the prefix (prefix=/CLAM_EXTERNAL_LIBS/fltk) to

prefix=`dirname $0`/..
prefix=`cd $prefix ; pwd`

you should rerun your CLAM build/configure (and make depend in the
folder ot the application you are building) for the change to take
effect.

maarten




More information about the clam-users mailing list