Your latest patch bombed in:
ap_UnixDialogFactory.cpp:
In file included from ap_UnixDialogFactory.cpp:33:
ap_UnixDialog_All.h:103: `AP_DIALOG_ID_WORDCOUNT' was not declared in this scope
I added AP_DIALOG_ID_WORDCOUNT to abi/src/wp/ap/xp/ap_Dialog_Id.h and
went on (why wasn't this in the patch?).
ap_UnixDialog_WordCount.cpp:
ap_UnixDialog_WordCount.cpp: In method `struct GtkWidget *
AP_UnixDialog_WordCount::_constructWindow()':
ap_UnixDialog_WordCount.cpp:156: `AP_STRING_ID_DLG_WordCount_WordCountTitle'
undeclared (first use this function)
ap_UnixDialog_WordCount.cpp:156: (Each undeclared identifier is reported only once
ap_UnixDialog_WordCount.cpp:156: for each function it appears in.)
ap_UnixDialog_WordCount.cpp:170: `AP_STRING_ID_DLG_WordCount_Words' undeclared (first
use this function)
ap_UnixDialog_WordCount.cpp:184: `AP_STRING_ID_DLG_WordCount_Paragraphs' undeclared
(first use this function)
ap_UnixDialog_WordCount.cpp:198: `AP_STRING_ID_DLG_WordCount_Characters' undeclared
(first use this function)
make[3]: ***
[/home/sterwill/work/patches/abi/src/../src/Linux_2.2.14_i386_DBG/obj/ap_UnixDialog_WordCount.o]
Error 1
... then I get this.
Until you do the following, and ATTACH to your message the build log
(from /tmp/log), I will immediately reject any more word count patches:
cd /tmp
mkdir foo
cd foo
cvs -z5 co abi <and any other modules you need>
patch < <wherever you put your patch file>
make > /tmp/log
Send me one message with all fixes for all files, and BUILD IT FIRST
ON A FRESH TREE from CVS.
--
Shaw Terwilliger