Dependancy problems on the latest unstable version

Dave Peticolas dave@krondo.com
Mon, 09 Oct 2000 03:03:09 -0700


Richard -Gilligan- Uschold writes:
> 
> I downloaded g-wrap-0.9.4.tar.gz (source) from ftp.gnucash.org
> ./configure
> make
> make install
> 
> Back in gnucash 1.5.2
> make distclean
> ./autogen.sh --enable-opt-style-install --prefix=/opt
> make >& make.err.txt
> ERRORS!
> gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I..   -I../engine   -I../gnome
> -I../register   -I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/in
> clude
> -I/usr/lib/glib/include -I/usr/X11R6/include       -g -O2 -Wall -Wunused
> -Wmissing-prototypes -Wmissing-declarations  -Wall
> -Werror-implicit-function-declaration -I/usr/local/include -I/usr/lib/glib/in
> clude
> -c gfec.c
> perl: warning: Setting locale failed.
> perl: warning: Please check that your locale settings:
>  LANGUAGE = "en",
>  LC_ALL = "en",
>  LANG = "en"

The above error indicates your locale environment variables
are not set up right (though I doubt that is causing your
main problem). If you are in the US, use 'en_US', not 'en'.


>     are supported and installed on your system.
> perl: warning: Falling back to the standard locale ("C").
> FLAVOR=gnome g-wrap --api c --target guile gnc.gwp
> /usr/local/bin/g-wrap:58:9: In procedure gsubr-apply in expression (execlp
> executable executable ...):
> /usr/local/bin/g-wrap:58:9: Permission denied
> 
> These are basically the same errors as before.  I included a few more lines
> preceding the actual error message.

The g-wrap installation process should have installed g-wrap-guile
as an executable program. Is that the case?

dave