aspell-devel
[Top][All Lists]
Advanced

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

[aspell-devel] Building 0.50.3 with HP-UX C++ compiler


From: Albert Chin
Subject: [aspell-devel] Building 0.50.3 with HP-UX C++ compiler
Date: Wed, 8 Jan 2003 06:56:18 -0600
User-agent: Mutt/1.4i

Any of these error messages of any merit (the future errors are really
warnings):

aCC -DHAVE_CONFIG_H -I. -I. -I../../../common -I../../../common +O2 -AA -z 
+Onofltacc +ESlit +DAportable +Oentrysched +Odataprefetch +Onolimit -c data.cpp 
 +Z -DPIC -o .libs/data.o
Error (future) 641: "../../../common/vector.hpp", line 22 # Undeclared
    variable 'end'. A variable with the same name exists in a template base
    class, but is not visible according to the Standard lookup rules (See
    [temp.dep], 14.6.2(3) in the C++ Standard). You can make it visible by
    writing 'this->end'.
          insert(end(), begin, begin+size);
                 ^^^                       
Error (future) 641: "../../../common/vector.hpp", line 25 # Undeclared
    variable 'front'. A variable with the same name exists in a template base
    class, but is not visible according to the Standard lookup rules (See
    [temp.dep], 14.6.2(3) in the C++ Standard). You can make it visible by
    writing 'this->front'.
          return &front();
                  ^^^^^   
Error (future) 641: "../../../common/vector.hpp", line 29 # Undeclared
    variable 'begin'. A variable with the same name exists in a template base
    class, but is not visible according to the Standard lookup rules (See
    [temp.dep], 14.6.2(3) in the C++ Standard). You can make it visible by
    writing 'this->begin'.
          return &*begin();
                   ^^^^^   
Error (future) 641: "../../../common/vector.hpp", line 32 # Undeclared
    variable 'end'. A variable with the same name exists in a template base
    class, but is not visible according to the Standard lookup rules (See
    [temp.dep], 14.6.2(3) in the C++ Standard). You can make it visible by
    writing 'this->end'.
          return &*end();
                   ^^^   
Error 194: "data.hpp", line 49 # Const or reference member 'name' does not
    appear in the base/member initializer list.
          FileName() {clear();}
          ^^^^^^^^             
Error 194: "data.hpp", line 50 # Const or reference member 'name' does not
    appear in the base/member initializer list.
          explicit FileName(ParmString str) {set(str);}
                   ^^^^^^^^                            
Error 194: "data.hpp", line 51 # Const or reference member 'name' does not
    appear in the base/member initializer list.
          FileName(const FileName & other) {copy(other);}
          ^^^^^^^^                                       
Warning 307: "data.hpp", line 318 # Function defines return type, but contains
    no return at end of function.
        virtual StringEnumeration * elements() const {abort();} //FIXME
                                    ^^^^^^^^                           
Error 742: "data.cpp", line 105 # Source type const char *const and target
    type const char *& in a const_cast can only differ in their qualifiers
        const_cast<const char * &>(name) = path.c_str() + (other.name - other.p
                                   ^^^^                                        
Error 742: "data.cpp", line 111 # Source type const char *const and target
    type const char *& in a const_cast can only differ in their qualifiers
        const_cast<const char * &>(name) = path.c_str();
                                   ^^^^                 
Error 742: "data.cpp", line 126 # Source type const char *const and target
    type const char *& in a const_cast can only differ in their qualifiers
        const_cast<const char * &>(name) = path.c_str() + i;
                                   ^^^^                     

-- 
albert chin (address@hidden)




reply via email to

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