From owner-freebsd-ports Tue Feb 13 19: 8:46 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail7.mgfairfax.rr.com (fe7.southeast.rr.com [24.93.67.54]) by hub.freebsd.org (Postfix) with ESMTP id BC45B37B684 for ; Tue, 13 Feb 2001 19:08:43 -0800 (PST) Received: from [24.163.103.62] ([24.163.103.62]) by mail7.mgfairfax.rr.com with Microsoft SMTPSVC(5.5.1877.537.53); Tue, 13 Feb 2001 22:08:41 -0500 Mime-Version: 1.0 X-Sender: matt@mail.nova.org Message-Id: Disposition-Notification-To: Matthew Lyle Date: Tue, 13 Feb 2001 22:08:40 -0500 To: ports@FreeBSD.org From: Matthew Lyle Subject: aspell make error Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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