Ok, installed gmake and Expat installed using the Sablot Makefile. However when it gets to the Sablot/engine it fails: sablot.h:72: `dllimport' was not declared in this scope sablot.h:73: ANSI C++ forbids declaration `__declspec' with no type sablot.h:73: syntax error before `int' And of course these errors are repeated quite a few more times for sablot.h. If you know how to fix this please let me know. Thanks, Walker. The following is one of the responses to the old thread: Re: [Sab] make error -------------------------------------------------------------------------------- To: [EMAIL PROTECTED] Subject: Re: [Sab] make error From: Pavel Hlavnicka <[EMAIL PROTECTED]> Date: Wed, 13 Dec 2000 08:32:55 +0100 References: <[EMAIL PROTECTED]> User-Agent: Mozilla/5.0 (X11; U; Linux 2.2.14-5.0 i686; en-US; m18) Gecko/20001202 -------------------------------------------------------------------------------- You have to use the GNU's version of the make utility, obviously called 'gmake'. You may meet another problems on AIX (runtime crashes). In this case we can send you pre-release version, which should work for you. Pavel [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. -- Pavel Hlavnicka Ginger Alliance Ltd. Prague; Czech Republic
