aspell-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [aspell-devel] aspell-0.50.3 compile error


From: Kevin Atkinson
Subject: Re: [aspell-devel] aspell-0.50.3 compile error
Date: Mon, 13 Jan 2003 06:27:17 -0500 (EST)

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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]