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

2005-12-28 Thread Paul F. Johnson
Hi,

  /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.

It's filed as a bug with gnome

http://bugzilla.gnome.org/show_bug.cgi?id=325030

TTFN

Paul
-- 
main(t,_,a) char*a;{return!0t?t3?main(-79,-13,a+main(-87,1-_,main(-86,
0,a+1 )+a)):1,t_?main(t+1,_,a ):3,main (-94,-27+t,a)t==2?_13?main(2,
_+1,%s %d %d\n):9:16:t0?t-72?main(_,t,@n'+,#'/*{}w+/w#cdnr/+,{}r/*de}
+,/*{*+,/w{%+,/w#q#n+,/#{l,+,/n{n+,/+#n+,/#;#q#n+,/+k#;*+,/'r :'d*'3,}{w+K 
w'K:'+}e#';dq#'l q#'+d'K#!/+k#;q#'r}eKK#}w'r}eKK{nl]'/#;#q#n'){)#}w'){){nl]
'/+#n';d}rw' i;# ){nl]!/n{n#'; r{#w'r nc{nl]'/#{l,+'K {rw' iK{;[{nl]'/w#q#n
'wk nw' iwk{KK{nl]!/w{%'l##w#' i; :{nl]'/*{q#'ld;r'}{nlwb!/*de}'c ;;{nl'-{}
rw]'/+,}##'*}#nc,',#nw]'/+kd'+e}+;#'rdq#w! nr'/ ') }+}{rl#'{n' ')# }'+}##
(!!/):t-50?_==*a?putchar(31[a]):main(-65,_,a+1):main((*a=='/')+t,_,a+1
):0t?main(2,2,%s):*a=='/'||main(0,main(-61,*a,!ek;dc [EMAIL 
PROTECTED]'(q)-[w]*%n+r3#l
,{}:\nuwloca-O;m .vpbks,fxntdCeghiry),a+1);}

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


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

2005-12-26 Thread Vladimir Lushnikov
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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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_LIBSlinker 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@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
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


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

2005-12-25 Thread Christopher Bergström
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_LIBSlinker 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@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list