I'm trying to install Sablot on AIX. I downloaded Sablot and Expat, unpacked
them, copied the Expat directory to the Sablot directory, and ran ./configure.
But when I run make I get this:
Making all in Expat
make: 1254-002 Cannot find a rule to create target xmltok.c from dependencies.
Stop.
Make: 1254-004 The error code from the last command is 1.
Stop.
I'm not a make genious, but I figure if you can't find a rule then there's no
Makefile. What I'm really confused by is its trying to create target xmltok.c?
I'm very confused and must be doing something wrong.