Displaying 20 results from an estimated 109 matches for "wundef".
Did you mean:
undef
2015 Nov 13
3
Trying to compile DAHDI on Pidora 2014 (RPi)
...-complete-2.10.2+2.10.2/linux/drivers/dahdi/dahdi-base.o
In file included from
/usr/src/dahdi-linux-complete-2.10.2+2.10.2/linux/drivers/dahdi/dahdi-base.c:68:0:
/usr/src/dahdi-linux-complete-2.10.2+2.10.2/linux/include/dahdi/kernel.h:63:5:
warning: "LINUX_VERSION_CODE" is not defined [-Wundef]
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,19)
^
/usr/src/dahdi-linux-complete-2.10.2+2.10.2/linux/include/dahdi/kernel.h:63:27:
warning: "KERNEL_VERSION" is not defined [-Wundef]
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,19)
^
/usr/src/d...
2009 Dec 07
2
xapain install
...thing wrong? How to correct?
---------------------------------
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Woverloaded-virtual -Wundef -Wshadow -Wstrict-null-sentinel -Wshadow -fvisibility=hidden -g -O2 -MT matcher/branchpostlist.lo -MD -MP -MF $depbase.Tpo -c -o matcher/branchpostlist.lo matcher/branchpostlist.cc &&\ mv -f $depbase.Tpo $depbase.Plo g++ -DHAVE_CONFIG_H -I. -I./common -I./include -Wall -W -Wredundant...
2014 May 25
2
replace -Wextra with -W
...re.ac
index 6d0fa00..cc5a247 100644
--- a/configure.ac
+++ b/configure.ac
@@ -392,8 +392,8 @@ fi
XIPH_GCC_VERSION
if test x$ac_cv_c_compiler_gnu = xyes ; then
- CFLAGS="$CFLAGS -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Waggregate-return -Wcast-align -Wnested-externs -Wshadow -Wundef -Wmissing-declarations -Wunreachable-code " # -Wcast-qual -Wbad-function-cast -Wwrite-strings -Winline -Wconversion
- CXXFLAGS="$CXXFLAGS -Wall -Wextra -Wcast-align -Wshadow -Wwrite-strings -Wctor-dtor-privacy -Wnon-virtual-dtor -Wreorder -Wsign-promo -Wundef -Wunreachable-code " # -...
2016 Jan 24
1
Wextra in configury
...re.ac
index 99c471d..2ee2be0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -380,8 +380,8 @@ fi
XIPH_GCC_VERSION
if test x$ac_cv_c_compiler_gnu = xyes ; then
- CFLAGS="$CFLAGS -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Waggregate-return -Wcast-align -Wnested-externs -Wshadow -Wundef -Wmissing-declarations -Wunreachable-code -Winline " # -Wcast-qual -Wbad-function-cast -Wwrite-strings -Wconversion
- CXXFLAGS="$CXXFLAGS -Wall -Wextra -Wcast-align -Wshadow -Wwrite-strings -Wctor-dtor-privacy -Wnon-virtual-dtor -Wreorder -Wsign-promo -Wundef -Wunreachable-code " # -...
2014 Jul 26
2
1.21 vs 1.3 encoding speed
...ore ang after this change.
>
> The difference is: "-g -O2" options were added to CFLAGS.
>
> before:
> CFLAGS = -O3 -funroll-loops -Wall -W -Winline -Wall -Wextra -Wstrict-prototypes
> -Wmissing-prototypes -Waggregate-return -Wcast-align -Wnested-externs -Wshadow
> -Wundef -Wmissing-declarations -Wunreachable-code -Wdeclaration-after-statement
> -D_FORTIFY_SOURCE=2 -msse2 -Wextra
>
> after:
> CFLAGS = -O3 -funroll-loops -Wall -W -Winline -g -O2 -Wall -Wextra
> -Wstrict-prototypes -Wmissing-prototypes -Waggregate-return -Wcast-align
> -Wnested-exte...
2016 Jun 20
2
Compilation problem with a few configure option
...===========================
During the compilation I get the following error:
====================================
/bin/bash ./libtool --tag=CXX --mode=link g++ -fshow-column -Wall -W
-Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align
-Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef
-Woverloaded-virtual -Wstrict-null-sentinel -Wshadow -Wstrict-overflow=1
-Wlogical-op -Wmissing-declarations -Wdouble-promotion -Winit-self
-fvisibility=hidden -g -O2 -std=gnu++11 -o bin/xapian-delve
bin/xapian-delve.o libgetopt.la libxapian-1.3.la
libtool: link: g++ -fshow-column -Wall -W -Wred...
2012 Mar 28
3
Compiling Omega 1.2.9 on Windows 7 64-Bit
...ing all in .
make[2]: Entering directory `/xapian/xapian-omega-1.2.9'
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./commo
n -I/usr/local/include -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -
Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Wstrict-
null-sentinel -Wshadow -Wstrict-overflow=1 -Winit-self -Wlogical-op -Wmissing-de
clarations -fvisibility=hidden -I/xapian/xapian-core-1.2.9/include -g -O2 -MT li
btransform_la-transform.lo -MD -MP -MF .deps/libtransform_la-transform.Tpo -c -o
libtransform_la-transform.lo `test -f 'tra...
2014 Jul 26
4
1.21 vs 1.3 encoding speed
Martijn van Beurden wrote:
> op 25-07-14 19:32, Scott Brown schreef:
> > ./configure -enable-static -disable-shared CFLAGS=" -isysroot
> > /Developer/SDKs/MacOSX10.6.sdk -mmacosx-version-min=10.6"
> > make
>
> Well, the use of CFLAGS 'disables' the -O3 and unroll-loops
> optimisation. I'm quite sure that's the culprit. Add -O3 to your
2008 Feb 18
5
kernel-2.6.18-8.1.14 + lustre 1.6.4.2 + OFED 1.2
...nel-1.2/kernel_addons/backport/2.6.18/
include/ \
-I/root/lustre/1.6.4.2/ofa_kernel-1.2/include \
-I/root/lustre/1.6.4.2/ofa_kernel-1.2/drivers/infiniband/include \
-Iinclude \
\
-include include/linux/autoconf.h \
-include /root/lustre/1.6.4.2/ofa_kernel-1.2/include/linux/autoconf.h \
-Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-
aliasing -fno-common -Wstrict-prototypes -Wundef -Werror-implicit-
function-declaration -Os -mtune=generic -m64 -mno-red-zone -
mcmodel=kernel -pipe -fno-reorder-blocks -Wno-sign-compare -fno-
asynchronous-unwind-tables -funit-at-a-time -mno-sse...
2005 Sep 26
0
Trouble compiling tftp hpa under Solaris 10
...tftp-hpa-0.40/tftp'
gcc -g -O2 -D_XPG4_2 -D_XOPEN_SOURCE -D__EXTENSIONS__ -D_BSD_SOURCE
-D_ISO9X_SOURCE -D_OSF_SOURCE -D_XOPEN_SOURCE_EXTENDED -W -Wall
-Wpointer-arith -Wbad-function-cast -Wstrict-prototypes
-Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline
-Wwrite-strings -Wundef -Wshadow -Wsign-compare -pipe
-fno-strict-aliasing -I/data/downloads/tftp-hpa-0.40 -c tftp.c
gcc -g -O2 -D_XPG4_2 -D_XOPEN_SOURCE -D__EXTENSIONS__ -D_BSD_SOURCE
-D_ISO9X_SOURCE -D_OSF_SOURCE -D_XOPEN_SOURCE_EXTENDED -W -Wall
-Wpointer-arith -Wbad-function-cast -Wstrict-prototypes
-Wmissing-prototy...
2011 Jul 06
1
Compiling on Mac OS X
...m
make[4]: Nothing to be done for `all-am'.
cd xapian-applications/omega && make all
make all-recursive
Making all in .
/bin/sh ./libtool --tag=CXX --mode=link g++ -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Wshadow -Wstrict-null-sentinel -Wstrict-overflow=1 -fvisibility=hidden -Werror -I/Users/samuel/Documents/Programming/Internet/xapian/xapian-core/include -g -O2 -o omega omega.o query.o cgiparam.o utils.o configfile.o date.o cdb_init.o cdb_find.o cdb_hash.o cdb_unpack.o loadfile.o utf8convert.o...
2005 May 30
0
compiling tftp-hpa-040 under Solaris 8
...ftp-hpa-0.40/tftp'
gcc -g -O2 -D_XPG4_2 -D_XOPEN_SOURCE -D__EXTENSIONS__ -D_BSD_SOURCE
-D_ISO9X_SOURCE -D_OSF_SOURCE - D_XOPEN_SOURCE_EXTENDED -W -Wall
-Wpointer-arith -Wbad-function-cast -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -Winline -Wwrite-strings -Wundef
-Wshadow -Wsign-compare -pipe -fno- strict-aliasing
-I/usr/src/tftp-hpa-0.40 -c tftp.c
gcc -g -O2 -D_XPG4_2 -D_XOPEN_SOURCE -D__EXTENSIONS__ -D_BSD_SOURCE
-D_ISO9X_SOURCE -D_OSF_SOURCE - D_XOPEN_SOURCE_EXTENDED -W -Wall
-Wpointer-arith -Wbad-function-cast -Wstrict-prototypes -Wmissing-prototypes
-...
2012 Dec 04
2
[releng_8 tinderbox] failure on sparc64/sparc64
TB --- 2012-12-04 23:10:18 - tinderbox 2.9 running on freebsd-legacy2.sentex.ca
TB --- 2012-12-04 23:10:18 - FreeBSD freebsd-legacy2.sentex.ca 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root at farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
TB --- 2012-12-04 23:10:18 - starting RELENG_8 tinderbox run for sparc64/sparc64
TB --- 2012-12-04 23:10:18 - cleaning
2012 Dec 26
2
Can't build kernel with ndis
...es of buildkernel log file, are
MAKE=make sh /usr/src/sys/conf/newvers.sh SANDY
/usr/local/bin/svnversion
cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -g -Wall -Wred
undant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointe
r-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wm
issing-include-dirs -fdiagnostics-show-option -nostdinc -I. -I/usr/src/sys -I
/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_gl
obal.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param la
rge-function-...
2014 May 25
2
extend visibility attributes usage to osx builds
...a/configure.ac b/configure.ac
index 6d0fa00..d3c302a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -395,7 +395,6 @@ if test x$ac_cv_c_compiler_gnu = xyes ; then
CFLAGS="$CFLAGS -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Waggregate-return -Wcast-align -Wnested-externs -Wshadow -Wundef -Wmissing-declarations -Wunreachable-code " # -Wcast-qual -Wbad-function-cast -Wwrite-strings -Winline -Wconversion
CXXFLAGS="$CXXFLAGS -Wall -Wextra -Wcast-align -Wshadow -Wwrite-strings -Wctor-dtor-privacy -Wnon-virtual-dtor -Wreorder -Wsign-promo -Wundef -Wunreachable-code " # -...
2014 Jul 26
0
1.21 vs 1.3 encoding speed
...ompared the generated Makefiles before ang after this change.
The difference is: "-g -O2" options were added to CFLAGS.
before:
CFLAGS = -O3 -funroll-loops -Wall -W -Winline -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Waggregate-return -Wcast-align -Wnested-externs -Wshadow -Wundef -Wmissing-declarations -Wunreachable-code -Wdeclaration-after-statement -D_FORTIFY_SOURCE=2 -msse2 -Wextra
after:
CFLAGS = -O3 -funroll-loops -Wall -W -Winline -g -O2 -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Waggregate-return -Wcast-align -Wnested-externs -Wshadow -Wundef -Wmissing...
2014 Jul 26
0
1.21 vs 1.3 encoding speed
...>>
>> The difference is: "-g -O2" options were added to CFLAGS.
>>
>> before:
>> CFLAGS = -O3 -funroll-loops -Wall -W -Winline -Wall -Wextra -Wstrict-prototypes
>> -Wmissing-prototypes -Waggregate-return -Wcast-align -Wnested-externs -Wshadow
>> -Wundef -Wmissing-declarations -Wunreachable-code -Wdeclaration-after-statement
>> -D_FORTIFY_SOURCE=2 -msse2 -Wextra
>>
>> after:
>> CFLAGS = -O3 -funroll-loops -Wall -W -Winline -g -O2 -Wall -Wextra
>> -Wstrict-prototypes -Wmissing-prototypes -Waggregate-return -Wcast-align...
2010 Jul 21
1
-mtune=generic failure
...tool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
-I.. -I../common -I../include -I./include -I../languages -Ilanguages
-I../queryparser -mfpmath=sse -msse2 -mtune=generic -Wall -W
-Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align
-Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Wshadow
-Woverloaded-virtual -g -O2 -MT api/decvalwtsource.lo -MD -MP -MF
$depbase.Tpo -c -o api/decvalwtsource.lo ../api/decvalwtsource.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../common
-I../include -I./include -I../languages -Ilanguages -I...
2003 Apr 27
1
XFree86-4 is broken ?
...guys, I just cvsuped my box to latest stable, as well as did upgrade of
almost all the ports. I cant get XFree86-4-Clients running. The build fails
here:
/usr/ports/x11/XFree86-4-clients/work/xc/programs/xcursorgen
rm -f xcursorgen
cc -o xcursorgen -O -pipe -ansi -Dasm=__asm -Wall -Wpointer-arith -Wundef
-L/usr/ports/x11/XFree86-4-clients/work/xc/exports/lib xcursorgen.o -lXcursor
-lXrender -lXext -lX11 -L/usr/local/lib -lpng -lm -lz
-L/usr/X11R6/lib -Wl,-rpath,/usr/X11R6/lib
/usr/X11R6/lib/libXcursor.so: undefined reference to `XRenderFindStandardFormat'
/usr/X11R6/lib/libXcu...
2005 Mar 05
4
scsi and malloc.h headers
Hi,
Any reason why the scsi headers and malloc.h are not installed as well
for klibc 'make install' ?
Thanks,
--
Martin Schlemmer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url :