[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: SCO compilation error slap.h



Stephen Collier writes:
> gcc -I. -I../../include  (...) -c repl.c -o repl.o

Please run the same command by hand, but replace
	-c repl.c -o repl.o
with
	-E -dD repl.c > repl.i
(omit the -dD if you are not using gcc).

If you examine repl.i and compare with slap.h & co, you can probably see
why see what the source code expands to and which semicolon is missing.
If not, post the result, or better make it available on WWW or ftp since
it may be rather big.

-- 
Hallvard