Browse thread
dypgen and ocaml 3.08
- skaller
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | skaller <skaller@u...> |
| Subject: | dypgen and ocaml 3.08 |
Hi, I just tried to build Felix on my Cygwin system and got a weird problem. I'm using dypgen as a parser generator. Cygwin is using Ocaml 3.08 (is anyone maintaining the Cygwin package?) Dypgen is generating polymorphic variants for grammar symbols (to avoid the 246 constructor limit). What happens is ocamlopt.opt happily compiles the dypgen generated parser file .. it gives no errors .. but it doesn't actually produce a cmx file. I'm rather baffled .. does anyone have any clues? It's only the flx_parser.ml file that doesn't work, all the other ml files generate cmx like they should. -- John Skaller <skaller at users dot sf dot net> Felix, successor to C++: http://felix.sf.net