Kevin Atkinson <[EMAIL PROTECTED]> writes: > On Tue, 9 Nov 2004, Vin Shelton wrote: > >> Kevin Atkinson <[EMAIL PROTECTED]> writes: >> >> >> >> 2. Since I need to support building on multiple platforms, I solved that >> >> problem by creating a tree of symlinks and I then discovered my second >> >> problem; it appears I cannot build on this platform if I've configured >> >> --disable-nls: >> > >> > Does it work without that option? >> > >> Good question. I had thought that I had checked this, but apparently, >> I had not. Here is the result after running configure with the >> following command line ... > > Please try applying the following patch and let me know if it solves your > problem. After applying you should do a: > make distclean > ./configure ... > make
Unfortunately, no joy: depbase=`echo prog/check_funs.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \ if g++ -DHAVE_CONFIG_H -I. -I. -I./gen -I./gen -I./common -I./interfaces/cc/ -I./modules/speller/default/ -DLOCALEDIR=\"/u/sheltonv/software/SunOS-5.8/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:339: error: `wget_wch' undeclared (first use this function) prog/check_funs.cpp:339: error: (Each undeclared identifier is reported only once for each function it appears in.) prog/check_funs.cpp:353: error: `KEY_CODE_YES' undeclared (first use this function) prog/check_funs.cpp:375: error: `wins_nwstr' undeclared (first use this function) prog/check_funs.cpp:387: error: `cchar_t' undeclared (first use this function) prog/check_funs.cpp:387: error: expected `;' before "cc" prog/check_funs.cpp:388: error: `attr_t' undeclared (first use this function) prog/check_funs.cpp:388: error: expected `;' before "att" prog/check_funs.cpp:390: error: `cc' undeclared (first use this function) prog/check_funs.cpp:390: error: `mvwin_wch' undeclared (first use this function) prog/check_funs.cpp:391: error: `att' undeclared (first use this function) prog/check_funs.cpp:391: error: `getcchar' undeclared (first use this function) These errors occur regardless of whether or not I configure --disable-nls. I started from a freshly untarred aspell-0.60.1 and applied the patch, then ran configure and make. HTH, Vin _______________________________________________ Aspell-user mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/aspell-user
