I get the following compilation error on Windows XP:
C:\gretl\extra\simple_client.c:24:31: gretl/libgretl.h: No such file or
directory
Line 24 reads #include <gretl/libgretl.h>
I can only find the libgretl.h file in the lib\src folder. Shouldnt this
line be changed to just #include "libgretl.h" or am I doing something
wrong?
Secondly,
C:\gretl\gui2\about.c:22:19: build.h: No such file or directory
I cannot find any file named build.h in the current gretl source, although
I find a build.h file in an old source from gretl 1.7.7.
Andreas