Re: missing headers - gtk frontend

2005-11-09 Thread Gour
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

Re: missing headers - gtk frontend

2005-11-09 Thread Jean-Marc Lasgouttes
> "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

Re: missing headers - gtk frontend

2005-11-09 Thread Gour
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}

Re: missing headers - gtk frontend

2005-11-09 Thread Georg Baum
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. >

Re: missing headers - gtk frontend

2005-11-09 Thread Gour
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

Re: missing headers - gtk frontend

2005-11-09 Thread Jean-Marc Lasgouttes
> "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

Re: missing headers - gtk frontend

2005-11-09 Thread Gour
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,

Re: missing headers - gtk frontend

2005-11-09 Thread Georg Baum
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