I tried the "--with-g-wrap-prefix=DIR" option and it failed.

Specifically, with g-wrap-0.9.12.tar.gz
./configure > configure.err
make > make.err
make install > make.install

find . -xdev -name "*g-wrap*" -print
/usr/local/bin/g-wrap
/usr/local/bin/g-wrap-config
/usr/local/info/g-wrap.info
/usr/local/include/g-wrap.h
/usr/local/share/aclocal/g-wrap.m4
/usr/local/libexec/g-wrap-guile
/usr/share/guile/site/g-wrap.scm
/usr/share/guile/site/g-wrap

Then with g-wrap-1.1.9-1.tar.gz
rm config.cache
./configure --prefix=/usr/local/opt5.3/g-wrap > configure.err
make clean
make > make.err
make install > make.install

find . -xdev -name "*g-wrap*" -print
/usr/local/bin/g-wrap
/usr/local/bin/g-wrap-config
/usr/local/info/g-wrap.info
/usr/local/include/g-wrap.h
/usr/local/share/aclocal/g-wrap.m4
/usr/local/libexec/g-wrap-guile
/usr/local/opt5.3/g-wrap
/usr/local/opt5.3/g-wrap/info/g-wrap.info
/usr/local/opt5.3/g-wrap/bin/g-wrap-config
/usr/local/opt5.3/g-wrap/lib/libg-wrap-runtime-guile.so.2.0.0
/usr/local/opt5.3/g-wrap/lib/libg-wrap-runtime-guile.so.2
/usr/local/opt5.3/g-wrap/lib/libg-wrap-runtime-guile.so
/usr/local/opt5.3/g-wrap/lib/libg-wrap-runtime-guile.la
/usr/local/opt5.3/g-wrap/lib/libg-wrap-runtime-guile.a
/usr/local/opt5.3/g-wrap/include/g-wrap-runtime-guile.h
/usr/local/opt5.3/g-wrap/share/guile/g-wrap
/usr/local/opt5.3/g-wrap/share/guile/g-wrapped
/usr/local/opt5.3/g-wrap/share/guile/g-wrap.scm
/usr/local/opt5.3/g-wrap/share/aclocal/g-wrap.m4
/usr/share/guile/site/g-wrap.scm
/usr/share/guile/site/g-wrap

on 2001-Jan-28 had retrieved an all new copy of latest:
cvs -d :pserver:[EMAIL PROTECTED]:/home/cvs/cvsroot login
cvs -z3 -d :pserver:[EMAIL PROTECTED]:/home/cvs/cvsroot co gnucash

in the gnucash latest unstable directory:

make distclean
./autogen.sh  --with-g-wrap-prefix=/usr/local/opt5.3/g-wrap --enable-opt-style-install --disable-guppi --prefix=/opt5.3  > & autogen.err.txt

Which produced several errors:

checking for guile... /usr/bin/guile
./configure: G_WRAP_CONFIG: command not found
checking for g-wrap - version >= 1.1.5... ./configure: --version: command not found
./configure: --version: command not found
./configure: --version: command not found
yes
checking for g-wrap compile args... ./configure: --c-compile-args: command not found
checking for g-wrap link args... ./configure: --c-link-args: command not found
checking for g-wrap module directory... ./configure: --guile-module-directory: command not found

needless to say, the make also failed:
ERROR: no such module (g-wrap)

Gilligan

Dave Peticolas wrote:

> So, how do I build the development version and not have it conflict
> with the existing 1.4.8?

You will need to compile one of the g-wraps (I suggest 1.1.8) and
install it in a separate location (say /usr/local/opt/g-wrap).
You will need to pass --with-g-wrap-prefix=DIR where DIR is the
directory you choose to install g-wrap.

You use the prefix argument to configure (--prefix=/usr/local/opt/g-wrap)
to specify where to install g-wrap.

dave

_______________________________________________
gnucash-devel mailing list
[EMAIL PROTECTED]
http://www.gnumatic.com/cgi-bin/mailman/listinfo/gnucash-devel

-- 

Gilligan            |                    __o           .oooO
                   /|                  _ \<,_          (   )
                  /p|\                (_)/ (_)          \ (   Oooo.
                 /  | \             ------------         \_)  (   )
                ========                                       ) /
                 ========       [EMAIL PROTECTED]           (_/
             ~~~~~~~~~~~~~~~~   [EMAIL PROTECTED]
 


Reply via email to