[wellylug] configure script and fontpath
Andrej Ricnik
andrej at paradise.net.nz
Wed Jan 14 11:45:13 NZDT 2004
On Wed, 14 Jan 2004 10:37, E.Chalaron wrote:
Just out of curiosity:
Which program are you compiling there?
To me it seems that the script must be stuffed,
since I don't know of an executable by the name
of fontpath, and ./configure seems to try and run
one ...
Cheers,
Tink
> Hi
> I have a bit of an issue here with fonts
>
> the ./configure --with-fontpath=/blablablabla is sending me
> back a :
>
> ./configure: fontpath,: command not found
>
> Well..... from what I can find in the script is :
>
>
> *****************************************************
> # Check whether --with- or --without- was given.
> if test "${with_+set}" = set; then
> withval="$with_"
>
> fi
> (fontpath, --with-fontpath Path to your TTF fonts dir,
> case $with_fontpath in
> /*) cat >> confdefs.h <<\EOF
> #define HAVE_FONTPATH 1
> EOF
>
> cat >> confdefs.h <<EOF
> #define FONTPATH "$with_fontpath"
> EOF
>
> ;;
> *) cat >> confdefs.h <<EOF
> #define FONTPATH NULL
> EOF
>
> { echo "configure: error: "--with-fontpath:
> $with_fontpath is not a valid pathname."" 1>&2; exit 1; }
> ;;
> esac)
> ************************************************
>
> So I would guess that it knows what fontpath is...
> Any idea to resolve that or anybody knows what it is about ?
> Thanks
> Edouard
More information about the wellylug
mailing list