|
From: Lark <lar...@ya...> - 2001-08-23 04:24:49
|
At 1:09 AM -0700 8/22/01, Cygnus wrote: >I just tried to compile the scanner from os x's command line and got the >same thing as Ben. Version of flex is 2.5.4, that's with the latest freely >available dev tools, the ones you can download for free, not any of the >developer seeds of the new ones. 2.5.4 is what I used as well. Please try this: Remove all the %option lines at the beginning of the file, and then pass the options on the command line instead: "flex -ipsvB8 -Cemr Scribia.l" If that doesn't work either, I have no idea. I still feel like it could be a line-ending problem though. -- Lark <lar...@ya...> |