Hi,
I ran testbuilds on different systems of swish-e 2.1-dev-20 of 2-april,
hope this helps to get to release 2.1 (which i'm waiting for).
below are my results:
kind regards,
Bas Meijer
IRIX 6.2 (sgi-) cc
-----------
make
making swish-e
(cd src; make)
cc -Wall -g -DHAVE_CONFIG_H -DSWISH_VERSION=\"2.1-dev-20\" -c check.c
cc: Error: malformed or unknown option: -Wall
*** Error code 2 (bu21)
*** Error code 1 (bu21)
(Obvious to fix) then:
cc -g -DHAVE_CONFIG_H -DSWISH_VERSION=\"2.1-dev-20\" -c check.c
cfe: Error: ./swish.h, line 248: Syntax Error
// int read;
^
cfe: Error: ./swish.h, line 250: Syntax Error
};
^
cfe: Warning 625: ./swish.h, line 250: Empty declaration
};
-^
*** Error code 1 (bu21)
*** Error code 1 (bu21)
Solaris/Linux/MacOS X gcc 2.95.2
--------------------------------
cc -Wall -g -O2 -DHAVE_CONFIG_H -DSWISH_VERSION=\"2.1-dev-20\" -c testlib.c
In file included from testlib.c:5:
docprop.h:29: warning: `struct metaMergeEntry' declared inside parameter list
docprop.h:29: warning: its scope is only this definition or
declaration, which i
s probably not what you want.
testlib.c: In function `main':
testlib.c:39: warning: char format, PropValue arg (arg 2)
BSDI gcc 2.7.2.1
----------------
gcc -Wall -g -O2 -DHAVE_CONFIG_H -DSWISH_VERSION=\"2.1-dev-20\" -c testlib.c
In file included from testlib.c:5:
docprop.h:29: warning: `struct metaMergeEntry' declared inside parameter list
docprop.h:29: warning: its scope is only this definition or declaration,
docprop.h:29: warning: which is probably not what you want.
testlib.c: In function `main':
testlib.c:39: warning: char format, PropValue arg (arg 2)
IRIX 6.4 gcc 2.8.1
------------------
All tests completed!
HP-UX 10.20 gcc 2.95.2
----------------------
All tests completed!
--
-- /''' Bas Meijer
c-OO http://bas.antraciet.com
\ > Kerkstraat 19 Postbus 256 1400 AG Bussum.NL
\&& tel. +31 35 7502100 fax. +31 35 7502111
Received on Mon Apr 2 14:37:03 2001