cvs head compile error + fix
Bastiaan Van Eeckhoudt <[email protected]>
| Newsgroups | gmane.comp.emulators.winex.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi,
I'm compiling the cvs source on debian unstable.
I had a problem compiling the tools/wrc and tools/widl dirs. Some
googling gave me the following fix for the ppl.l file in both
directories:
--- ppl.l.orig 2004-01-05 23:37:51.000000000 +0100
+++ ppl.l 2004-01-05 23:32:17.000000000 +0100
@@ -30,7 +30,7 @@
* | {ws} # {ws} error {ws} {anytext} \n
* | {ws} # {ws} warning {ws} {anytext} \n
* | {ws} # {ws} line {ws} " {anytext} " {number} \n
- * | {ws} # {ws} {number} " {anytext} " {number} [{number}
[{number}]] \n
+ * | {ws} # {ws} {number} " {anytext} " {number} [{number}
[{number}] ] \n
* | {ws} # {ws} \n
*
* ws := [ \t\r\f\v]*
Note the space between the two square brackets. I seems to be a problem
related to m4.
Bastiaan
--
Bastiaan Van Eeckhoudt
bastiaan[at]vaneeckhoudt[dot]net