Im getting the following error while making the gtk# 2.8.4 using the the 1.2.5.1 build of the mono framework. I downloaded both from the mono website.
The configure script runs fine and i have a "yes" to all the dependencies that are displayed at the end. Making all in sources make[2]: Nothing to be done for `all'. Making all in generator make[2]: Nothing to be done for `all'. Making all in parser make[2]: Nothing to be done for `all'. Making all in glib Making all in glue if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../..//Library/Frameworks/Mono.Framework/Versions/Current/lib/pkgconfig/. -I../..//Library/Frameworks/Mono.Framework/Versions/Current/lib/pkgconfig -I../..//Library/Frameworks/Mono.Framework/Versions/Current/lib/pkgconfig/./glib -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -I../.. -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -MT error.lo -MD -MP -MF ".deps/error.Tpo" -c -o error.lo error.c; \ then mv -f ".deps/error.Tpo" ".deps/error.Plo"; else rm -f ".deps/error.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../..//Library/Frameworks/Mono.Framework/Versions/Current/lib/pkgconfig/. -I../..//Library/Frameworks/Mono.Framework/Versions/Current/lib/pkgconfig -I../..//Library/Frameworks/Mono.Framework/Versions/Current/lib/pkgconfig/./glib -DGTK_SHARP_2_6 -DGTK_SHARP_2_8 -I../.. -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings -MT error.lo -MD -MP -MF .deps/error.Tpo -c error.c -fno-common -DPIC -o .libs/error.o error.c:22:18: error: glib.h: No such file or directory error.c:25: error: parse error before '*' token error.c:25: error: parse error before '*' token error.c:25: warning: type defaults to 'int' in declaration of 'gtksharp_error_get_message' error.c:25: warning: function declaration isn't a prototype error.c:25: warning: data definition has no type or storage class error.c:28: error: parse error before '*' token error.c:29: error: parse error before '*' token error.c:30: warning: return type defaults to 'int' error.c:30: warning: function declaration isn't a prototype error.c: In function 'gtksharp_error_get_message': error.c:31: error: 'err' undeclared (first use in this function) error.c:31: error: (Each undeclared identifier is reported only once error.c:31: error: for each function it appears in.) error.c:32: warning: control reaches end of non-void function make[3]: *** [error.lo] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 any help would be greatly appreciated! _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
