building from source.

Derek Atkins derek at ihtfp.com
Thu Nov 7 18:21:08 EST 2013


Hi,

On Thu, November 7, 2013 5:00 pm, Steve wrote:

>> GUILE_MODULE_AVAILABLE is defined in /usr/share/aclocal/guile.m4 (at
>> least on my F18 system).  On my system this is in guile-devel, but in
>> F18 it's guile-1.8, not guile-2.  Make sure you have that file
>> installed; you may need to find the right package using 'yum provides'
>>
>> > Steve
>
> Derek,
>
> These are the guile packages I have installed:
> $ rpm -qa | grep guile
> guile-lib-0.1.6-5.fc18.noarch
> guile-2.0.9-1.fc19.i686
> compat-guile18-1.8.8-6.fc19.i686
> compat-guile18-devel-1.8.8-6.fc19.i686
> guile-devel-2.0.9-1.fc19.i686


It is possible you have too many guile packages installed.
What do you get from:

  guile -v

> The guile.m4 file is installed:
> $ ls -l /usr/share/aclocal/guile.m4
> -rw-r--r--. 1 root root 11295 Apr 15  2013 /usr/share/aclocal/guile.m4
>
> and GUILE_MODULE_AVAILABLE is used in a couple of places:
>
> [steve at localhost aclocal]$ grep -v '^#' /usr/share/aclocal/* | grep -A 4
> GUILE_MODULE_AVAILABLE
> /usr/share/aclocal/guile.m4:AC_DEFUN([GUILE_MODULE_AVAILABLE],
> /usr/share/aclocal/guile.m4:         [GUILE_MODULE_CHECK($1,$2,0,is
> available)
> /usr/share/aclocal/guile.m4:         ])
> /usr/share/aclocal/guile.m4:
> /usr/share/aclocal/guile.m4:AC_DEFUN([GUILE_MODULE_REQUIRED],
> /usr/share/aclocal/guile.m4:
> [GUILE_MODULE_AVAILABLE(ac_guile_module_required, ($1))
> /usr/share/aclocal/guile.m4:          if test "$ac_guile_module_required"
> = "no" ; then
> /usr/share/aclocal/guile.m4:              AC_MSG_ERROR([required guile
> module not found: ($1)])
> /usr/share/aclocal/guile.m4:          fi
> /usr/share/aclocal/guile.m4:         ])

Did you re-run autogen.sh?  If not, do that and then re-run configure.

> Steve

> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.

-derek

-- 
       Derek Atkins                 617-623-3745
       derek at ihtfp.com             www.ihtfp.com
       Computer and Internet Security Consultant



More information about the gnucash-user mailing list