On Thu, 9 Jan 2003, [iso-8859-2] Martin MOKREJŠ wrote:

> On Wed, 8 Jan 2003, Kevin Atkinson wrote:
> 
> Hi,
>   yes that helped, but I've hit another problem:

Please turn off warnings as it just adds clutter.

> cxx: Error: readonly_ws.cpp, line 761: namespace "std" has no member
>           "streampos"
>       std::streampos start = data_head.head_size;
> -----------^
> cxx: Error: readonly_ws.cpp, line 761: expected a ";"
>       std::streampos start = data_head.head_size;
> ---------------------^
> cxx: Error: readonly_ws.cpp, line 779: identifier "start" is undefined
>         final_hash[i] = OUT.tell() - start;
> -------------------------------------^
> cxx: Error: readonly_ws.cpp, line 834: identifier "start" is undefined
>       data_head.word_block_size = round_up(OUT.tell() - start + 1l,
> --------------------------------------------------------^
> cxx: Error: readonly_ws.cpp, line 857: namespace "std" has no member
>           "streampos"
>       std::streampos start = OUT.tell();
> -----------^
> cxx: Error: readonly_ws.cpp, line 857: expected a ";"
>       std::streampos start = OUT.tell();
> ---------------------^
> cxx: Error: readonly_ws.cpp, line 880: identifier "start" is undefined
>         final_hash[i] = OUT.tell() - start;
> -------------------------------------^
> cxx: Error: readonly_ws.cpp, line 887: identifier "start" is undefined
>         = round_up(OUT.tell() - start, page_size);
> --------------------------------^

Try Replacing "std::streampos" with "unsigned long".

-- 
http://kevin.atkinson.dhs.org




_______________________________________________
Aspell-devel mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/aspell-devel

Reply via email to