[Vala] <glib.h> and <glib-object.h>
- From: Borja Varela Brea <vishkey_vigo_7 hotmail com>
- To: <vala-list gnome org>
- Subject: [Vala] <glib.h> and <glib-object.h>
- Date: Mon, 2 Aug 2010 11:57:56 +0200
Hi not sure if
this is the best place to ask but I'm sure you can lend a hand to me.
After compiling a file. vala to. c I tried to compile by hand with gcc
but obviously not found the library <glib.h> and <glib-object.h>, then I download it from gtk , then compile
the. c with the command:
gcc `pkg-config --cflags gobject-2.0` p.c
but it gives me an error: undefined reference to g_type_init. Why can it be?
I try the comand "gcc `pkg-config --cflags glib-2.0` p.c" too, but it still don't working.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]