Hello, everyone. I, too, am interested in getting involved with AbiWord's
development; I've been lurking on this list for a few weeks, now, reading things and
figuring out how to set up for contribution (including learning introductory CVS,
among other things).
That said, I hope I'm not making a really silly mistake (which I probably am, as
everyone else can build this thing but me). I have the abi, expat, and wv code in
peer directories, and went to the abi directory and ran `make`. I obtained the abi
code by `cvs checkout abi` today. Here's what I got as a result of `make 2>
errors.txt`:
In file included from ie_imp_MsWord_97.h:26,
from ie_imp_MsWord_97.cpp:34:
/home/john/progs/abisource/abi/../wv/wv.h:11: warning: declaration of
`strcasecmp(const char *, const char *)' throws different exceptions
/usr/include/string.h:256: warning: previous declaration here
ie_imp_MsWord_97.cpp: In method `UT_Error IE_Imp_MsWord_97::importFile(const char *)':
ie_imp_MsWord_97.cpp:92: passing `const char *' as argument 2 of
`wvInitParser(wvParseStruct *, FILE *)'
ie_imp_MsWord_97.cpp: In function `int SpecCharProc(struct wvParseStruct *, short
unsigned int, struct CHP *)':
ie_imp_MsWord_97.cpp:256: warning: ANSI C++ forbids implicit conversion from `void *'
in assignment
ie_imp_MsWord_97.cpp: In method `int IE_Imp_MsWord_97::_docProc(struct wvParseStruct
*, enum wvTag)':
ie_imp_MsWord_97.cpp:331: warning: unused variable `int iRes'
make[4]: ***
[/home/john/progs/abisource/abi/src/Linux_2.2.12-1_i386_OBJ/obj/ie_imp_MsWord_97.o]
Error 1
make[3]: *** [build] Error 2
make[2]: *** [build] Error 2
make[1]: *** [build] Error 2
make: *** [compile] Error 2
What am I messing up? :-) I was thinking of taking a crack at some of the listed
bugs as a starting point. If anyone else has other things that would be good for me
to try, I'm more than willing.
Thanks - for any help you can provide and for the word processor in general, which I
have enjoyed using (including on my term paper this past semester).
John L. Clark