On Thu, 23 Oct 2003, Dan Sugalski wrote:
> On Wed, 22 Oct 2003, Melvin Smith wrote:
>
> > I propose a Halloween release. Nothing fancy, just something fun. :)
> > We should be able to reach some sort of minor milestone to
> > justify it I'm sure.
>
> Oct 31, the screaming pumkin release? :) Sounds good -- lets see where we
> stand on Monday and go from there.
Well on Solaris, I found a few problems. They don't stand in the way of
"something fun", but they do need fixing.
1. MANIFEST error. imcc/unit.h was missing.
2. Configure.pl warning:
Determining some signal stuff... (sigaction) (setitimer) done.
Determining if your C library has setenv / unsetenv...Use of uninitialized value in
string ne at (eval 21) line 91, <IN> chunk 10.
(no) done.
Generating config.h...done.
3. Fatal error in Makefile.
make: Fatal error in reader: Makefile, line 650: Unmatched `)' on line
The problem is the Parrot/Config.pm variable gc_c. Here's what it's set
to:
'gc_c' => '1000 3100 2004 2000 1000SRC)/resources$(O): $(GENERAL_H_FILES)
$(SRC)/resources.c
I don't know why it has '1000 3100 2004 2000 1000SRC)' instead of the
expected $(SRC). Anybody have any ideas?
I've fixed that by hand and have started running 'make' and
'make test'. I'll next have a chance to look at the output tomorrow.
--
Andy Dougherty [EMAIL PROTECTED]