dbus problem for compile
Hey guys, I have a problem for make packages, the compilation. I have this problem in several packages... one example: In file included from ../xchat.h:3:0,
from dbus-client.c:24: /usr/include/glib-2.0/glib/gslist.h:28:2: error: #error "Only <glib.h> can be included directly." In file included from ../xchat.h:4:0, from dbus-client.c:24: /usr/include/glib-2.0/glib/glist.h:28:2: error: #error "Only <glib.h> can be included directly." In file included from ../xchat.h:5:0, from dbus-client.c:24: /usr/include/glib-2.0/glib/gutils.h:28:2: error: #error "Only <glib.h> can be included directly." In file included from ../xchat.h:6:0, from dbus-client.c:24: /usr/include/glib-2.0/glib/giochannel.h:28:2: error: #error "Only <glib.h> can be included directly." In file included from ../xchat.h:7:0, from dbus-client.c:24: /usr/include/glib-2.0/glib/gstrfuncs.h:28:2: error: #error "Only <glib.h> can be included directly."
Thanks for help, cvibo *sorry my english
On Sat, Jul 07, 2012 at 03:28:27PM +0000, caio bonvenuto wrote:
Hey guys, I have a problem for make packages, the compilation. I have this problem in several packages...
one example:
In file included from ../xchat.h:3:0,
from dbus-client.c:24: /usr/include/glib-2.0/glib/gslist.h:28:2: error: #error "Only <glib.h> can be included directly." In file included from ../xchat.h:4:0, from dbus-client.c:24: /usr/include/glib-2.0/glib/glist.h:28:2: error: #error "Only <glib.h> can be included directly." In file included from ../xchat.h:5:0, from dbus-client.c:24: /usr/include/glib-2.0/glib/gutils.h:28:2: error: #error "Only <glib.h> can be included directly." In file included from ../xchat.h:6:0, from dbus-client.c:24: /usr/include/glib-2.0/glib/giochannel.h:28:2: error: #error "Only <glib.h> can be included directly." In file included from ../xchat.h:7:0, from dbus-client.c:24: /usr/include/glib-2.0/glib/gstrfuncs.h:28:2: error: #error "Only <glib.h> can be included directly."
Thanks for help,
cvibo
*sorry my english
Can you please list the ports that fail to compile? -- Fredrik Rinnestam
On Sat, Jul 07, 2012 at 03:28:27PM +0000, caio bonvenuto wrote:
Hey guys, I have a problem for make packages, the compilation. I have this problem in several packages...
one example:
In file included from ../xchat.h:3:0, ���������������� from dbus-client.c:24: /usr/include/glib-2.0/glib/gslist.h:28:2: error: #error "Only <glib.h> can be included directly."
that's is not related to dbus but to our new glib. Attached patch for xchat should fix it. You can do a similar approach for other gtk/glib programs. Greetings Juergen
On Sun, Jul 8, 2012 at 8:00 AM, Juergen Daubert <jue@jue.li> wrote:
that's is not related to dbus but to our new glib. Attached patch for xchat should fix it. You can do a similar approach for other gtk/glib programs.
Greetings Juergen
Thanks for the patch. Simple and Worked. I'm learning. I go apply a similar in /opt/hal too. Greetings Caio
participants (3)
-
caio bonvenuto
-
Fredrik Rinnestam
-
Juergen Daubert