qtunit-devel Mailing List for QtUnit
Brought to you by:
gbevin
You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
(4) |
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|
From: Geert B. <gb...@uw...> - 2002-06-14 07:18:20
|
Hello, this mailinglist has been moved to be hosted on http://www.uwyn.com. All further communication should be done through there and the sourceforge project will soon be shut down. If you want to continue to be subscribed, you should visit http://uwyn.com/mailman/listinfo/qtunit-devel Best regards and sorry for the inconvenience, Geert Bevin -- Geert Bevin Uwyn "Use what you need" Lambermontlaan 148 http://www.uwyn.com 1030 Brussels gb...@uw... Tel & Fax +32 2 245 41 06 |
From: Geert B. <gb...@uw...> - 2002-03-15 17:25:22
|
I released QtUnit 0.9.6 which compiles cleanly with gcc 3.0.4. Sorry for the delay, gcc didn't have a working package on the distribution I'm using. -- Geert Bevin Uwyn "Use what you need" Lambermontlaan 148 http://www.uwyn.com 1030 Brussels gb...@uw... Tel & Fax +32 2 245 41 06 |
From: Geert B. <gb...@uw...> - 2002-03-06 22:15:47
|
Compiling gcc 3.0.4 atm, I'll keep you posted. On Wed, 2002-03-06 at 23:14, Christoph Bartoschek wrote: > Am Mittwoch, 6. M=E4rz 2002 22:45 schrieben Sie: > > Could you tell me which version you are trying? > > v0.9.5 has been released with gcc 3.0.3 related fixes. I haven't had > > time yet to make an announcement or to update the homepage. You can > > just download it from http://sourceforge.net/projects/qtunit > > I'll install gcc 3.0.4 and do some tests myself. >=20 >=20 > version 0.9.5 compiles, but there are a lot of warnings like >=20 > "../../src/framework/TestRunner.h", line 38: warning #858: type=20 > qualifier on return type is meaningless >=20 > const int countTests() const; >=20 >=20 > and=20 >=20 >=20 > "../../src/guirunner/GuiProjectPropertiesBase.h", line 25: warning #64:=20 > declaration does not declare anything >=20 > class be_theleaf_qtunit::GuiProjectModules; >=20 > Ponto >=20 --=20 Geert Bevin Uwyn "Use what you need" Lambermontlaan 148 http://www.uwyn.com 1030 Brussels gb...@uw... Tel & Fax +32 2 245 41 06 |
From: Geert B. <gb...@uw...> - 2002-03-06 21:45:13
|
Could you tell me which version you are trying? v0.9.5 has been released with gcc 3.0.3 related fixes. I haven't had time yet to make an announcement or to update the homepage. You can just download it from http://sourceforge.net/projects/qtunit I'll install gcc 3.0.4 and do some tests myself. On Wed, 2002-03-06 at 22:34, Christoph Bartoschek wrote: > Hello, > > I've just downloaded QtUnit and tried to compile it both with intels > icc and g++ 3.0.4, but they won't compile it, because exception is in > the std namespace. > > After adding > > using namespace std; > > in QtUnitException.h everything compiled with intels compiler. g++ gave > me the error > > In file included from framework/QtUnitException.cpp:2: > framework/QtUnitException.h:18: looser throw specifier for `virtual > be_theleaf_qtunit::QtUnitException::~QtUnitException()' > /home/ponto/software/gcc/include/g++-v3/exception:53: overriding > `virtual > std::exception::~exception() throw ()' > > I had no time to test it yet. But it looks promising > > Ponto > > _______________________________________________ > Qtunit-devel mailing list > Qtu...@li... > https://lists.sourceforge.net/lists/listinfo/qtunit-devel > -- Geert Bevin Uwyn "Use what you need" Lambermontlaan 148 http://www.uwyn.com 1030 Brussels gb...@uw... Tel & Fax +32 2 245 41 06 |
From: Christoph B. <bar...@gm...> - 2002-03-06 21:30:14
|
Hello, I've just downloaded QtUnit and tried to compile it both with intels icc and g++ 3.0.4, but they won't compile it, because exception is in the std namespace. After adding using namespace std; in QtUnitException.h everything compiled with intels compiler. g++ gave me the error In file included from framework/QtUnitException.cpp:2: framework/QtUnitException.h:18: looser throw specifier for `virtual be_theleaf_qtunit::QtUnitException::~QtUnitException()' /home/ponto/software/gcc/include/g++-v3/exception:53: overriding `virtual std::exception::~exception() throw ()' I had no time to test it yet. But it looks promising Ponto |