Hi, I just downloaded the newest version of lame (3.87) and I'm having problems compiling. The error message I'm getting is:
gcc -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -ffast-math -finline-functions -Wall -pedantic -DBRHIST -DHAVEGTK -DUSE_LAYER_2 -DUSE_LAYER_1 -DHAVEMPGLIB -DLAMESNDFILE -fPIC -c main.c -o main.o In file included from /usr/include/gdk/gdktypes.h:33, from /usr/include/gdk/gdk.h:31, from /usr/include/gtk/gtk.h:31, from main.c:18: /usr/include/glib.h:66: glibconfig.h: No such file or directory make: *** [main.o] Error 1 I have libglib1.2-dev installed, as well as libgtk1.2-dev. It appears that glibconfig.h exists in /usr/lib/glib/include/glibconfig.h. Can anyone help? Thanks, // joey tsai