| -----Original Message----- | From: [EMAIL PROTECTED] | [mailto:[EMAIL PROTECTED] On Behalf Of | [EMAIL PROTECTED] | Sent: Thursday, December 18, 2003 12:55 AM | To: [EMAIL PROTECTED] | Subject: [Mono-list] compiling mono on windows | | Zoltan - | | Here are the first few lines where the error begins in my error log: | | | mono-hash.c:39:18: glib.h: No such file or directory | In file included from ../../mono/os/gc_wrapper.h:13, | from mono-hash.c:40: | ../../libgc/include/gc.h:949: warning: function declaration isn't a prototype | In file included from mono-hash.c:41: | mono-hash.h:36:18: glib.h: No such file or directory | In file included from mono-hash.c:41:
I jut got this too. The fix for this part is to correct the "prefix" in your glib-2.0.pc file. It probably still is set to "/target". If you are like me, you just unzipped the stuff somewhere. I think normally there'd be another step there to correct that prefix line. You need to put in a prefix that points to whatever directory is holding the lib and bin and share directories for glib, etc. HTH, Nick D. _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
