This is a workaround for building gnucash-1.6.8 on hpux 11.0 with gnome-1.4:
installed SW Components:
libtool-1.4.2
guile-1.4
gcc-3.2
perl-5.8.0
gnome-1.4 for hpux 11.x
preconfiguration:
=================
slib2d4
=======
I've download slib2d4 and unzip the archive directly in /usr/local/lib,
and linked slib with guile-1.4
# cd /usr/local/share/guile/1.4
# ln -s /usr/local/lib/slib
# guile -c "(use-modules (ice-9 slib)) (require 'new-catalog)"
g-wrap-1.2.1
============
changes in g-wrap-1.2.1/test/Makefile.in
CFLAGS = -O2 -Werror -Wall -g -I../libruntime-guile @CFLAGS@
to
CFLAGS = -O2 -Wall -g -I../libruntime-guile @CFLAGS@
gnucash-1.6.8
=============
change line 10385 in file configure:
CFLAGS="${CFLAGS} -Werror-implicit-function-declaration"
to
CFLAGS="${CFLAGS} -Wno-unused"
build script for gnucash:
=========================
please use --disable-shared, because since otherwise the executable gnucash not be
installed !
gmake distclean
./configure --prefix=/opt/gnucash --with-glib-prefix=/opt/gnome \
--with-gnome-includes=/opt/gnome/includes \
--with-gnome-libs=/opt/gnome/lib \
--with-g-wrap-prefix=/usr/local \
--enable-opt-style-install \
--disable-guppi --disable-shared
gmake
gmake install
thats all
Martin
_______________________________________________
gnucash-devel mailing list
[EMAIL PROTECTED]
http://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-devel