[69] in bug-owl
owl 1.2.2 won't build
daemon@ATHENA.MIT.EDU (Stephen Gildea)
Sat Aug 17 20:10:18 2002
Message-Id: <200208180010.UAA20851@pacific-carrier-annex.mit.edu>
From: Stephen Gildea <gildea@alum.mit.edu>
To: bug-owl@mit.edu
In-Reply-To: Message from kretch@MIT.EDU of 17 Aug 2002 18:20:37 EDT
<200208172220.SAA09536@mission-control.mit.edu>
Date: Sat, 17 Aug 2002 20:10:58 -0400
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!