Hi there, I have been trying to compile chessd in Windows using make -f Makefile.2. I am getting the error message Package ikseme1 was not found in the pkg-config search path. Perhaps you should add the directory containing 'ikseme1.pc' to the PKG_CONFIG_PATH environment variable. No package 'ikseme1' found.
And then I have a similar message with package 'libpqxx'.
I can see there is a reference to ikseme1 in Component.cc line 22, #include <iksemel.h>. But ikseme1.h doesn't seem to exist??
I am using Windows Vista Ultimate. I have installed MSYS, MingW, gimp and pkg-config in order to get it to compile but still no joy.
Can you please help. Thanks!