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
_______________________________________________
CRUX mailing list
CRUX@lists.crux.nu
http://lists.crux.nu/mailman/listinfo/crux
07-07-2012, 09:14 PM
Fredrik Rinnestam
dbus problem for compile
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
_______________________________________________
CRUX mailing list
CRUX@lists.crux.nu
http://lists.crux.nu/mailman/listinfo/crux
07-07-2012, 09:40 PM
caio bonvenuto
dbus problem for compile
On Sat, Jul 7, 2012 at 6:14 PM, Fredrik Rinnestam <fredrik@rinnestam.se> wrote:
Can you please list the ports that fail to compile?
yes, port: opt/xchat
and the software Ardour (ardour.org/ that same problem
thanks
_______________________________________________
CRUX mailing list
CRUX@lists.crux.nu
http://lists.crux.nu/mailman/listinfo/crux
07-08-2012, 08:00 AM
Juergen Daubert
dbus problem for compile
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.