PDA

View Full Version : Unexpected build errors in a Qt project



prykHetQuo
24th January 2010, 15:35
I am building an open source port scanner (currently working on a prototype), and I am getting unexpected errors for standard library headers, both with Qt 4.5.2 that comes with Ubuntu 9.10 x64, and Qt 4.4.3 that comes with Debian 5 x64.


I can't figure out why this happens, and I can't reproduce the problem with ISO C++ only code.


The source code is here: http://www.cpp-software.net/temp/P-S.zip


I am getting the errors inside the main() definition.

totem
24th January 2010, 17:04
take a look at your class definition, there miss the ';' in end of it

prykHetQuo
24th January 2010, 21:33
take a look at your class definition, there miss the ';' in end of it

You are right. Thanks.