[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Aspell-user] Problem compiling Aspell 0.60 under solaris
From: |
Matthew Black |
Subject: |
[Aspell-user] Problem compiling Aspell 0.60 under solaris |
Date: |
Wed, 29 Sep 2004 09:38:42 -0700 |
Was able to make 0.50.5, but could not compile 0.60.
Any suggestions would be most appreciated.
Hardware: Sun V100
O/S: Solaris 9
SunOS xxx-xxxx 5.9 Generic_112233-12 sun4u sparc SUNW,UltraAX-i2
gcc version 3.3.2
GNU Make 3.80
# make
. . .
if g++ -DHAVE_CONFIG_H -I. -I. -I./gen -I./gen -I./common
-I./interfaces/cc/ -I./modules/speller/default/
-DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -fno-exceptions -MT
prog/check_funs.o -MD -MP -MF "$depbase.Tpo" -c -o prog/check_funs.o
prog/check_funs.cpp; \
then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1;
fi
prog/check_funs.cpp: In function `void get_line(acommon::String&)':
prog/check_funs.cpp:334: error: `wget_wch' undeclared (first use this
function)
prog/check_funs.cpp:334: error: (Each undeclared identifier is reported only
once for each function it appears in.)
prog/check_funs.cpp:348: error: `KEY_CODE_YES' undeclared (first use this
function)
prog/check_funs.cpp:370: error: `wins_nwstr' undeclared (first use this
function)
prog/check_funs.cpp:382: error: `cchar_t' undeclared (first use this
function)
prog/check_funs.cpp:382: error: parse error before `;' token
prog/check_funs.cpp:383: error: `attr_t' undeclared (first use this
function)
prog/check_funs.cpp:385: error: `cc' undeclared (first use this function)
prog/check_funs.cpp:385: error: `mvwin_wch' undeclared (first use this
function)
prog/check_funs.cpp:386: error: `att' undeclared (first use this function)
prog/check_funs.cpp:386: error: `getcchar' undeclared (first use this
function)
make[1]: *** [prog/check_funs.o] Error 1
make[1]: Leaving directory `/usr/local/src/aspell-0.60'
make: *** [all-recursive] Error 1
- [Aspell-user] Problem compiling Aspell 0.60 under solaris,
Matthew Black <=