Hi,

I recently ran into a problem running 'make image' via the MokoMakefile.

Specifically, an error was encountered in the do_compile() phase of
eina-native, where gcc reports that '-Wextra' is an invalid option.

The patch is below, and I just set up a small overlay for that package
to fix it.

Cheers,

Chris

==================================================

--- eina/configure.ac_orig      2009-01-04 00:02:26.743642000 -0500
+++ eina/configure.ac   2009-01-04 00:03:22.743304317 -0500
@@ -259,7 +259,7 @@
 fi

 if ! test "${VMIC}" = "x" ; then
-   EINA_CFLAGS="${EINA_CFLAGS} -Wall -W -Wextra" # -Werror
+   EINA_CFLAGS="${EINA_CFLAGS} -Wall -W" # -Wextra -Werror
 fi

 AC_SUBST(EINA_CFLAGS)

_______________________________________________
devel mailing list
[email protected]
https://lists.openmoko.org/mailman/listinfo/devel

Reply via email to