vnmakarov / yaep

Yet Another Earley Parser
Other
135 stars 13 forks source link

make install doesn't install allocate.h #4

Open effbiae opened 7 years ago

effbiae commented 7 years ago

after make install, i try

~$ echo '#include<yaep.h>' >test.c ~$ gcc test.c In file included from test.c:1:0: /usr/local/include/yaep.h:47:22: fatal error: allocate.h: No such file or directory compilation terminated.

vnmakarov commented 7 years ago

Thank you for the report. I've just fixed this issue.