Re: can't compile 0.6.0 or 0.6.1



On Wed, 28 Apr 2004, Michael Messmore wrote:

> I've attached all the output from make (stdout and stderr in seperate
> files).  I have glib 2.4.0 installed (as well as 1.2.10).  Hope this
> helps.

ok, seems beast isn't glib-2.4.0 ready here. i'll takle that in more detail
once debian ships glib-2.4. until then, try to apply the appended
patch and let me know whether it works.
you may run into further such problems, in that case, just send me the output
from make 2>&1 | tee xfile-for-tim
that way, i know what errors related to what commands (which is lost for
seperate stderr and stdout logs).

>
> Thanks --mike
>

---
ciaoTJ


Index: glib-extra.h
===================================================================
RCS file: /cvs/gnome/beast/sfi/glib-extra.h,v
retrieving revision 1.26
diff -u -p -u -p -r1.26 glib-extra.h
--- glib-extra.h	26 Feb 2004 20:04:06 -0000	1.26
+++ glib-extra.h	29 Apr 2004 19:15:11 -0000
@@ -57,6 +57,9 @@ G_BEGIN_DECLS
 #define	g_scanner_remove_symbol( scanner, symbol )	G_STMT_START { \
   g_scanner_scope_remove_symbol ((scanner), 0, (symbol)); \
 } G_STMT_END
+#if GLIB_CHECK_VERSION (2, 4, 0)                // FIXME: remove <=GLib-2.4.0 dependant code
+#define g_value_set_boxed_take_ownership        g_value_take_boxed
+#endif


 /* --- abandon typesafety for some frequently used functions --- */




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]