Usogres - Compilation Error - Mailing list pgsql-general

From
Subject Usogres - Compilation Error
Date
Msg-id 20030813115921.9006.qmail@hm28.locaweb.com.br
Whole thread Raw
List pgsql-general
Hello gusy!!! I'm trying to compile the latest version of usogres that I downloaded from

the link:

http://usogres.good-day.net/install.php3

But when I try to compile (see errors below). I even changed the gcc,
but no sucess, same error.
Well, I hope someone can help me, thanks!
I'm using Red Hat 8.0, and gcc 3.2.2-5.

Thanks!

In file included from exception.cc:26:
exception.h:40: looser throw specifier for `virtual
 UsogresException::~UsogresException()'
/usr/include/c++/3.2.2/exception:54:   overriding `virtual
 std::exception::~exception() throw ()'
exception.h:40: looser throw specifier for `virtual
 UsogresException::~UsogresException()'
/usr/include/c++/3.2.2/exception:54:   overriding `virtual
 std::exception::~exception() throw ()'
exception.h:40: looser throw specifier for `virtual
 UsogresException::~UsogresException()'
/usr/include/c++/3.2.2/exception:54:   overriding `virtual
 std::exception::~exception() throw ()'
exception.h:47: looser throw specifier for `virtual const char*
 ImcompletedValueException::what() const'
/usr/include/c++/3.2.2/exception:57:   overriding `virtual const char*
 std::exception::what() const throw ()'
exception.h:47: looser throw specifier for `virtual const char*
 ImcompletedValueException::what() const'
/usr/include/c++/3.2.2/exception:57:   overriding `virtual const char*
 std::exception::what() const throw ()'
exception.h:53: looser throw specifier for `virtual const char*
 MemoryException::what() const'
/usr/include/c++/3.2.2/exception:57:   overriding `virtual const char*
 std::exception::what() const throw ()'
exception.h:53: looser throw specifier for `virtual const char*
 MemoryException::what() const'
/usr/include/c++/3.2.2/exception:57:   overriding `virtual const char*
 std::exception::what() const throw ()'
exception.h:59: looser throw specifier for `virtual const char*
 FileException::what() const'
/usr/include/c++/3.2.2/exception:57:   overriding `virtual const char*
 std::exception::what() const throw ()'
exception.h:59: looser throw specifier for `virtual const char*
 FileException::what() const'
/usr/include/c++/3.2.2/exception:57:   overriding `virtual const char*
 std::exception::what() const throw ()'
exception.h:65: looser throw specifier for `virtual const char*
 EnvException::what() const'
/usr/include/c++/3.2.2/exception:57:   overriding `virtual const char*
 std::exception::what() const throw ()'
exception.h:65: looser throw specifier for `virtual const char*
 EnvException::what() const'
/usr/include/c++/3.2.2/exception:57:   overriding `virtual const char*
 std::exception::what() const throw ()'
exception.h:71: looser throw specifier for `virtual const char*
 FileFormatException::what() const'
/usr/include/c++/3.2.2/exception:57:   overriding `virtual const char*
 std::exception::what() const throw ()'
exception.h:71: looser throw specifier for `virtual const char*
 FileFormatException::what() const'
/usr/include/c++/3.2.2/exception:57:   overriding `virtual const char*
 std::exception::what() const throw ()'
exception.h:77: looser throw specifier for `virtual const char*
 TokenFormatException::what() const'
/usr/include/c++/3.2.2/exception:57:   overriding `virtual const char*
 std::exception::what() const throw ()'
exception.h:77: looser throw specifier for `virtual const char*
 TokenFormatException::what() const'
/usr/include/c++/3.2.2/exception:57:   overriding `virtual const char*
 std::exception::what() const throw ()'
exception.h:83: looser throw specifier for `virtual const char*
 LogicalException::what() const'
/usr/include/c++/3.2.2/exception:57:   overriding `virtual const char*
 std::exception::what() const throw ()'
exception.h:83: looser throw specifier for `virtual const char*
 LogicalException::what() const'
/usr/include/c++/3.2.2/exception:57:   overriding `virtual const char*
 std::exception::what() const throw ()'
exception.h:89: looser throw specifier for `virtual const char*
 InvalidProtocolException::what() const'
/usr/include/c++/3.2.2/exception:57:   overriding `virtual const char*
 std::exception::what() const throw ()'
exception.h:89: looser throw specifier for `virtual const char*
 InvalidProtocolException::what() const'
/usr/include/c++/3.2.2/exception:57:   overriding `virtual const char*
 std::exception::what() const throw ()'
make[2]: *** [exception.o] Error 1
make[2]: Leaving directory `/var/all/gustavo/usogres-0.8.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/all/gustavo/usogres-0.8.1'
make: *** [all-recursive-am] Error 2

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Vacuuming unicode database
Next
From: proghome@silesky.com (krystoffff)
Date:
Subject: How to get the total number of rows with a query "limit" ?