You are not logged in.
Has anyone been able to successfully make a package of these or install them? I have tried and tried, I just get constant errors and I think it would eventually compile once I disable all the plugins, heh. The plugins are available on www.abisource.com if you want to see if you can figure it out.
Kritoke
http://counter.li.org/ Registered Linux User #318963 kritoke@jabber.org
Offline
bad bad boy you know you should give us curious types an example of some of the alleged errors
AKA uknowme
I am not your friend
Offline
My PKGBUILD:
# Contributor: Kritoke <typeolinux@yahoo.com>
pkgname=abiword-plugins
pkgver=2.0.1
pkgrel=1
pkgdesc="Plugins for AbiWord"
url="http://www.abisource.com"
depends=('abiword')
source=(http://telia.dl.sourceforge.net/sourceforge/abiword/$pkgname-$pkgver.tar.gz)
md5sums=('697f3c300bb0625cbfece059d6b03aee')
build() {
cd $startdir/src/$pkgname
./configure --prefix=/usr --with-abiword=/usr/share/AbiSuite-2.0
make || return 1
make prefix=$startdir/pkg/usr install
}
The errors all seem to extend from missing files in most of the plugins that I tried to enable, I think there might be an issue as to where the source files are actually put for abiword.
Errors:
AbiCommand.cpp:28:24: xap_Module.h: No such file or directory
AbiCommand.cpp:29:21: xap_App.h: No such file or directory
AbiCommand.cpp:30:23: xap_Frame.h: No such file or directory
AbiCommand.cpp:31:21: fv_View.h: No such file or directory
AbiCommand.cpp:32:24: ap_Menu_Id.h: No such file or directory
AbiCommand.cpp:33:29: ev_Menu_Actions.h: No such file or directory
AbiCommand.cpp:34:21: ev_Menu.h: No such file or directory
AbiCommand.cpp:35:29: ev_Menu_Layouts.h: No such file or directory
AbiCommand.cpp:36:28: ev_Menu_Labels.h: No such file or directory
AbiCommand.cpp:37:27: ev_EditMethod.h: No such file or directory
AbiCommand.cpp:38:30: xap_Menu_Layouts.h: No such file or directory
AbiCommand.cpp:39:24: fg_Graphic.h: No such file or directory
AbiCommand.cpp:40:20: ie_imp.h: No such file or directory
AbiCommand.cpp:41:27: ie_impGraphic.h: No such file or directory
AbiCommand.cpp:42:20: ie_exp.h: No such file or directory
AbiCommand.cpp:43:22: ie_types.h: No such file or directory
AbiCommand.cpp:45:22: ut_sleep.h: No such file or directory
In file included from /usr/include/readline/readline.h:37,
from AbiCommand.cpp:51:
It has been a long week for me, just got over lots of tests and projects, nothing like the end of the semester to make your brain work to it's full capacity (aka my excuse for no code first off).
Kritoke
http://counter.li.org/ Registered Linux User #318963 kritoke@jabber.org
Offline