--------------B5E29571013CF0A6E318564B
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
a) I uninstalled 1.1.4 with: make uninstall from the original compile.
b) I had not, but after deleting config.cache, I get the same errors.
I did find one problem, the make install from the 1.1.9 tarball did not set other read and execute permissions. This seems to be a problem with the majority of tarballs I install. Unfortunately, I tend to forget this if I haven't built one in a month or so.
After setting the permissions, I get a slightly different error:
...
Making all in guile
make[3]: Entering directory `/home/devel/gnucash-1.5.3-org/src/guile'
FLAVOR=gnome guile -c \
"(set! %load-path (cons \"/usr/share/guile\" %load-path)) \
(primitive-load \"./gnc.gwp\") \
(gw:generate-module \"gnc\")"
ERROR: get-type: type not found: gw:wct
make[3]: *** [gnc.c] Error 2
make[3]: Leaving directory `/home/devel/gnucash-1.5.3-org/src/guile'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/devel/gnucash-1.5.3-org/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/devel/gnucash-1.5.3-org'
make: *** [all-recursive-am] Error 2
I did a file search and found two "g-wrap-config" files. Could this a problem?
cd /
find . -xdev -name "*g-wrap*" -print
/usr/bin/g-wrap*
/usr/bin/g-wrap-config*
/usr/local/bin/g-wrap-config*
/usr/local/info/g-wrap.info
/usr/local/lib/libg-wrap-runtime-guile.so.2.0.0*
/usr/local/lib/libg-wrap-runtime-guile.so.2 -> libg-wrap-runtime-guile.so.2.0.0*
/usr/local/lib/libg-wrap-runtime-guile.so -> libg-wrap-runtime-guile.so.2.0.0*
/usr/local/lib/libg-wrap-runtime-guile.la*
/usr/local/lib/libg-wrap-runtime-guile.a
/usr/local/include/g-wrap-runtime-guile.h
/usr/local/share/aclocal/g-wrap.m4
/usr/share/guile/g-wrap/
/usr/share/guile/site/g-wrap/
/usr/share/guile/g-wrapped/
/usr/share/guile/g-wrap.scm
Gilligan
Derek Atkins wrote:
> Are you sure that:
> a) you uninstalled 1.1.4 properly?
> b) cleared your config.cache before running the autogen?
>
> I certainly cannot replicate this behavior on my system.
>
> -derek
>
> Richard -Gilligan- Uschold <uschold@cs.ucf.edu> writes:
>
> > --------------F4C45CDA0D065F75CC419221
> > Content-Type: text/plain; charset=us-ascii
> > Content-Transfer-Encoding: 7bit
> >
> > I tried the --disable-guppi option and now I get g-wrap errors:
> >
> > ./autogen.sh --enable-opt-style-install --disable-guppi --prefix=/opt5.3 > & autogen.err.txt
> > make > & make.err.txt
> >
> > Making all in guile
> > make[3]: Entering directory `/home/devel/gnucash-1.5.3-org/src/guile'
> > FLAVOR=gnome guile -c \
> > "(set! %load-path (cons \"/usr/share/guile\" %load-path)) \
> > (primitive-load \"./gnc.gwp\") \
> > (gw:generate-module \"gnc\")"
> >
> > ;;; WARNING (no code for module (g-wrap output-file))
> >
> > ;;; WARNING (no code for module (g-wrap sorting))
> >
> > ;;; WARNING (no code for module (g-wrap g-translate))
> > ERROR: Unbound variable: text->outfile
> > make[3]: *** [gnc.c] Error 2
> > make[3]: Leaving directory `/home/devel/gnucash-1.5.3-org/src/guile'
> > make[2]: *** [all-recursive] Error 1
> > make[2]: Leaving directory `/home/devel/gnucash-1.5.3-org/src'
> > make[1]: *** [all-recursive] Error 1
> > make[1]: Leaving directory `/home/devel/gnucash-1.5.3-org'
> > make: *** [all-recursive-am] Error 2
> >
> > I just installed g-wrap-1.1.9.tar.gz, replacing g-wrap-1.1.4.tar.gz, which gave the same error.
> >
> > Gilligan
> >
> > Derek Atkins wrote:
> >
> > > You can use the --disable-guppi argument to configure (or autogen.sh)
> > > to compile without guppi support. I find this useful on e.g. RH6.2
> > > which does not ship with Guppi.
> > >
> > > -derek
> > >
> > > Richard -Gilligan- Uschold <uschold@cs.ucf.edu> writes:
> > >
> > > > --------------8F8BC7AE7D7CBFFB21149390
> > > > Content-Type: text/plain; charset=us-ascii
> > > > Content-Transfer-Encoding: 7bit
> > > >
> > > > I'm trying to compile the latest unstable gnucash, which now requires
> > > > Guppi, so, I got: Guppi-0.35.2.tar.gz from
> > > > www.gnucash.org/pub/guppi/source/
> > > >
> > > > make gives the following error:
> > > >
> > > > ...
> > > > guppi-alpha-template.c:1036: syntax error before `*'
> > > > guppi-alpha-template.c:1051: `face' undeclared (first use in this
> > > > function)
> > > > guppi-alpha-template.c:1051: (Each undeclared identifier is reported
> > > > only once
> > > > guppi-alpha-template.c:1051: for each function it appears in.)
> > > > ...
> > > >
> > > > I'm running on Mandrake 7.0 I've successfully complied the latest a
> > > > month or so ago. I need this so I can incorporate the recent tax/txf
> > > > bug fix to the latest unstable version.
> > > >
> > > > --
> > > >
> > > > Gilligan | __o .oooO
> > > > /| _ \<,_ ( )
> > > > /p|\ (_)/ (_) \ ( Oooo.
> > > > / | \ ------------ \_) ( )
> > > > ======== ) /
> > > > ======== gilligan@mpinet.net (_/
> > > > ~~~~~~~~~~~~~~~~ uschold@cs.ucf.edu
> > > >
> > > > _______________________________________________
> > > > gnucash-devel mailing list
> > > > gnucash-devel@lists.gnumatic.com
> > > > http://www.gnumatic.com/cgi-bin/mailman/listinfo/gnucash-devel
> > >
> > > --
> > > Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
> > > Member, MIT Student Information Processing Board (SIPB)
> > > URL: http://web.mit.edu/warlord/ PP-ASEL-IA N1NWH
> > > warlord@MIT.EDU PGP key available
> >
--
Gilligan | __o .oooO
/| _ \<,_ ( )
/p|\ (_)/ (_) \ ( Oooo.
/ | \ ------------ \_) ( )
======== ) /
======== gilligan@mpinet.net (_/
~~~~~~~~~~~~~~~~ uschold@cs.ucf.edu
--------------B5E29571013CF0A6E318564B
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
a) I uninstalled 1.1.4 with: make uninstall from the original
compile.
b) I had not, but after deleting config.cache, I get the same errors.
I did find one problem, the make install from the 1.1.9
tarball did not set other read and execute permissions. This seems
to be a problem with the majority of tarballs I install. Unfortunately,
I tend to forget this if I haven't built one in a month or so.
After setting the permissions, I get a slightly different error:
...
Making all in guile
make[3]: Entering directory `/home/devel/gnucash-1.5.3-org/src/guile'
FLAVOR=gnome guile -c \
"(set! %load-path
(cons \"/usr/share/guile\" %load-path)) \
(primitive-load
\"./gnc.gwp\") \
(gw:generate-module
\"gnc\")"
ERROR: get-type: type not found: gw:wct
make[3]: *** [gnc.c] Error 2
make[3]: Leaving directory `/home/devel/gnucash-1.5.3-org/src/guile'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/devel/gnucash-1.5.3-org/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/devel/gnucash-1.5.3-org'
make: *** [all-recursive-am] Error 2
I did a file search and found two "g-wrap-config" files. Could
this a problem?
cd /
find . -xdev -name "*g-wrap*" -print
/usr/bin/g-wrap*
/usr/bin/g-wrap-config*
/usr/local/bin/g-wrap-config*
/usr/local/info/g-wrap.info
/usr/local/lib/libg-wrap-runtime-guile.so.2.0.0*
/usr/local/lib/libg-wrap-runtime-guile.so.2 -> libg-wrap-runtime-guile.so.2.0.0*
/usr/local/lib/libg-wrap-runtime-guile.so -> libg-wrap-runtime-guile.so.2.0.0*
/usr/local/lib/libg-wrap-runtime-guile.la*
/usr/local/lib/libg-wrap-runtime-guile.a
/usr/local/include/g-wrap-runtime-guile.h
/usr/local/share/aclocal/g-wrap.m4
/usr/share/guile/g-wrap/
/usr/share/guile/site/g-wrap/
/usr/share/guile/g-wrapped/
/usr/share/guile/g-wrap.scm
Gilligan
Derek Atkins wrote:
Are you sure that:
a) you uninstalled 1.1.4
properly?
b) cleared your config.cache
before running the autogen?
I certainly cannot replicate this behavior on my system.
-derek
Richard -Gilligan- Uschold <uschold@cs.ucf.edu> writes:
> --------------F4C45CDA0D065F75CC419221
> Content-Type: text/plain; charset=us-ascii
> Content-Transfer-Encoding: 7bit
>
> I tried the --disable-guppi option and now I get g-wrap errors:
>
> ./autogen.sh --enable-opt-style-install --disable-guppi --prefix=/opt5.3
> & autogen.err.txt
> make > & make.err.txt
>
> Making all in guile
> make[3]: Entering directory `/home/devel/gnucash-1.5.3-org/src/guile'
> FLAVOR=gnome guile -c \
> "(set!
%load-path (cons \"/usr/share/guile\" %load-path)) \
>
(primitive-load \"./gnc.gwp\") \
>
(gw:generate-module \"gnc\")"
>
> ;;; WARNING (no code for module (g-wrap output-file))
>
> ;;; WARNING (no code for module (g-wrap sorting))
>
> ;;; WARNING (no code for module (g-wrap g-translate))
> ERROR: Unbound variable: text->outfile
> make[3]: *** [gnc.c] Error 2
> make[3]: Leaving directory `/home/devel/gnucash-1.5.3-org/src/guile'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/home/devel/gnucash-1.5.3-org/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/devel/gnucash-1.5.3-org'
> make: *** [all-recursive-am] Error 2
>
> I just installed g-wrap-1.1.9.tar.gz, replacing g-wrap-1.1.4.tar.gz,
which gave the same error.
>
> Gilligan
>
> Derek Atkins wrote:
>
> > You can use the --disable-guppi argument to configure (or autogen.sh)
> > to compile without guppi support. I find this useful on e.g.
RH6.2
> > which does not ship with Guppi.
> >
> > -derek
> >
> > Richard -Gilligan- Uschold <uschold@cs.ucf.edu> writes:
> >
> > > --------------8F8BC7AE7D7CBFFB21149390
> > > Content-Type: text/plain; charset=us-ascii
> > > Content-Transfer-Encoding: 7bit
> > >
> > > I'm trying to compile the latest unstable gnucash, which now
requires
> > > Guppi, so, I got: Guppi-0.35.2.tar.gz from
> > > www.gnucash.org/pub/guppi/source/
> > >
> > > make gives the following error:
> > >
> > > ...
> > > guppi-alpha-template.c:1036: syntax error before `*'
> > > guppi-alpha-template.c:1051: `face' undeclared (first use in
this
> > > function)
> > > guppi-alpha-template.c:1051: (Each undeclared identifier is reported
> > > only once
> > > guppi-alpha-template.c:1051: for each function it appears in.)
> > > ...
> > >
> > > I'm running on Mandrake 7.0 I've successfully complied
the latest a
> > > month or so ago. I need this so I can incorporate the recent
tax/txf
> > > bug fix to the latest unstable version.
> > >
> > > --
> > >
> > > Gilligan
|
__o .oooO
> > >
/|
_ \<,_ (
)
> > >
/p|\
(_)/ (_) \ (
Oooo.
> > >
/ | \
------------ \_)
( )
> > >
========
) /
> > >
======== gilligan@mpinet.net
(_/
> > >
~~~~~~~~~~~~~~~~ uschold@cs.ucf.edu
> > >
> > > _______________________________________________
> > > gnucash-devel mailing list
> > > gnucash-devel@lists.gnumatic.com
> > > http://www.gnumatic.com/cgi-bin/mailman/listinfo/gnucash-devel
> >
> > --
> > Derek Atkins, SB '93
MIT EE, SM '95 MIT Media Laboratory
> > Member, MIT Student Information
Processing Board (SIPB)
> > URL: http://web.mit.edu/warlord/
PP-ASEL-IA N1NWH
> > warlord@MIT.EDU
PGP key available
>
--
Gilligan | __o .oooO
/| _ \<,_ ( )
/p|\ (_)/ (_) \ ( Oooo.
/ | \ ------------ \_) ( )
======== ) /
======== gilligan@mpinet.net (_/
~~~~~~~~~~~~~~~~ uschold@cs.ucf.edu