Displaying 7 results from an estimated 7 matches for "errwarn".
2012 Sep 25
0
[libopusfile PATCH] build: implement autotools build system for libopusfile. (v3)
...compiler to treat all the warnings
+dnl as fatal. We usually need this option to make sure that some
+dnl constructs (like attributes) are not simply ignored.
+dnl
+dnl Other compilers don't support -Werror per se, but they support
+dnl an equivalent flag:
+dnl - Sun Studio compiler supports -errwarn=%all
+AC_DEFUN([CC_CHECK_WERROR], [
+ AC_CACHE_CHECK(
+ [for $CC way to treat warnings as errors],
+ [cc_cv_werror],
+ [CC_CHECK_CFLAGS_SILENT([-Werror], [cc_cv_werror=-Werror],
+ [CC_CHECK_CFLAGS_SILENT([-errwarn=%all], [cc_cv_werror=-errwarn=%all])])
+ ])
+])
+
+AC_DEFUN([CC_CHE...
2012 Sep 25
3
[libopusfile PATCH] build: implement autotools build system for libopusfile. (v2)
...compiler to treat all the warnings
+dnl as fatal. We usually need this option to make sure that some
+dnl constructs (like attributes) are not simply ignored.
+dnl
+dnl Other compilers don't support -Werror per se, but they support
+dnl an equivalent flag:
+dnl - Sun Studio compiler supports -errwarn=%all
+AC_DEFUN([CC_CHECK_WERROR], [
+ AC_CACHE_CHECK(
+ [for $CC way to treat warnings as errors],
+ [cc_cv_werror],
+ [CC_CHECK_CFLAGS_SILENT([-Werror], [cc_cv_werror=-Werror],
+ [CC_CHECK_CFLAGS_SILENT([-errwarn=%all], [cc_cv_werror=-errwarn=%all])])
+ ])
+])
+
+AC_DEFUN([CC_CHE...
2012 Sep 29
2
[libopusfile PATCH] build: implement autotools build system for libopusfile. (v4)
...compiler to treat all the warnings
+dnl as fatal. We usually need this option to make sure that some
+dnl constructs (like attributes) are not simply ignored.
+dnl
+dnl Other compilers don't support -Werror per se, but they support
+dnl an equivalent flag:
+dnl - Sun Studio compiler supports -errwarn=%all
+AC_DEFUN([CC_CHECK_WERROR], [
+ AC_CACHE_CHECK(
+ [for $CC way to treat warnings as errors],
+ [cc_cv_werror],
+ [CC_CHECK_CFLAGS_SILENT([-Werror], [cc_cv_werror=-Werror],
+ [CC_CHECK_CFLAGS_SILENT([-errwarn=%all],
[cc_cv_werror=-errwarn=%all])])
+ ])
+])
+
+AC_DEFUN([CC_CH...
2009 Jul 06
0
issue while cross compile samba for mips.
...rsion major... 2
checking GNU ld release version minor... 19
checking whether mipsel-linux-uclibc-gcc and cc understand -c and -o
together... yes
checking that the C compiler understands -Werror... cross
checking that the C compiler understands -w2... cross
checking that the C compiler understands -errwarn... cross
checking that the C compiler understands volatile... yes
checking that the C compiler understands negative enum values...
configure: error: in `/home/user/samba-3.3.5/source':
configure: error: cannot run test program while cross compiling
See `config.log' for more details.
I'...
2010 Oct 27
1
Cross-compile Samba 3.5.6 with STLinux 2.3 (SH4 CPU)
...--target=sh4-linux --without-automount --without-sendfile-support --with-included-popt --with-included-iniparser --disable-cups --without-sys-quotas --without-ads --enable-static=yes --enable-shared=no --prefix=/root/SAMBA/tmp
3) configure stop with error:
checking that the C compiler understands -errwarn... cross
checking that the C compiler understands -qhalt... cross
checking that the C compiler understands negative enum values... configure: error: in `/root/SAMBA/samba-3.5.6/source3':
configure: error: cannot run test program while cross compiling
See `config.log' for more details.
4) c...
2008 Aug 04
3
Kerberos-related configure script problem on Solaris with 3.2.0
...ef HAVE_KRB5_ENCTYPE_TO_STRING_WITH_SIZE_T_ARG */
C. The root cause of the problem:
The configure script test for the right form of
krb5_enctype_to_string() is failing because <stdlib.h> isn't #included
in conftest.c, and as a result free is not found:
configure:62117: cc -o conftest -errwarn=%all
-I/usr/local/heimdal/heimdal-1.1/include -D_LARGEFILE_SOURCE
-D_REENTRANT -D_FILE_OFFSET_BITS=64 -Iinclude -I./include -I. -I.
-I./lib/replace -I./lib/talloc -I./lib/tdb/include -I./libaddns
-I./librpc -I./popt -I/usr/include -DLDAP_DEPRECATED
-L/usr/local/heimdal/heimdal-1.1/lib -L/usr/lo...
2010 May 11
1
Samba 3.5.2 compile on AIX
...ar... ar
checking if the linker (ld) is GNU ld... no
checking whether cc -qlanglvl=extc89 -qlanglvl=extc99 and cc understand -c
and -o together... yes
checking that the C compiler understands -Werror... no
checking that the C compiler understands -w2... no
checking that the C compiler understands -errwarn... no
checking that the C compiler understands negative enum values... yes
checking for C99 designated initializers... yes
checking uname -s... AIX
checking uname -r... 3
checking uname -m... 00C94F804C00
checking uname -p... powerpc
checking uname -i... unknown
LIBREPLACE_BROKEN_CHECKS: START
chec...