errors compiling Guppi-0.35.2.tar.gz

Derek Atkins warlord@MIT.EDU
27 Jan 2001 08:53:25 -0500


Richard -Gilligan- Uschold <uschold@cs.ucf.edu> writes:

> a) I uninstalled 1.1.4 with:  make uninstall  from the original compile.

Ahh -- personally I don't trust "make uninstall"...  This is one
reason I prefer to build an RPM out of any package before I install it
:)

> 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.

This would be a problem.  Another reason to use RPM ;)

[error snipped]

> I did a file search and found two "g-wrap-config" files.  Could this
> a problem?

Um, yea.  It looks like you have remnants of multiple g-wrap systems
installed.  I suggest that you rm everything you see below here, then
re-install g-wrap, then clear your config.cache, and then reconfigure
gnucash....

Good Luck,

-derek

> 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">
> <html>
> a) I uninstalled 1.1.4 with:&nbsp; make uninstall&nbsp; from the original
> compile.
> <p>b) I had not, but after deleting config.cache, I get the same errors.
> <p>I did find one problem, the&nbsp; make install&nbsp; from the 1.1.9
> tarball did not set other read and execute permissions.&nbsp; This seems
> to be a problem with the majority of tarballs I install.&nbsp; Unfortunately,
> I tend to forget this if I haven't built one in a month or so.
> <p>After setting the permissions, I get a slightly different error:
> <br>...
> <br>Making all in guile
> <br>make[3]: Entering directory `/home/devel/gnucash-1.5.3-org/src/guile'
> <br>FLAVOR=gnome guile -c \
> <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "(set! %load-path
> (cons \"/usr/share/guile\" %load-path)) \
> <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (primitive-load
> \"./gnc.gwp\") \
> <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (gw:generate-module
> \"gnc\")"
> <br>ERROR: get-type: type not found: gw:wct
> <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 did a file search and found two "g-wrap-config" files.&nbsp; Could
> this a problem?
> <p>cd /
> <br>find . -xdev -name "*g-wrap*" -print
> <br>/usr/bin/g-wrap*
> <br>/usr/bin/g-wrap-config*
> <br>/usr/local/bin/g-wrap-config*
> <br>/usr/local/info/g-wrap.info
> <br>/usr/local/lib/libg-wrap-runtime-guile.so.2.0.0*
> <br>/usr/local/lib/libg-wrap-runtime-guile.so.2 -> libg-wrap-runtime-guile.so.2.0.0*
> <br>/usr/local/lib/libg-wrap-runtime-guile.so -> libg-wrap-runtime-guile.so.2.0.0*
> <br>/usr/local/lib/libg-wrap-runtime-guile.la*
> <br>/usr/local/lib/libg-wrap-runtime-guile.a
> <br>/usr/local/include/g-wrap-runtime-guile.h
> <br>/usr/local/share/aclocal/g-wrap.m4
> <br>/usr/share/guile/g-wrap/
> <br>/usr/share/guile/site/g-wrap/
> <br>/usr/share/guile/g-wrapped/
> <br>/usr/share/guile/g-wrap.scm
> <p>Gilligan
> <p>Derek Atkins wrote:
> <blockquote TYPE=CITE>Are you sure that:
> <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; a) you uninstalled 1.1.4
> properly?
> <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; b) cleared your config.cache
> before running the autogen?
> <p>I certainly cannot replicate this behavior on my system.
> <p>-derek
> <p>Richard -Gilligan- Uschold &lt;uschold@cs.ucf.edu> writes:
> <p>> --------------F4C45CDA0D065F75CC419221
> <br>> Content-Type: text/plain; charset=us-ascii
> <br>> Content-Transfer-Encoding: 7bit
> <br>>
> <br>> I tried the --disable-guppi option and now I get g-wrap errors:
> <br>>
> <br>> ./autogen.sh --enable-opt-style-install --disable-guppi --prefix=/opt5.3
> > &amp; autogen.err.txt
> <br>> make > &amp; make.err.txt
> <br>>
> <br>> Making all in guile
> <br>> make[3]: Entering directory `/home/devel/gnucash-1.5.3-org/src/guile'
> <br>> FLAVOR=gnome guile -c \
> <br>>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "(set!
> %load-path (cons \"/usr/share/guile\" %load-path)) \
> <br>>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
> (primitive-load \"./gnc.gwp\") \
> <br>>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
> (gw:generate-module \"gnc\")"
> <br>>
> <br>> ;;; WARNING (no code for module (g-wrap output-file))
> <br>>
> <br>> ;;; WARNING (no code for module (g-wrap sorting))
> <br>>
> <br>> ;;; 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
> <br>>
> <br>> I just installed g-wrap-1.1.9.tar.gz, replacing g-wrap-1.1.4.tar.gz,
> which gave the same error.
> <br>>
> <br>> Gilligan
> <br>>
> <br>> Derek Atkins wrote:
> <br>>
> <br>> > You can use the --disable-guppi argument to configure (or autogen.sh)
> <br>> > to compile without guppi support.&nbsp; I find this useful on e.g.
> RH6.2
> <br>> > which does not ship with Guppi.
> <br>> >
> <br>> > -derek
> <br>> >
> <br>> > Richard -Gilligan- Uschold &lt;uschold@cs.ucf.edu> writes:
> <br>> >
> <br>> > > --------------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&nbsp; I've successfully complied
> the latest a
> <br>> > > month or so ago.&nbsp; I need this so I can incorporate the recent
> tax/txf
> <br>> > > bug fix to the latest unstable version.
> <br>> > >
> <br>> > > --
> <br>> > >
> <br>> > > Gilligan&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
> |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
> __o&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .oooO
> <br>> > >&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
> /|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
> _ \&lt;,_&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (&nbsp;&nbsp;
> )
> <br>> > >&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
> /p|\&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
> (_)/ (_)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \ (&nbsp;&nbsp;
> Oooo.
> <br>> > >&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
> /&nbsp; | \&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
> ------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \_)&nbsp;
> (&nbsp;&nbsp; )
> <br>> > >&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
> ========&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
> ) /
> <br>> > >&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
> ========&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; gilligan@mpinet.net&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
> (_/
> <br>> > >&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
> ~~~~~~~~~~~~~~~~&nbsp;&nbsp; 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>
> <br>> >
> <br>> > --
> <br>> >&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Derek Atkins, SB '93
> MIT EE, SM '95 MIT Media Laboratory
> <br>> >&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Member, MIT Student Information
> Processing Board&nbsp; (SIPB)
> <br>> >&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; URL: <a href="http://web.mit.edu/warlord/">http://web.mit.edu/warlord/</a>&nbsp;&nbsp;&nbsp;
> PP-ASEL-IA&nbsp;&nbsp;&nbsp;&nbsp; N1NWH
> <br>> >&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; warlord@MIT.EDU&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
> PGP key available
> <br>></blockquote>
> 
> <pre>--&nbsp;
> 
> Gilligan&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; __o&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .oooO
> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; _ \&lt;,_&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (&nbsp;&nbsp; )
> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /p|\&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (_)/ (_)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \ (&nbsp;&nbsp; Oooo.
> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /&nbsp; | \&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ------------&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \_)&nbsp; (&nbsp;&nbsp; )
> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ========&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ) /
> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ========&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; gilligan@mpinet.net&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (_/
> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ~~~~~~~~~~~~~~~~&nbsp;&nbsp; uschold@cs.ucf.edu</pre>
> &nbsp;</html>
> 
> --------------B5E29571013CF0A6E318564B--
> 

-- 
       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