I just reinstalled Ubuntu and it looks like I'm having some problems with some of the modules in 7.6. To get GTK to configure I added my own GTK_CONFIG=/usr/bin/gtk-config after the detection. To get freetype to compile I added my own FT_CONFIG="/usr/bin/freetype-config". How should this really be solved?
I don't seem to have the same problem. 7.6.112, "make configure":
| ... | GL.................. yes | GLUT................ yes (libglut) | GTK................. yes | GTK.GlArea.......... yes | GTK.GladeXML........ no (dependencies failed) | ... | Image.FreeType...... yes | Image.GIF........... yes | Image.JPEG.......... yes | ... | Image.TTF........... yes | ...
My Ubuntu got full updated a few days ago...
$ which freetype-config /usr/bin/freetype-config $ which gtk-config /usr/bin/gtk-config
config.log excerpts:
configure:2693: checking for freetype-config configure:2711: found /usr/bin/freetype-config configure:2724: result: /usr/bin/freetype-config configure:2741: checking if freetype actually works
configure:3426: checking for fcntl.h configure:3431: result: yes configure:3756: checking for gtk-config configure:3774: found /usr/bin/gtk-config configure:3787: result: /usr/bin/gtk-config configure:3843: checking for GTK - version >= 1.2.0
pike-devel@lists.lysator.liu.se