The current releases should compile on gcc 3.0, or so other people that have tried this had said that it now does...if you have a specific patch for something that isn't correct for 3.0, I would be happy to take it in...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I completely agree with you, Mr. Sebastian Swain. I have recently downloaded CommonC++-1.9.0. I tried to compile it using GCC-3.0.1 but it has produced compilation errors. It seems that it has a conflict between GCC's include files located at /usr/include/g++-v3.
Can anyone help me out on this?
Here it is:
In file included from thread.cpp:44:
exception.h:73: looser throw specifier for 'virtual ost::Exception::~Exception()'
usr/include/g++-v3/exception:53: overriding 'virtual std::exception::~exception() throw ()'
make[1]: *** [thread.lo] Error 1
...
I would really appreciate all the help I can get.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There are any plans to use Common C++ together with GCC 3.0.x?
I tried to compile my code using the new GCC resulting in many errors.
Thank You
Sebastian Wain
The current releases should compile on gcc 3.0, or so other people that have tried this had said that it now does...if you have a specific patch for something that isn't correct for 3.0, I would be happy to take it in...
I completely agree with you, Mr. Sebastian Swain. I have recently downloaded CommonC++-1.9.0. I tried to compile it using GCC-3.0.1 but it has produced compilation errors. It seems that it has a conflict between GCC's include files located at /usr/include/g++-v3.
Can anyone help me out on this?
Here it is:
In file included from thread.cpp:44:
exception.h:73: looser throw specifier for 'virtual ost::Exception::~Exception()'
usr/include/g++-v3/exception:53: overriding 'virtual std::exception::~exception() throw ()'
make[1]: *** [thread.lo] Error 1
...
I would really appreciate all the help I can get.
I opened bug 479541 for this problem