gnucash can't find g-wrap !

irger@fh-rosenheim.de irger@fh-rosenheim.de
Sat, 17 Mar 2001 12:02:42 +0100


Hi,

today i compiled g-wrap 1.1.9. (guile and swig too)
Then i changed into the gnucash 1.4.10 directory.

# cd gnucash-1.4.10
# ./configure --prefix=/opt/gnucash
...
...
...
checking gtk-xmhtml/gtk-xmhtml.h... yes
checking for gtk_xmhtml_new in -lgtkxmhtml... yes
checking for xmlDefaultSAXHandlerInit in -lxml... yes
checking for g-wrap-config... /usr/bin/g-wrap-config
checking for g-wrap... no
configure: error:

  g-wrap does not appear to be installed.  It must be installed and
  its binary directory must be in your PATH.  If you need to install
  g-wrap, you can find it at ftp://ftp.gnucash.org/pub/g-wrap.


#

That's it.
So i changed to g-wrap.

# cd ../g-wrap-1.1.9/

and find that only g-wrap-config is compiled and installed into
/usr/bin. But there are no errors when i compiled g-wrap with
./configure --prefix=/usr. ??

Please help

-Armin