On Mon, 24 Apr 2000, Jeremy Creed wrote:

> Every time I try to compile the program I get these errors.  I have
> configured with no special requirements. Running Slackware:Linux  2.2.12

> ...
> readonly_ws.cc:268: `MAP_FAILED' undeclared (first use this function)
> ...

somewhere near the beginning of readonly_ws.cc add the following line

#define MAP_FAILED (-1)

the win32 version has this problem fixed as will the next version of
Aspell (.30.1) due out in about a week.

-- 
Kevin Atkinson
[EMAIL PROTECTED]
http://metalab.unc.edu/kevina/


_______________________________________________
aspell-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/aspell-user

Reply via email to