[Mono-dev] gtk-sharp ./configure quick question (Very puzzled)

Vladimir Lushnikov vladimir.d.lushnikov at gmail.com
Mon Dec 26 10:29:21 EST 2005


Hello,

The problem seems to be with vte-sharp not recognising vte version
0.11.16. What I did in gentoo is downgrade vte to 0.11.15 - then
vte-sharp recognises it.

A bug should be filed to update the configure script.

Regards,
On 26/12/05, Vladimir Lushnikov <vladimir.d.lushnikov at gmail.com> wrote:
> Hello,
>
> I am actually getting the same error with Gentoo. My package version
> is vte-sharp 2.4
>
> I'll try to "patch" the ebuild to make sure it builds.
>
> Regards,
>
>
> On 26/12/05, Christopher Bergström <cbergstrom at netsyncro.com> 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"
> >
> > I see the following in ./configure --help  (Do I need to set one of these?)
> >
> > GLIB_CFLAGS C compiler flags for GLIB, overriding pkg-config
> >   GLIB_LIBS   linker flags for GLIB, overriding pkg-config
> >   PANGO_CFLAGS
> >               C compiler flags for PANGO, overriding pkg-config
> >   PANGO_LIBS  linker flags for PANGO, overriding pkg-config
> >   GTK_CFLAGS  C compiler flags for GTK, overriding pkg-config
> >   GTK_LIBS    linker flags for GTK, overriding pkg-config
> >
> > VTE_DEPENDENCIES_CFLAGS
> >               C compiler flags for VTE_DEPENDENCIES, overriding pkg-config
> >   VTE_DEPENDENCIES_LIBS
> >               linker flags for VTE_DEPENDENCIES, overriding pkg-config
> >
> > I have more than one glib.h.. (Obvious paths below)
> > /usr/include/glib-1.2/glib.h
> > /usr/include/glib-2.0/glib.h
> >
> > /usr/include/pango-1.0/pango/pango.h
> >
> >
> > /usr/include/gtk-1.2/gtk/gtk.h
> > /usr/include/gtk-2.0/gtk/gtk.h
> >
> > the glib/Makefile seems to think the following..
> > BUILD_GTK_CFLAGS = -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
> > -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0
> > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
> >
> >
> > If it makes any difference this is from SVN..
> >
> > Thanks for the minute
> >
> > C.
> > _______________________________________________
> > Mono-devel-list mailing list
> > Mono-devel-list at lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/mono-devel-list
> >
>
>
> --
> Vladimir "Vlad#" Lushnikov
> http://www.vladsharp.com - Poetry, programming: all in one day's blog
>


--
Vladimir "Vlad#" Lushnikov
http://www.vladsharp.com - Poetry, programming: all in one day's blog


More information about the Mono-devel-list mailing list