Linux version 2.6.32-40-generic (buildd@yellow) (gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) ) #87-Ubuntu SMP Tue Mar 6 00:56:56 UTC 2012
The debugger could not load the debugging helper library.
The debugging helper is used to nicely format the values of some Qt and Standard Library data types. It must be compiled for each used Qt version separately. This can be done in the Qt preferences page by selecting a Qt installation and clicking on 'Rebuild' in the 'Debugging Helper' row.
Не запускается дебаггер, установил с репозитария.
Нашел тред с похожей проблемой, но там про питон а не C++
http://qt-project.org/forums/viewthread/518
Вопрос: "Что делать с дебаггером в QTCreator'е"
Результат тестовой компиляции при помощи комманды qmake
abrakadabra@abrakadabra:~/Desktop/listings$ qmake 1file.cpp/home/abrakadabra/Desktop/listings/1file.cpp:3: Unknown test function: int main
/home/abrakadabra/Desktop/listings/1file.cpp:5: Unknown test function: QApplication app
/home/abrakadabra/Desktop/listings/1file.cpp:5: Parse Error ('QApplication app(argc, argv);')
/home/abrakadabra/Desktop/listings/1file.cpp:5: Unterminated conditional block at end of file
Error processing project file: 1file.cpp
Пройдясь в ручную(и щелкая по всем малолмальски пригодным для моих целей галочкам) нашел некий файл под названием libqt4-dbg.



Reply With Quote
Thanks
