hi,
(i did try googling re: this but didn't come across anything relevant.)
Might anybody know what to do to iron this out? Mac OS X 10.4.11.
many thanks!
$ rsync -avz rsync://www.bitc-lang.org/src.bitc/ bitc/
$ cd bitc/src
$ make
make -C . packages
make install
if [ ! -d BUILD ]; then \
mkdir -p BUILD; \
fi
bison -t -p bitc -v -d -o BUILD/BitcParser.cxx -y BitcParser.y
BitcParser.y:100: unrecognized: %parse_param
BitcParser.y:100: Skipping to next %
make[3]: *** [BUILD/BitcParser.cxx] Error 1
*** RECURSIVE BUILD STOPS ***
make[2]: *** [recurse] Error 1
make[1]: *** [packages] Error 2
make: *** [world] Error 2
_______________________________________________
bitc-dev mailing list
[email protected]
http://www.coyotos.org/mailman/listinfo/bitc-dev