From: | <gustavo-bartz(at)dextra(dot)com(dot)br> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Usogres - Compilation Error |
Date: | 2003-08-13 11:59:21 |
Message-ID: | 20030813115921.9006.qmail@hm28.locaweb.com.br |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | krystoffff | 2003-08-13 13:22:52 | Re: The database is very slow ! |
Previous Message | Martin Marques | 2003-08-13 11:55:01 | Re: PostGreSQL - Accessing It |