On 06/22/2012 01:20 PM, Darrell Anderson wrote:
The gtk3 thing is new to all of us. Slackware Current has not added gtk3. Therefore I won't be able to test that. :-(
Crapola!
It looks like we will have to redo all the affected headers and remove reference to individual headers and just reference glib.h. Example:
-#include <glib/gmessages.h> +#include <glib.h>
I'll go back over the files that failed and see if I can find the affected files. Maybe a global 'sed' will do it (fingers crossed....)