> > > On my system `pkg-config --cflags pangoft2' correctly returns
> > > the path to the top pango header directory
> > > (-I/usr/local/include/pango-1.0). A missing call to pkg-config?
After further inspection I found this problematic code in
configure.in:
# This is developer only anyway, h
> > On my system `pkg-config --cflags pangoft2' correctly returns the
> > path to the top pango header directory
> > (-I/usr/local/include/pango-1.0).
> >
> > A missing call to pkg-config?
>
> did you rerun autoconf and do configure once again?
I *always* start with a fresh CVS, doing ./autogen.
[EMAIL PROTECTED] writes:
>
> I get this error:
>
> In file included from all-font-metrics.cc:9:
> include/all-font-metrics.hh:18:25:
> warning: pango/pango.h: No such file or directory
> include/all-font-metrics.hh:19:28:
> warning: pango/pangoft2.h: No such file or directory
>
>
I get this error:
In file included from all-font-metrics.cc:9:
include/all-font-metrics.hh:18:25:
warning: pango/pango.h: No such file or directory
include/all-font-metrics.hh:19:28:
warning: pango/pangoft2.h: No such file or directory
On my system `pkg-config --cflags pangoft2' co