Herman,
a typical catch might be that the default 'make' on your system is not
the GNU make. Try 'gmake'.
Apparently the makefile *was* found, and xmltok.c is one of the targets,
but the makefile syntax is not recognized.
Tom Kaiser
[EMAIL PROTECTED] wrote:
>
> 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.