[gnome-print] Re: Unable to compile gnome-print-0.34
- From: Elardus Viljoen <elardus obsidianlabs com>
- To: Gnome Print <gnome-print ximian com>
- Subject: [gnome-print] Re: Unable to compile gnome-print-0.34
- Date: Wed, 06 Mar 2002 10:53:51 +0200
Lauris,
> > libfreetype.so.6 (libc6) => /usr/lib/libfreetype.so.6
> > libfreetype.so (libc6) => /usr/lib/libfreetype.so
> > libfreetype.so (libc6) => /usr/X11R6/lib/libfreetype.so
>
> Hmmm... it is probably installed by XFree, but bad things can
> really happen, if different FT versions will be mixed. Although
> I think the XFree one will be not linked to build normally (but
> not sure...)
/usr/X11R6/lib/libfreetype.so is linked to /usr/lib/libfreetype.so
> > > freetype-config --cflags
> >
> > /usr/bin/freetype-config: line 104: syntax error: unexpected end of
> > file
>
> freetype-config? You can do that, although I am not expert
> neither in freetype nor shell/perl stuff.
> You can also check, whether you have different freetype-configs
> lying around (maybe from prev install).
> Also, what does it do without arguments?
I got it fixed - excerpt from freetype-config script, line 81:
if test "$echo_cflags" = "yes" ; then
cflags="-I${prefix}/include/freetype2"
if test "${prefix}/include" != "/usr/include" ; then
echo -I${prefix}/include $cflags
else
echo $cflags
fi
A 'fi' is missing at the inner if segment...
Thank you for your feedback and help!
--
Regards.
Elardus
elardus@obsidianlabs.com
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]