Open effbiae opened 8 years ago
after make install, i try
make install
~$ 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.
~$ 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.
Thank you for the report. I've just fixed this issue.
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.