trecouvr/EasyCount

make all error

Closed this issue · 2 comments

on my ubuntu-12 64bit

Error: File "src/form/group/form_new.opa", line 18, characters 25-25, (18:25-18:25 | 307-307)
Syntax error
The error may be in the following citation, usually in the red part
(starting at âš) or just before:

name   = WFormBuilder.mk_field("Groupname:", WFormBuilder.text_field)
form = WFormBuilder.mk_form()

create_field(field) =âš
    WFormBuilder.render_field(form, field)

Maybe this error is due to the compiler, I did this project a long time ago and I used the old syntax (not the javascript one), I probably have some syntax error due to the evolution of the compiler.

Thanks,hope you will release a new version which use the new syntax . I found all the sample will match this compiler error.