I'm receiving the following error during the make
process.  I'm running gcc 3.1.

Any ideas?

make
No suffix list.
Making all in auto
No suffix list.
Making all in common
        make  all-am
Making all in modules
No suffix list.
Making all in speller
No suffix list.
Making all in default
No suffix list.
Making all in filter
Making all in tokenizer
No suffix list.
Making all in lib
Making all in examples
Making all in prog
        if g++ -DHAVE_CONFIG_H -I. -I. -I../common
-I../common/ -I../interfaces/cc/ 
-I../modules/speller/default/       -g -O2 -MT
check_fu
ns.o -MD -MP -MF ".deps/check_funs.Tpo" \
          -c -o check_funs.o `test -f 'check_funs.cpp'
|| echo './'`check_funs.cpp; \
        then mv -f ".deps/check_funs.Tpo"
".deps/check_funs.Po"; \
        else rm -f ".deps/check_funs.Tpo"; exit 1; \
        fi
check_funs.cpp: In function `void restore_state()':
check_funs.cpp:137: `delscreen' undeclared (first use
this function)
check_funs.cpp:137: (Each undeclared identifier is
reported only once for each 
   function it appears in.)
check_funs.cpp: In function `void layout_screen()':
check_funs.cpp:208: `halfdelay' undeclared (first use
this function)
check_funs.cpp:212: `getmaxyx' undeclared (first use
this function)
check_funs.cpp:218: `hline' undeclared (first use this
function)
check_funs.cpp: In function `void
get_line(acommon::String&)':
check_funs.cpp:328: `KEY_END' undeclared (first use
this function)
check_funs.cpp: In function `void new_line(int&, int,
int)':
check_funs.cpp:414: `winsdelln' undeclared (first use
this function)
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.

__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com


_______________________________________________
Aspell-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/aspell-user

Reply via email to