Autobuild of tdeadmin (kcron) fails at KTView.
ktview.cpp: In member function ‘void KTView::create()’: ktview.cpp:372:20: error: ‘TQ_CHECK_PTR’ was not declared in this scope ktview.cpp: In member function ‘void KTView::edit()’: ktview.cpp:380:20: error: ‘TQ_CHECK_PTR’ was not declared in this scope make[2]: *** [ktview.o] Error 1 make[2]: Leaving directory `/tmp/tdeadmin/kcron' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/tdeadmin' make: *** [all] Error 2
Here is the snippet: void KTView::create() { KTListItem* ktli = (KTListItem*)listView->currentItem(); if ((ktli->text(0) != KTListTasks::getDescription()) && (ktli->text(0) != KTListVars::getDescription())) { ktli = (KTListItem*)ktli->parent(); } TQ_CHECK_PTR(ktli); ktli->create(); listView->triggerUpdate(); }
Autobuild of tdeadmin (kcron) fails at KTView.
ktview.cpp: In member function void KTView::create(): ktview.cpp:372:20: error: TQ_CHECK_PTR was not declared in this scope ktview.cpp: In member function void KTView::edit(): ktview.cpp:380:20: error: TQ_CHECK_PTR was not declared in this scope make[2]: *** [ktview.o] Error 1 make[2]: Leaving directory `/tmp/tdeadmin/kcron' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/tdeadmin' make: *** [all] Error 2
Here is the snippet: void KTView::create() { KTListItem* ktli = (KTListItem*)listView->currentItem(); if ((ktli->text(0) != KTListTasks::getDescription()) && (ktli->text(0) != KTListVars::getDescription())) { ktli = (KTListItem*)ktli->parent(); } TQ_CHECK_PTR(ktli); ktli->create(); listView->triggerUpdate(); }
Rebuild tqtinterface and this problem should disappear. If not you could let me know, but my own autobuilds would probably catch it today or tomorrow anyway. ;-)
Tim
Thanks. All seems hunky dory now.
Jay
On Fri, Feb 17, 2012 at 7:09 PM, Darrell Anderson humanreadable@yahoo.comwrote:
Autobuild of tdeadmin (kcron) fails at KTView.
Doesn't help you directly, but yesterday I built all core and main suite packages from the (then) latest GIT.
Darrell
To unsubscribe, e-mail: trinity-devel-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-devel-help@lists.pearsoncomputing.net Read list messages on the web archive: http://trinity-devel.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting