Re: [CIL users] beginners questions

2012-04-28 Thread srikanth vaindam
this problem is solved. in main.ml I added "simpletest.feature;". when I captilized the s in "simpletest.feature" it compiled well. (Simpletest.feature). Best Regards, Srikanth Vaindam On Fri, Apr 27, 2012 at 10:02 PM, srikanth vaindam < srikanth.vain...@gmail.com> wrote: > I have an OCaml p

Re: [CIL users] beginners questions

2012-04-27 Thread srikanth vaindam
I have an OCaml program (WordCount.ml) which I am trying to add to src/ext/. 1. I modified cil's Makefile. added the name of my program to CILLY_LIBRARY_MODULES variable. (should I modify Makefile.in also?) 2. What should I add the cil.ml file to make it recognize my program.? 3. Should I add anyt