Hey all,

I've been following parrot for a while and finally
decided to try it out. Anyway, I ran into a snag.
Hopefully this is the right place to report this.

Basically, IMCC fails to build on a fresh CVS 
checkout because of the dates on the imcparser.c
and imcparser.h files.

Looks like this is known (and happened a week ago
to someone else):

  http://nntp.x.perl.org/group/perl.perl6.internals/16419


After reading that, I fixed it with:

cd languages/imcc/
rm imcparser.*
cvs up
touch imcparser.*
make


But is there a better solution for first time
users? Maybe take the calls to bison out of 
the default Makefile or something?


Sincerely,
 
Michal J Wallace
Sabren Enterprises, Inc.
-------------------------------------
contact: [EMAIL PROTECTED]
hosting: http://www.cornerhost.com/
my site: http://www.withoutane.com/
--------------------------------------


Reply via email to