Russell Nelson wrote:
> I would suggest that the problem is in the following two lines taken
> from src/g-wrap/Makefile.in. Firstly, g-wrap-guile is not on the path
> (well, it's not on *my* path anyway), and secondly it's not marked
> executable.
>
> %.c %.h: %.gwp
> g-wrap-guile $^
Hmm... my src/g-wrap/Makefile.in uses the above form.
>
>
> Instead, they should look like this:
>
> %.c %.h: %.gwp
> $(SHELL) $(top_srcdir)/g-wrap-guile $^
>
> That's fine enough, but doing this results in g-wrap-guile complaining:
>
> ERROR: In procedure gsubr-apply in expression (scm-error (quote misc-error) #f ...):
> ERROR: no such module (site g-wrap)
Also:
$ cd ~/src/gnucash/
$ find . -name 'g-wrap-guile' -exec ls -l {} \;
-rw-rw-r-- 1 bkelly users 655 Aug 9 21:31 ./lib/g-wrap/guile/g-wrap-guile
-rwxr-xr-x 1 bkelly users 655 Aug 11 20:57
./lib/g-wrap-install/bin/g-wrap-guile
Do you have g-wrap-guile in lib/g-wrap-install/bin? I imagine its placed there during
the make process after its been massaged somewhat. I don't really know, however...
anyone more experienced with the project know?
Anyway, all I can think of is that your missing a debian package needed to compile. If
your sure thats not the case I'm at a loss. Sorry!
- Ben
----- %< -------------------------------------------- >% ------
The GnuCash / X-Accountant Mailing List
To unsubscribe, send mail to [EMAIL PROTECTED] and
put "unsubscribe gnucash-devel [EMAIL PROTECTED]" in the body