[71] in bug-owl
Re: owl 1.2.2 won't build
daemon@ATHENA.MIT.EDU (Erik Nygren)
Tue Aug 20 00:19:21 2002
To: Stephen Gildea <gildea@alum.mit.edu>
cc: bug-owl@mit.edu
In-reply-to: Your message of "Sat, 17 Aug 2002 20:10:58 EDT."
<200208180010.UAA20851@pacific-carrier-annex.mit.edu>
Date: Tue, 20 Aug 2002 00:19:18 -0400
From: Erik Nygren <nygren@MIT.EDU>
Message-Id: <E17h0UA-0008OK-00@gaia.bay13.org>
If you "make clean" or otherwise make sure that perlglue.c gets removed,
does this problem clear up? (That file is autogenerated...)
Erik
> Fewer build problems this time, but problems still.
>
> readconfig.c built fine.
>
> perlglue.c had the same problem as last time:
>
> perlglue.c: In function `XS_owl_command':
> perlglue.c:27: `aTHX_' undeclared (first use in this function)
> perlglue.c:27: (Each undeclared identifier is reported only once
> perlglue.c:27: for each function it appears in.)
> perlglue.c:27: parse error before string constant
> perlglue.c:34: `dXSTARG' undeclared (first use in this function)
> perlglue.c:39: `targ' undeclared (first use in this function)
> perlglue.c:39: `XSprePUSH' undeclared (first use in this function)
> perlglue.c: In function `XS_owl_send_zwrite':
> perlglue.c:51: `aTHX_' undeclared (first use in this function)
> perlglue.c:51: parse error before string constant
> perlglue.c: In function `XS_owl_ztext_stylestrip':
> perlglue.c:69: `aTHX_' undeclared (first use in this function)
> perlglue.c:69: parse error before string constant
> perlglue.c:76: `dXSTARG' undeclared (first use in this function)
> perlglue.c:81: `targ' undeclared (first use in this function)
> perlglue.c:81: `XSprePUSH' undeclared (first use in this function)
> perlglue.c: In function `boot_owl':
> perlglue.c:94: warning: unused variable `items'
>
> perl -v says:
> This is perl, version 5.005_03 built for sun4-solaris
>
> view.c needs
> #include <stdlib.h>
> for the declaration of abs()
>
> Thanks for ">>"--I'm looking forward to that!