Hi,

On 24.04.2012 23:37, David Gomes wrote:
[...]
/usr/include/glib-2.0/glibconfig.h:172:0: note: this is the location of
the previous definition

My guess: Your glib installation is broken. I bet that compiling a simple "#include <glib.h>" would result in the same error.

Could you test if the following command produces the same errors that you see when compiling lua-oopango?

$ echo '#include <glib.h>' | gcc -c $(pkg-config --cflags glib-2.0) -o /dev/null -x c -

Also, your glibconfig.h is in a weird place. This file should be at /usr/lib/glib-2.0/include/glibconfig.h. What did you do to get this into /usr/include? I bet this file is left over from something else (old installation done by hand?) and thus messes up the rest of the glib installation.

[...]
Oh, if there's some place I can report this as a bug, please tell me where.

Nah, by mail to me is the only existing way.

Cheers,
Uli



--
To unsubscribe, send mail to [email protected].

Reply via email to