[Mono-dev] gtk-sharp ./configure quick question (solved)
Christopher Bergström
cbergstrom at netsyncro.com
Mon Dec 26 21:23:51 EST 2005
Mike Kestner wrote:
>On Mon, 2005-12-26 at 02:56 +0200, Christopher Bergström wrote:
>
>
>>I'm getting the build error from below.. (Actually, this is what I think
>>is causing an error much lower)
>>
>>/usr/include/vte/vte.h:28:18: glib.h: No such file or directory
>>/usr/include/vte/vte.h:29:25: pango/pango.h: No such file or directory
>>/usr/include/vte/vte.h:30:21: gtk/gtk.h: No such file or directory
>>In file included from generated.c:4:
>>/usr/include/vte/vte.h:35: error: syntax error before "typedef"
>>
>>
>
>Supposedly, there is a bug in recent vte releases that doesn't specify
>correct dependencies to pkg-config so that it can build correct CFLAGS
>values. I don't know if this has been filed upstream to the vte folks,
>but that's the problem.
>
>To work around it, you could hack your gtk-sharp/vte/glue/Makefile.am to
>manually add $(GTK_CFLAGS) to INCLUDES.
>
>
>
That fixed it.. For the gentoo folks I'm sure it would be something as
easy as patching this file before the build.
Thanks
C.
More information about the Mono-devel-list
mailing list