[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[aspell-help] problems with file src/termios.cc on compile
From: |
Sven Ryen |
Subject: |
[aspell-help] problems with file src/termios.cc on compile |
Date: |
Fri Nov 30 08:15:09 2001 |
I'm compiling aspell for Mac OS X, and ran into the following errors in
the file termios.cc:
Has anybody seen this output before, or can you tell me what I need to
do in order to make aspell compile?
Making all in src
c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../ -I../util -I../lib/inc
-I../filter -I/usr/local/include -g -O2 -c termios.cc
termios.cc: In function `void aspell_check_fun::layout_screen()':
termios.cc:191: implicit declaration of function `int
aspell_check_fun::halfdelay(...)'
termios.cc:192: implicit declaration of function `int
aspell_check_fun::keypad(...)'
termios.cc:195: implicit declaration of function `int
aspell_check_fun::getmaxyx(...)'
termios.cc:201: `A_REVERSE' undeclared (first use this function)
termios.cc:201: (Each undeclared identifier is reported only once
termios.cc:201: for each function it appears in.)
termios.cc:201: implicit declaration of function `int
aspell_check_fun::hline(...)'
termios.cc:212: implicit declaration of function `int
aspell_check_fun::wnoutrefresh(...)'
termios.cc: In function `void aspell_check_fun::get_line(string &)':
termios.cc:285: implicit declaration of function `int
aspell_check_fun::doupdate(...)'
termios.cc:297: `KEY_ENTER' undeclared (first use this function)
termios.cc:301: `KEY_LEFT' undeclared (first use this function)
termios.cc:303: `KEY_RIGHT' undeclared (first use this function)
termios.cc:305: `KEY_HOME' undeclared (first use this function)
termios.cc:307: `KEY_END' undeclared (first use this function)
termios.cc:309: `KEY_BACKSPACE' undeclared (first use this function)
termios.cc:314: `KEY_DC' undeclared (first use this function)
termios.cc:317: `KEY_EOL' undeclared (first use this function)
termios.cc:328: `A_CHARTEXT' undeclared (first use this function)
termios.cc: In function `void
aspell_check_fun::display_misspelled_word()':
termios.cc:440: `A_NORMAL' undeclared (first use this function)
make[2]: *** [termios.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2
regards,
Sven Berg Ryen
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [aspell-help] problems with file src/termios.cc on compile,
Sven Ryen <=