GNOME Bugzilla – Bug 590720
glade plugin FTBFS on mips(el) and alpha, LANGUAGE_C built-in
Last modified: 2009-08-04 20:01:21 UTC
Hi, The glade plugin fails to build on mips(el) and alpha because LANGUAGE_C, used in plugin.c, is a built-in. The attached patch renames LANGUAGE_* to ANJUTA_LANGUAGE_* to fix the build and avoid possible future collisions. The patch is against 2.26 but git is affected too.
Created attachment 139851 [details] [review] rename LANGUAGE_* to ANJUTA_LANGUAGE_* to fix build on some arches
See http://bugs.debian.org/538285
Thanks for your bug report and your patch, I have just committed it in the development version.