From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ookhoi Subject: Re: build problem BK reiser4progs: /usr/include/features.h:218:52: operator '==' has no left operand Date: Thu, 16 Jan 2003 12:09:23 +0100 Message-ID: <20030116120923.K7526@humilis> References: <20030116102742.I7526@humilis> <3E268CFD.5080604@namesys.com> <20030116120230.J7526@humilis> Reply-To: ookhoi@humilis.net Mime-Version: 1.0 Return-path: list-help: list-unsubscribe: list-post: Errors-To: flx@namesys.com Content-Disposition: inline In-Reply-To: <20030116120230.J7526@humilis> List-Id: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Ookhoi Cc: Yury Umanets , Reiserfs-List@namesys.com Ookhoi wrote (ao): > Yury Umanets wrote (ao): > > Ookhoi wrote: > > >A fresh BK reiser4progs gives me the following error. It is not > > >obvious to me what is wrong :-/ > > > > > >Please only deal with this if you have time. I can use the snapshot > > >progs just fine. > > > > > >Tnx! > > > > > > > > >$ make > > >make all-recursive > > >make[1]: Entering directory `/usr/src/reiser4progs' > > >Making all in libaal > > >make[2]: Entering directory `/usr/src/reiser4progs/libaal' > > >/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. > > >-I../include -D_REENTRANT -D_FILE_OFFSET_BITS= -g -W -Wall -Wno-unused > > >-Werror -DPLUGIN_DIR=\"/usr/local/lib/reiser4\" -c device.c > > >gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -D_REENTRANT > > >-D_FILE_OFFSET_BITS= -g -W -Wall -Wno-unused -Werror > > >-DPLUGIN_DIR=\"/usr/local/lib/reiser4\" -Wp,-MD,.deps/device.pp -c device.c > > >-o device.o > > >In file included from /usr/include/stdint.h:26, > > > from ../include/aal/aal.h:46, > > > from device.c:8: > > >/usr/include/features.h:218:52: operator '==' has no left operand > > >make[2]: *** [device.lo] Error 1 > > >make[2]: Leaving directory `/usr/src/reiser4progs/libaal' > > >make[1]: *** [all-recursive] Error 1 > > >make[1]: Leaving directory `/usr/src/reiser4progs' > > >make: *** [all-recursive-am] Error 2 > > > > > > > > Looks like the problem with your autoconf. What version do you use? > > $ autoconf --version > Autoconf version 2.13 > > I'll try again with > $ autoconf2.50 --version > autoconf (GNU Autoconf) 2.57 > Written by David J. MacKenzie and Akim Demaille. > > And report back. Thanks! Update: it compiles fine after using autoconf2.50. :-)