Jean-Marc Lasgouttes ([EMAIL PROTECTED]) wrote:
> What is your version og gtkmm? The code seems to look explicitely for
> 2.4, isn't it?
Huh, I have 2.8.1.
Sincerely,
Gour
--
Registered Linux User | #278493
GPG Public Key | 8C44EDCD
> "Gour" == Gour <[EMAIL PROTECTED]> writes:
Gour> Here I have:
Gour> Cflags: -I${includedir}/pango-1.0 -I/usr/include/freetype2
Gour> -I/usr/include/freetype2/config
Gour> afaics, it should work, but it doesn't.
What is your version og gtkmm? The code seems to look explicitely for
2.4, is
Georg Baum ([EMAIL PROTECTED]) wrote:
> Use the workaround posted by Jean-Marc for now.
That works.
> I suspect that the pkg-config files of your GTK libs do not correctly
> state that freetype2 is needed. I have in
> /opt/gnome/lib/pkgconfig/pangoft2.pc the line
>
> Cflags: -I${includedir}
Gour wrote:
> Georg Baum ([EMAIL PROTECTED])
> wrote:
>
>> It should be found automatically by configure. What is your
>> OS/distribution?
>
> Linux/Gentoo.
>
>> What is your configure command line?
>
> ./configure --with-frontend=gtk
That should work.
>> On my machine it uses freetype2.
>
Jean-Marc Lasgouttes ([EMAIL PROTECTED]) wrote:
> They can be found if you add --with-extra-inc=/usr/include/freetype2.
Thanks. It builds now.
Now we can explore it a bit hunting for some bug ;)
> OTOH, we could probably use "pkg-config --cflags gtkmm" or something
> like that.
That would be g
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> Gour wrote:
>> So, what is the proper way to include the ../freetype2 header dir?
Georg> It should be found automatically by configure. What is your
Georg> OS/distribution? What is your configure command line?
They can be found if yo
Georg Baum ([EMAIL PROTECTED]) wrote:
> It should be found automatically by configure. What is your
> OS/distribution?
Linux/Gentoo.
> What is your configure command line?
./configure --with-frontend=gtk
> On my machine it uses freetype2.
OK. I got rid of freetype1, but stil the same error,
Gour wrote:
> So, what is the proper way to include the ../freetype2 header dir?
It should be found automatically by configure. What is your OS/distribution?
What is your configure command line?
> Does the gtk front-end needs freetype1 or freetype2?
On my machine it uses freetype2.
Georg