Hello all

I try to compile agar 1.4 under MSYS environment on windows XP 32b.
There is problem with directories.

make gives error:
core.h:12:24: fatal error: core/types.h: No such file or directory

and it's true; type.h lays in the same "core" directory so prefix "core/"
is invalid;

After that I modified core/makefile by adding
-I/home/me/agar-1.4.0 option;

But the problem was bigger that I thought.
Now make gives error:
c:/PRG/tools/msys/home/me/agar-1.4.0/core/types.h:8:37: fatal error:
agar/config/have_cygwin.h: No such file or directory

And it is true too.
full path is:
/home/me/agar-1.4.0/config or "../config" from a "core" directory 


am I doing something wrong or something is wrong with the project paths?


Best regrds for all

_______________________________________________
Agar mailing list
[email protected]
http://libagar.org/lists.html

Reply via email to