From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Zarochentsev Subject: Re: New reiser4 snapshot (2003.09.12) is out Date: Sat, 13 Sep 2003 10:31:24 +0400 Message-ID: <20030913063124.GJ2123@backtop.namesys.com> References: <20030912161534.GA8439@namesys.com> <1063398059.2187.2.camel@mikeb.staff.netnation.com> Mime-Version: 1.0 Return-path: list-help: list-unsubscribe: list-post: Errors-To: flx@namesys.com Content-Disposition: inline In-Reply-To: <1063398059.2187.2.camel@mikeb.staff.netnation.com> List-Id: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Mike Benoit Cc: Oleg Drokin , reiserfs-list@namesys.com On Fri, Sep 12, 2003 at 01:20:59PM -0700, Mike Benoit wrote: > Any ideas why I would get this error while trying to compile > reiser4progs-0.4.14? The previous version of reiser4progs seemed to > compile fine for me, as did compiling reiser4 in to the test5 kernel. > > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DENABLE_MONOLITHIC > -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DENABLE_COLLISIONS > -DENABLE_PLUGINS_CHECK -DENABLE_SYMLINKS -DENABLE_R5_HASH > -DENABLE_FNV1_HASH -DENABLE_RUPASOV_HASH -DENABLE_TEA_HASH > -DENABLE_DEG_HASH -DENABLE_LARGE_KEYS -DENABLE_SHORT_KEYS -O0 -g -W > -Wall -Wno-unused-parameter -Wredundant-decls -Werror -MT > libmisc_la-exception.lo -MD -MP -MF .deps/libmisc_la-exception.Tpo -c > exception.c -fPIC -DPIC -o .libs/libmisc_la-exception.lo > exception.c: In function `misc_exception_handler': > exception.c:133: warning: unused variable `i' > exception.c:135: warning: unused variable `variant' > make[2]: *** [libmisc_la-exception.lo] Error 1 > make[2]: Leaving directory > `/home/ipso/downloads/reiser4progs-0.4.14/libmisc' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/ipso/downloads/reiser4progs-0.4.14' > make: *** [all] Error 2 It is because of paranoid -Werror flag. ./configure --disable-werror will help you. However, if your system will have readline (as on systems which are used by reiser4progs developers :-) headers that warning disappear. [...] -- Alex.