The problem is that you're doing something I didn't anticipate ... importing from a C file when the input language is Ruby.
Adrian Iñaki Baz Castillo wrote: > El Martes, 3 de Febrero de 2009, Iñaki Baz Castillo escribió: >> Hi, I want to set the "main" value of a Ragel dynamically based on the >> content of a "main.h" file. Note however that I run Ragel using Ruby as >> host language. > > Ok, I've solved it using replacing the "main := xxxx" string with "sed" > before > running ragel. > > _______________________________________________ ragel-users mailing list [email protected] http://www.complang.org/mailman/listinfo/ragel-users
