this compiles fine:

1. tar zxvf dosemu-1.1.3.tgz
2. cd dosemu-1.1.3
3. make (press enter when it asks you to)


however, this errors out during compiling:

1. tar zxvf dosemu-1.1.3.tgz
2. cd dosemu-1.1.3
3. tar zxvf ../patchset-1.1.3.7.tgz
4. sh tmp/do_patch
5. make (press enter when it asks you to)


here's the compiler error:

bison -y -v -do parser.c  parser.y
parser.y:377.3: parse error, unexpected "|"
parser.y:377.26-68: $2 of `line' has no declared type
parser.y:378.20-63: $2 of `line' has no declared type
parser.y:378.20-74: $2 of `line' has no declared type
(mega snip)
parser.y:796.7-57: $1 of `line' has no declared type
make[3]: *** [parser.c] Error 1
make[3]: Leaving directory `/root/dosemu-1.1.3/src/base/init'
make[2]: *** [base/init] Error 2
make[2]: Leaving directory `/root/dosemu-1.1.3/src'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/root/dosemu-1.1.3'
make: *** [default] Error 2


i tried taking a look, but i've used flex and bison for one of my
programs, a long time ago, and frankly, they're both still a big black
bag of voodoo to me.  :(


any advice on what to do?  i'd like to use 1.1.3.7 (and stas' patches)
if possible.

thanks,
pete (who is now on the mailing list)

-- 
Fingerprint: B9F1 6CF3 47C4 7CD8 D33E 70A9 A3B9 1945 67EA 951D
-
To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to