errors compiling Guppi-0.35.2.tar.gz
Derek Atkins
warlord@MIT.EDU
25 Jan 2001 22:33:08 -0500
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
>
>
>
> --------------F4C45CDA0D065F75CC419221
> Content-Type: text/html; charset=us-ascii
> Content-Transfer-Encoding: 7bit
>
> <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
> <html>
> I tried the --disable-guppi option and now I get g-wrap errors:
> <p>./autogen.sh --enable-opt-style-install --disable-guppi --prefix=/opt5.3
> > & autogen.err.txt
> <br>make > & make.err.txt
> <p>Making all in guile
> <br>make[3]: Entering directory `/home/devel/gnucash-1.5.3-org/src/guile'
> <br>FLAVOR=gnome guile -c \
> <br> "(set! %load-path
> (cons \"/usr/share/guile\" %load-path)) \
> <br> (primitive-load
> \"./gnc.gwp\") \
> <br> (gw:generate-module
> \"gnc\")"
> <p>;;; WARNING (no code for module (g-wrap output-file))
> <p>;;; WARNING (no code for module (g-wrap sorting))
> <p>;;; WARNING (no code for module (g-wrap g-translate))
> <br>ERROR: Unbound variable: text->outfile
> <br>make[3]: *** [gnc.c] Error 2
> <br>make[3]: Leaving directory `/home/devel/gnucash-1.5.3-org/src/guile'
> <br>make[2]: *** [all-recursive] Error 1
> <br>make[2]: Leaving directory `/home/devel/gnucash-1.5.3-org/src'
> <br>make[1]: *** [all-recursive] Error 1
> <br>make[1]: Leaving directory `/home/devel/gnucash-1.5.3-org'
> <br>make: *** [all-recursive-am] Error 2
> <p>I just installed g-wrap-1.1.9.tar.gz, replacing g-wrap-1.1.4.tar.gz,
> which gave the same error.
> <p>Gilligan
> <p>Derek Atkins wrote:
> <blockquote TYPE=CITE>You can use the --disable-guppi argument to configure
> (or autogen.sh)
> <br>to compile without guppi support. I find this useful on e.g.
> RH6.2
> <br>which does not ship with Guppi.
> <p>-derek
> <p>Richard -Gilligan- Uschold <uschold@cs.ucf.edu> writes:
> <p>> --------------8F8BC7AE7D7CBFFB21149390
> <br>> Content-Type: text/plain; charset=us-ascii
> <br>> Content-Transfer-Encoding: 7bit
> <br>>
> <br>> I'm trying to compile the latest unstable gnucash, which now requires
> <br>> Guppi, so, I got: Guppi-0.35.2.tar.gz from
> <br>> www.gnucash.org/pub/guppi/source/
> <br>>
> <br>> make gives the following error:
> <br>>
> <br>> ...
> <br>> guppi-alpha-template.c:1036: syntax error before `*'
> <br>> guppi-alpha-template.c:1051: `face' undeclared (first use in this
> <br>> function)
> <br>> guppi-alpha-template.c:1051: (Each undeclared identifier is reported
> <br>> only once
> <br>> guppi-alpha-template.c:1051: for each function it appears in.)
> <br>> ...
> <br>>
> <br>> I'm running on Mandrake 7.0 I've successfully complied the
> latest a
> <br>> month or so ago. I need this so I can incorporate the recent
> tax/txf
> <br>> bug fix to the latest unstable version.
> <br>>
> <br>> --
> <br>>
> <br>> Gilligan
> |
> __o .oooO
> <br>>
> /|
> _ \<,_ (
> )
> <br>>
> /p|\
> (_)/ (_) \ (
> Oooo.
> <br>>
> / | \
> ------------ \_)
> ( )
> <br>>
> ========
> ) /
> <br>>
> ======== gilligan@mpinet.net
> (_/
> <br>>
> ~~~~~~~~~~~~~~~~ uschold@cs.ucf.edu
> <br>>
> <br>> _______________________________________________
> <br>> gnucash-devel mailing list
> <br>> gnucash-devel@lists.gnumatic.com
> <br>> <a href="http://www.gnumatic.com/cgi-bin/mailman/listinfo/gnucash-devel">http://www.gnumatic.com/cgi-bin/mailman/listinfo/gnucash-devel</a>
> <p>--
> <br> Derek Atkins, SB '93 MIT EE, SM
> '95 MIT Media Laboratory
> <br> Member, MIT Student Information
> Processing Board (SIPB)
> <br> URL: <a href="http://web.mit.edu/warlord/">http://web.mit.edu/warlord/</a>
> PP-ASEL-IA N1NWH
> <br> warlord@MIT.EDU
> PGP key available</blockquote>
>
> <pre>--
>
> Gilligan | __o .oooO
> /| _ \<,_ ( )
> /p|\ (_)/ (_) \ ( Oooo.
> / | \ ------------ \_) ( )
> ======== ) /
> ======== gilligan@mpinet.net (_/
> ~~~~~~~~~~~~~~~~ uschold@cs.ucf.edu</pre>
> </html>
>
> --------------F4C45CDA0D065F75CC419221--
>
>
> _______________________________________________
> 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