Hmmm. All I can suggest (assuming you've checked you have the right packages loaded according to the other post) is looking at the config script yourself. The relevant code is around line 1335, in particular it *seems* that if test -n "$GTK_CONFIG"; then echo "$ac_t""$GTK_CONFIG" 1>&6 else echo "$ac_t""no" 1>&6 fi is failing (ie $GTK_CONFIG doesn't exist). This is finally reported at around line 1466. You might try adding a line to echo this value before the check and seeing where it's trying to find the file. Maybe you can change it with the appropriate config oprion: --with-gtk-prefix=PFX Prefix where GTK is installed (optional) (from ./configure --help).
Another approach is to try searching on Google for the words in the error message - that's helped me in the past... Good luck, Andrew On Thursday 01 Jan 1970 12:59 am, you wrote: > andrew cooke wrote: > > It works for me (Debian, though). What happens if you run > > /usr/bin/gtk-config --version > > - that should show you what the config script is looking at. > > It returns "1.2.10" just as expected. _______________________________________________ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-user
