search for: wdeclar

Displaying 20 results from an estimated 218 matches for "wdeclar".

Did you mean: declar
2011 Jan 26
1
Wine 1.3.12 build failed on OpenIndiana b148
....3.12 unable to build Wine. I use /usr/sfw/bin/gcc compiler and gnu ld. For configure script I change only prefix. when i make gmake i get error. ........... gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_KERNEL32_ -D_NORMALIZE_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wstrict-prototypes -Wwrite-strings -Wpointer-arith -I/usr/sfw/include -I/usr/X11/include -I/usr/include -g -I/usr/sfw/include -I/usr/X11/include -I/usr/include -g -o actctx.o actctx.c gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_KERNEL32_ -D_NORMALIZE_ -D_...
2009 Jul 03
3
ffmpeg and zoneminder install problems
...u have been able to use zoneminder on Centos 5.3, Can you help me get zoneminder installed. Thank you much, Greg Ennis P.S. here is the output of make [root at SeVi ffmpeg]# make "/root/software/ffmpeg"/version.sh "/root/software/ffmpeg" gcc -fPIC -fomit-frame-pointer -g -Wdeclaration-after-statement -Wall -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -O3 -I"/root/software/ffmpeg" -I"/root/software/ffmpeg" -I"/root/software/ffmpeg"/libavutil -I"/root/software/ffmpeg&quot...
2005 Nov 22
1
RE: Build break -cc1: error: unrecognized option`-Wdeclaration-after-statement''
''-Wdeclaration-after-statement'' isn''t supported by gcc 3.3 which is what I am currently using. It was introduced into Config.mk in changeset 7973:c7508abc5b6b. I backed out the changes and everything appears to be building okay. > -----Original Message----- > From: xen-devel-bounces...
2011 Mar 26
4
Unable to compile Wine 1.1.16
...ion, i have an error with gdi32. > make[2]: Leaving directory `/home/wine-1.1.16/dlls/gdi32/tests' > make[2]: Entering directory `/home/wine-1.1.16/dlls/gdi32/tests' > gcc -m32 -c -I. -I. -I../../../include -I../../../include -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wtype-limits -Wpointer-arith -g -O2 -o bitmap.o bitmap.c > gcc -m32 -c -I. -I. -I../../../include -I../../../include -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wtype-limits -Wpointer-arith -g -O2...
2007 Aug 30
1
[PATCH] : Add -Wdeclaration-after-statement
...rations after statements raise an error in earlier versions of gcc. In short this is an error that could easily happen to anyone who moved the this compiler without being aware of this issue. I will admit, that I was at least partially aware of this issue, but have been using the gcc warning flag -Wdeclaration-after-statement in my own code to guard against this for some time. Unfortunately, while working towards this commit this issue slipped my mind. Since gcc-4.2 and later seems to be C99 and a lot of earlier compilers still exist I suggest that the vorbis build be patched to add the required...
2006 Nov 20
1
compilation bug
Hello When i try to make world (any) from xen-3.0.2 to xen-unstable-src I gat following error : gcc -O2 -fomit-frame-pointer -DNDEBUG -m64 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/home/test1/xen-unstable/xen/include -I/home/test1/xen-unstable/xen/include/asm-x86/mach-generic -I/home/test1/xen-unstable/xen/include/asm-x86/mach-default -msoft-fl...
2010 Feb 04
1
Help....package "GPLOTS" will not install. Linux
.../Compress/Raw/Zlib.pm (blib/lib/auto/Compress/Raw/Zlib) /usr/bin/perl /usr/lib/perl5/5.8.8/ExtUtils/xsubpp -typemap /usr/lib/perl5/5.8.8/ExtUtils/typemap -typemap typemap Zlib.xs > Zlib.xsc && mv Zlib.xsc Zlib.c gcc -c -I./zlib-src -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DVERSION=\"2.024\" -...
2006 Mar 14
2
xen-unstable - make[4]: [cpuperf-xen] Error 1
...nt. I sorted out all problems with the package itself but I found out I''m getting the below errors: make -C cpuperf make[4]: Entering directory `/var/abs/local/xen/src/xen-unstable/tools/misc/cpuperf'' gcc -march=i686 -O2 -pipe -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -DNDEBUG -m32 -march=i686 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -DNDEBUG -m32 -march=i686 -Wa...
2005 Dec 14
1
[PATCH] use HOSTCC to determine HOSTCFLAGS
Hi. HOSTCC should be used to set HOSTCFLAGS instead of CC. There is a case where HOSTCC doesn''t accept -Wdeclaration-after-statement, while CC does. It results in a compilation error. This patch fixes it Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp> -- diff -r 94cb428d363d -r 164e8408c67a Config.mk --- a/Config.mk Mon Dec 12 15:20:51 2005 +0900 +++ b/Config.mk Mon Dec 12 17:36:35 2005 +0900...
2011 Oct 22
3
Wine 1.3.31 fails to compile in git
I tested also with a clean git source. Something wrong with ole32. Code: -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes -Wtype-limits -Wwrite-strings -fno-omit-frame-pointer -Wpointer-arith -Wlogical-op -I/usr/include/freetype2 -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -o tmarshal_i.o tmarshal_i.c LD_LIBRARY_PATH="../../../libs/wine:$LD_LIBRARY_PATH&quo...
2009 Aug 15
5
Compiling old wine versions in opensuse 11.1
...-without-xml && make depend && make ...SNIP... make[2]: Entering directory `/home/neil/wine/wine-0.9.10/dlls/mscms' gcc -m32 -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -gstabs+ -Wdeclaration-after-statement -Wpointer-arith -g -O2 -o handle.o handle.c gcc -m32 -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -gstabs+ -Wde...
2007 Oct 11
1
[PATCH] Fix compiler warnings that prevent compilation
...LOBAL_CFLAGS="-Wall", GLOBAL_CFLAGS="") dnl I want this but stupid headers don't let me dnl AS_COMPILER_FLAG(-Wshadow, GLOBAL_CFLAGS="$GLOBAL_CFLAGS -Wshadow") -AS_COMPILER_FLAG(-Wextra -Wno-missing-field-initializers -Wno-unused-parameter -Wold-style-definition -Wdeclaration-after-statement -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Winline -Wformat-nonliteral -Wformat-security, GLOBAL_CFLAGS="$GLOBAL_CFLAGS -Wextra -Wno-missing-field-initializers -Wno-unused-paramete...
2009 Mar 02
1
Problem building from source
...depend make make[2]: Leaving directory `/tmp/wine/wine-1.1.16/libs/wpp' make[1]: Leaving directory `/tmp/wine/wine-1.1.16/libs' make[1]: Entering directory `/tmp/wine/wine-1.1.16/tools' gcc -c -I. -I. -I../include -I../include -I/usr/include/freetype2 -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpoint er-arith -g -O2 -o fnt2bdf.o fnt2bdf.c gcc -g -O2 -o fnt2bdf fnt2bdf.o ../libs/port/libwine_port.a gcc -c -I. -I. -I../include -I../include -I/usr/include/freetype2 -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpoint...
2010 Apr 16
1
Trying to compile/pack the Xen 4 for Debian fail...
...n-4.0.0/debian/build/build-tools/tools/blktap2/vhd/lib' make[6]: Leaving directory `/home/administrativo/xen/xen-4/xen-4.0.0/debian/build/build-tools/tools/blktap2/vhd' gcc -O2 -fomit-frame-pointer -m32 -march=i686 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement -D__XEN_TOOLS__ -MMD -MF .vhd-util.d -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs -Werror -Wno-unused -I../include -D_GNU_SOURCE -Wp,-MD,.vhd-util.d -o vhd-util vhd-util.o -L../../tools/libxc -lxenctrl -L....
2014 Jul 26
2
1.21 vs 1.3 encoding speed
...e 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-declarations -Wunreac...
2008 Oct 05
1
configure: error: C compiler cannot create executables
...86_64-pc-linux-gnu/4.1.2/include -isystem /usr/src/xen-3.3.0/stubdom/lwip/src/include -isystem /usr/src/xen-3.3.0/stubdom/lwip/src/include/ipv4 -I/usr/src/xen-3.3.0/stubdom/include -O2 -pipe -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement -O1 -fno-omit-frame-pointer -fno-optimize-sibling-calls -m32 -march=i686 -m32 -march=i686 -g -fno-strict-aliasing -std=gnu99 -Wall -Wst...
2007 Mar 22
0
Fwd: RSPerl buffer overflow
...erlMakefile config.status: creating src/Makefile.PL config.status: creating cleanup config.status: creating src/R.pm config.status: creating R/perl5lib.R making RinPerlMakefile gcc -std=gnu99 -I/usr/lib64/R/include -I/usr/lib64/R/include -I. ?-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm ?-I/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE ?-DPERL_POLLUTE ? -D_R_=1 -DUSE_R=1 -DUSE_TOPLEVEL_EXEC=1 -I/usr/local/include ? ?-fpic ?-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -...
2008 Nov 27
4
Error compiling 1.1.9
hi, i'm trying to compile the wine 1.1.9 version, but i get this error. gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wtype-limits -Wpointer-arith -g -O2 -o ntdsapi.o ntdsapi.c ../../tools/winegcc/winegcc -B../../tools/winebuild -shared ./ntdsapi.spec ntdsapi.o -o ntdsapi.dll.so -luser32 -lkernel32 ../../libs/port/libwine_port.a make[2]: Leaving directory `/hom...
2011 May 30
7
libxl build errors in xen-unstable
...to __libxl_types.c mv __libxl_types.h _libxl_types.h mv __libxl_types.c _libxl_types.c gcc -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables -fasynchronous-unwind-tables -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement -O1 -fno-omit-frame-pointer -m64 -g -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-st...
2009 Jun 09
2
oggz mingw
When I try to 'make' oggz (0.9.9), I get the following compile error make[4]: Leaving directory `/c/liboggz/src/tools/oggz-chop' make[4]: Entering directory `/c/liboggz/src/tools' /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wextra -g -std=gnu99 -Wdeclaration-after-statement -Wno-unused -o oggz-info.exe oggz-info.o skeleton.o oggz_tools.o dirac.o ../liboggz/liboggz.la -logg -lm libtool: link: gcc -g -O2 -Wall -Wextra -g -std=gnu99 -Wdeclaration-after-statement -Wno-unused -o .libs/oggz-info.exe oggz-info.o skeleton.o oggz_tools.o dirac.o ../li...