error + fix for eina-native
Christopher Friedt
chrisfriedt at gmail.com
Sun Jan 4 07:35:42 CET 2009
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)
More information about the devel
mailing list