[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Aspell-user] Compiling under Solaris 8, Sun Forte 6 compiler
From: |
John Patrick Poet |
Subject: |
[Aspell-user] Compiling under Solaris 8, Sun Forte 6 compiler |
Date: |
Wed, 23 Apr 2003 18:02:36 -0600 (MDT) |
Trying to compile aspell under Solaris 8, using Sun's Forte 6 compiler.
I have made a few easy fixes to some of the headers, but the following
compiler errors have me stumped:
"readonly_ws.cpp", line 197: Error: Redefining acommon::hash<acommon::K> after
use in aspeller_default_readonly_ws::ReadOnlyWS::SoundslikeLookupParms.
"vector_hash.hpp", line 60: Error: iterator_traits is not a member of std.
"readonly_ws.cpp", line 262: Where: While specializing
"aspeller::VHTIterator<aspeller::VectorHashTable<aspeller_default_readonly_ws::ReadOnlyWS::WordLookupParms>::ConstParms>".
"readonly_ws.cpp", line 262: Where: Specialized in non-template code.
"vector_hash.hpp", line 60: Error: A declaration does not specify a tag or an
identifier.
"readonly_ws.cpp", line 262: Where: While specializing
"aspeller::VHTIterator<aspeller::VectorHashTable<aspeller_default_readonly_ws::ReadOnlyWS::WordLookupParms>::ConstParms>".
"readonly_ws.cpp", line 262: Where: Specialized in non-template code.
"vector_hash.hpp", line 60: Error: Use ";" to terminate declarations.
"readonly_ws.cpp", line 262: Where: While specializing
"aspeller::VHTIterator<aspeller::VectorHashTable<aspeller_default_readonly_ws::ReadOnlyWS::WordLookupParms>::ConstParms>".
"readonly_ws.cpp", line 262: Where: Specialized in non-template code.
"vector_hash.hpp", line 60: Error: "}" expected instead of "<".
"readonly_ws.cpp", line 262: Where: While specializing
"aspeller::VHTIterator<aspeller::VectorHashTable<aspeller_default_readonly_ws::ReadOnlyWS::WordLookupParms>::ConstParms>".
"readonly_ws.cpp", line 262: Where: Specialized in non-template code.
"readonly_ws.cpp", line 262: Error: at_end is not a member of const
aspeller::VHTIterator<aspeller::VectorHashTable<aspeller_default_readonly_ws::ReadOnlyWS::WordLookupParms>::ConstParms>.
"readonly_ws.cpp", line 265: Error: The operation "* const
aspeller::VHTIterator<aspeller::VectorHashTable<aspeller_default_readonly_ws::ReadOnlyWS::WordLookupParms>::ConstParms>"
is illegal.
"readonly_ws.cpp", line 265: Error: The operation "* const
aspeller::VHTIterator<aspeller::VectorHashTable<aspeller_default_readonly_ws::ReadOnlyWS::WordLookupParms>::ConstParms>"
is illegal.
"vector_hash.hpp", line 243: Error: A typedef name cannot be used in an
elaborated type specifier..
"vector_hash.hpp", line 261: Where: While specializing
"aspeller::VectorHashTable<aspeller_default_readonly_ws::ReadOnlyWS::WordLookupParms>::FindIterator".
"vector_hash.hpp", line 261: Where: Specialized in
aspeller::VectorHashTable<aspeller_default_readonly_ws::ReadOnlyWS::WordLookupParms>::ConstFindIterator.
"readonly_ws.cpp", line 406: Where: Specialized in non-template code.
"readonly_ws.cpp", line 438: Error: at_end is not a member of
aspeller::VHTIterator<aspeller::VectorHashTable<aspeller_default_readonly_ws::ReadOnlyWS::SoundslikeLookupParms>::ConstParms>.
"readonly_ws.cpp", line 441: Error: The operation "*
aspeller::VHTIterator<aspeller::VectorHashTable<aspeller_default_readonly_ws::ReadOnlyWS::SoundslikeLookupParms>::ConstParms>"
is illegal.
"readonly_ws.cpp", line 459: Error: at_end is not a member of const
aspeller::VHTIterator<aspeller::VectorHashTable<aspeller_default_readonly_ws::ReadOnlyWS::WordLookupParms>::ConstParms>.
"readonly_ws.cpp", line 463: Error: The operation "* const
aspeller::VHTIterator<aspeller::VectorHashTable<aspeller_default_readonly_ws::ReadOnlyWS::WordLookupParms>::ConstParms>"
is illegal.
"readonly_ws.cpp", line 537: Error: The operation "*
aspeller::VHTIterator<aspeller::VectorHashTable<aspeller_default_readonly_ws::ReadOnlyWS::SoundslikeLookupParms>::ConstParms>"
is illegal.
"readonly_ws.cpp", line 615: Error: Redefining acommon::hash<acommon::K> after
use in std::pair<const char*,
aspeller_default_readonly_ws::SoundslikeLookupParms::List>.
"readonly_ws.cpp", line 614: Where: While specializing "std::pair<const
char*, aspeller_default_readonly_ws::SoundslikeLookupParms::List>".
"readonly_ws.cpp", line 614: Where: Specialized in non-template code.
"vector_hash.hpp", line 243: Error: A typedef name cannot be used in an
elaborated type specifier..
"vector_hash.hpp", line 270: Where: While specializing
"aspeller::VectorHashTable<aspeller_default_readonly_ws::WordLookupParms>::FindIterator".
"vector_hash.hpp", line 270: Where: Specialized in
aspeller::VectorHashTable<aspeller_default_readonly_ws::WordLookupParms>::MutableFindIterator.
"readonly_ws.cpp", line 683: Where: Specialized in non-template code.
"vector_hash.hpp", line 60: Error: iterator_traits is not a member of std.
etc, etc, etc.
Anyone able to compile this package with Sun's compiler?
Thanks,
John
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Aspell-user] Compiling under Solaris 8, Sun Forte 6 compiler,
John Patrick Poet <=