Date: Tue, 13 Feb 2001 22:08:40 -0500 From: Matthew Lyle <matt@nova.org> To: ports@FreeBSD.org Subject: aspell make error Message-ID: <a05010402b6afa70b070a@[24.163.103.62]>
next in thread | raw e-mail | index | archive | help
When I try to build aspell, out of the ports directory, on a 4.2-RELEASE system I get this error... Making all in pspell-module gmake[2]: Entering directory `/usr/ports/textproc/aspell/work/aspell-.32.5/pspell-module' /bin/sh ../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../ -I../util -I../lib/inc -I../filter -I/usr/local/include -O -pipe -I/usr/local/include -c manager.cc rm -f .libs/manager.lo c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../ -I../util -I../lib/inc -I../filter -I/usr/local/include -O -pipe -I/usr/local/include -c manager.cc -fPIC -DPIC -o .libs/manager.lo manager.cc: In function `class PspellCanHaveError * libpspell_aspell_LTX_new_pspell_manager_class(PspellConfig *, void *)': manager.cc:308: cannot allocate an object of type `pspell_aspell::PA_Manager' manager.cc:308: since the following virtual functions are abstract: /usr/local/include/pspell/manager.h:133: int PspellManager::check(const char *, int) /usr/local/include/pspell/manager.h:139: bool PspellManager::add_to_personal(const char *, int) /usr/local/include/pspell/manager.h:140: bool PspellManager::add_to_session(const char *, int) /usr/local/include/pspell/manager.h:160: const class PspellWordList * PspellManager::suggest(const char *, int) /usr/local/include/pspell/manager.h:167: bool PspellManager::store_replacement(const char *, int, const char *, int) gmake[2]: *** [manager.lo] Error 1 gmake[2]: Leaving directory `/usr/ports/textproc/aspell/work/aspell-.32.5/pspell-module' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/textproc/aspell/work/aspell-.32.5' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/ports/textproc/aspell. *** Error code 1 Stop in /usr/ports/textproc/aspell. *** Error code 1 Stop in /usr/ports/textproc/aspell. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?a05010402b6afa70b070a>