I don't think my GUILE setup is too wierd,
but configure didn't find -lguile,
but it actually is in /usr/local/lib/libguile.* ,
so I ended up in adding a few things in gnucash-1.1.20/src/motif/Makefile :
GUILELIBS = -lguile -lreadline -lncurses -ldl
Before that `GUILELIBS' was just empty.
But still:
make[3]: Leaving directory `/usr/local/src/tmp/gnucash-1.1.20/src/motif'
make[2]: Leaving directory `/usr/local/src/tmp/gnucash-1.1.20/src'
ln -sf gnucash.motif gnucash.bin
(cd share && ln -sf ../src/scm scm)
/bin/bash: cd: share: No such file or directory
make[1]: *** [build-flavor] Error 1
make[1]: Leaving directory `/usr/local/src/tmp/gnucash-1.1.20'
make: *** [motif] Error 2
That was easy, I just had to:
mkdir share
and run
make motif
again.
But finally:
johayek@Hayek5 $ ./gnucash
gnucash: startup-file is ./share/scm/startup.scm
./share/scm/startup.scm:276:3: While evaluating arguments to gnc:make-config-var
in expression (gnc:make-config-var "Initial lowest level scheme startup file." (lambda
# #f) ...):
./share/scm/startup.scm:276:3: Unbound variable: gnc:_startup-file-default_
So what now?
----- %< -------------------------------------------- >% ------
The GnuCash / X-Accountant Mailing List
To unsubscribe, send mail to [EMAIL PROTECTED] and
put "unsubscribe gnucash-devel [EMAIL PROTECTED]" in the body