Package: toonloop
Severity: normal
Tags: patch
Hey,
It seems toonloop compiles it releases with -Werror (bad, don't). When
testbuilding with clutter 1.10 there are several warnings because of
deprecations causing the compile to fail.
Toonloop compiles properly with new clutter when warning aren't treated as
errors. Example patch attached
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (101,
'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff --git a/configure.ac b/configure.ac
index 049c4e2..e7bfa60 100644
--- a/configure.ac
+++ b/configure.ac
@@ -186,7 +186,7 @@ AC_COMPILE_IFELSE(
)
#this doesn't appear to actually get used....
-AC_SUBST(CXXFLAGS, " -O2 -Wall -Wextra -Werror -Wno-unused-result -Wfatal-errors")
+AC_SUBST(CXXFLAGS, " -O2 -Wall -Wextra -Wno-unused-result -Wfatal-errors")
AC_CONFIG_FILES([
Makefile
src/Makefile