You are not logged in.
I have found the patch for sword 1.5.10 so it can compile with gcc 4.3, and I have upload the new PKGBUILD to AUR if you want to test it. Warning, I am unable to find a patch for gnomesword so you will not be able to try to compile it yet. Still working on it.
HP Chromebook 14
Offline
Thanks TripleE, I'll give it a go here shortly and update on the progress.
Thanks a bunch bro, much appreciated.
VB
EDIT: hehe, server maintanance. Will try again when the server hosting the patch file returns.
Last edited by vuboy (2008-03-29 15:18:58)
Offline
It appears I have got a working patch for gnomesword also. I was able to compile it successfully.
HP Chromebook 14
Offline
Sword now compiles fine TripleE.
Thanks a bunch bro, greatly appreciated.
VB
EDIT: Gnomesword compiles and installs fine.
Again my appreaiation and thanks.
Last edited by vuboy (2008-04-03 16:24:53)
Offline
If you have trouble with build sword:
pkgname=sword
pkgver=1.5.10
pkgrel=3
pkgdesc="SWORD libraries for Bible programs"
arch=(i686 x86_64)
url="http://www.crosswire.org/sword/index.jsp"
license="GPL"
options=('!LIBTOOL')
depends=('curl' 'gcc>=4.3' 'clucene')
source=(http://www.crosswire.org/ftpmirror/pub/$pkgname/source/v1.5/$pkgname-$pkgver.tar.gz
http://www.crosswire.org/bugs/secure/at … c43.patch)
md5sums=('4c920f2a3ee72040df8a8e105ad840df'
'77df247f3dbbac4bff6ee7a6d2e23a23')
build() {
cd $startdir/src/$pkgname-$pkgver
patch -Np0 -i ../sword-gcc43.patch | return 1
./configure --prefix=/usr --sysconfdir=/etc
make || return 1
make DESTDIR=$startdir/pkg install ||return 1
make DESTDIR=$startdir/pkg install_config ||return 1
}
Last edited by anespo (2008-04-17 07:48:36)
Offline
I can't seem to find sword-gcc43.patch (http://www.crosswire.org/bugs/secure/at … cc43.patch). Error 404
Thanks for you help!
Offline
I can't seem to find sword-gcc43.patch (http://www.crosswire.org/bugs/secure/at … cc43.patch). Error 404
Thanks for you help!
The sword gcc 4.3 patch is unnecessary with sword 1.5.11. But, gnomesword 2.3.4 is having all sorts of problems with finding the xulrunner and nspr libraries.
--EDIT--
gnomesword 2.3.3 builds fine against the newer sword.
Last edited by skottish (2008-06-03 02:13:27)
Offline
Thanks for the hint. Go it working now!
Offline
I have just updated the sword (http://aur.archlinux.org/packages.php?ID=1739) and gnomesword (http://aur.archlinux.org/packages.php?ID=7315) packages in AUR. It compiled and is working for me. Check them out.
HP Chromebook 14
Offline