[bugs][ bogofilter-Bugs-810673 ] Build fails on Unixware 7.1.1
Fast Bayesian spam filter along lines suggested by Paul Graham
Brought to you by:
m-a
From: SourceForge.net <no...@so...> - 2003-09-22 15:37:59
|
Bugs item #810673, was opened at 2003-09-22 10:37 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=499997&aid=810673&group_id=62265 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Philip Douglass (philipsd) Assigned to: Nobody/Anonymous (nobody) Summary: Build fails on Unixware 7.1.1 Initial Comment: Building 0.15.4 fails on Unixware 7.1.1 when using either the native c compiler or gcc. ***Native compiler*** CC=cc LD_RUN_PATH=/usr/local/bdb/lib CFLAGS=-Kthread LDFLAGS="-Kthread -L/usr/local/bdb/lib" ./configure --with-db=/usr/local/bdb --sysconfdir=/etc CC=cc LD_RUN_PATH=/usr/local/bdb/lib CFLAGS=-Kthread LDFLAGS="-Kthread -L/usr/local/bdb/lib" make ... source='lexer_v3.c' object='lexer_v3.o' libtool=no \ depfile='.deps/lexer_v3.Po' tmpdepfile='. deps/lexer_v3.TPo' \ depmode=none /bin/bash ../depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I. -I./dcdflib/doc -I.. /trio -I/usr/local/bdb/include -DBOGOFILTER -Kthread -c `test -f 'lexer_v3.c' || echo './'`lexer_v3.c UX:acomp: ERROR: "./common.h", line 98: Syntax error before or at: 020 UX:acomp: WARNING: "./common.h", line 99: declaration missing specifiers: assuming "int" UX:acomp: ERROR: "./common.h", line 99: Syntax error before or at: } UX:acomp: WARNING: "./common.h", line 99: declaration missing specifiers: assuming "int" *** Error code 1 (bu21) UX:make: ERROR: fatal error. *** Error code 1 (bu21) UX:make: ERROR: fatal error. *** Error code 1 (bu21) UX:make: ERROR: fatal error. *** Error code 1 (bu21) UX:make: ERROR: fatal error. *** GCC *** LD_RUN_PATH=/usr/local/bdb/lib LDFLAGS=-L/usr/local/bdb/lib ./configure --with-db=/usr/local/bdb --sysconfdir=/etc LD_RUN_PATH=/usr/local/bdb/lib LDFLAGS=-L/usr/local/bdb/lib make ... source='lexer_v3.c' object='lexer_v3.o' libtool=no \ depfile='.deps/lexer_v3.Po' tmpdepfile='. deps/lexer_v3.TPo' \ depmode=gcc /bin/bash ../depcomp \ gcc -DHAVE_CONFIG_H -I. -I. -I. -I./dcdflib/doc -I../trio -I/usr/local/bdb/include -DBOGOFILTER -g -O2 -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -Wpointer-arith -c `test -f 'lexer_v3.c' || echo './'`lexer_v3.c In file included from lexer_v3.l:65: common.h:98: parse error before `020' lexer_v3.c: In function `lexer_v3_lex': lexer_v3.c:18422: warning: int format, long int arg (arg 3) *** Error code 1 (bu21) UX:make: ERROR: fatal error. *** Error code 1 (bu21) UX:make: ERROR: fatal error. *** Error code 1 (bu21) UX:make: ERROR: fatal error. *** Error code 1 (bu21) UX:make: ERROR: fatal error. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=499997&aid=810673&group_id=62265 |