dashboard errors on linux

2006-12-27 Thread Bill Hoffman
Looks like on Dec 20th this commit: http://public.kitware.com/KDE/Testing/Sites/curie.fam.tuwien.ac.at/Linux-c++/20061220-1300-Continuous/Update.html Caused these errors: http://public.kitware.com/KDE/Testing/Sites/curie.fam.tuwien.ac.at/Linux-c++/20061220-1300-Continuous/BuildError.html And th

Re: dashboard errors on linux

2006-12-27 Thread David Faure
On Wednesday 27 December 2006 19:54, Bill Hoffman wrote: > Looks like on Dec 20th this commit: > > http://public.kitware.com/KDE/Testing/Sites/curie.fam.tuwien.ac.at/Linux-c++/20061220-1300-Continuous/Update.html This is going to be my fault, I can see ;-) > Caused these errors: > > http://publi

Re: dashboard errors on linux

2006-12-27 Thread Bill Hoffman
David Faure wrote: > > /.../kdelibs/kwallet/client/kwallet.cc:108: error: expected type-specifier > before "org". > This is when the qdbuscpp2xml invocation fails. > It could happen when "moc" wasn't in the $PATH. > But this has been fixed in qt-copy now. > Can you try updating qt-copy? > Sorry

Re: dashboard errors on linux

2006-12-30 Thread Alexander Neundorf
On Wednesday 27 December 2006 22:06, Bill Hoffman wrote: > David Faure wrote: > > /.../kdelibs/kwallet/client/kwallet.cc:108: error: expected > > type-specifier before "org". This is when the qdbuscpp2xml invocation > > fails. > > It could happen when "moc" wasn't in the $PATH. > > But this has bee

Re: dashboard errors on linux

2006-12-30 Thread Thiago Macieira
Alexander Neundorf wrote: >On Wednesday 27 December 2006 22:06, Bill Hoffman wrote: >> David Faure wrote: >> > /.../kdelibs/kwallet/client/kwallet.cc:108: error: expected >> > type-specifier before "org". This is when the qdbuscpp2xml >> > invocation fails. >> > It could happen when "moc" wasn't in

Re: dashboard errors on linux

2006-12-31 Thread Alexander Neundorf
On Sunday 31 December 2006 01:18, you wrote: > Alexander Neundorf wrote: > >On Wednesday 27 December 2006 22:06, Bill Hoffman wrote: > >> David Faure wrote: > >> > /.../kdelibs/kwallet/client/kwallet.cc:108: error: expected > >> > type-specifier before "org". This is when the qdbuscpp2xml > >> > in

Re: dashboard errors on linux

2006-12-31 Thread Simon Hausmann
On Sunday 31 December 2006 11:34, Alexander Neundorf wrote: > On Sunday 31 December 2006 01:18, you wrote: > > Alexander Neundorf wrote: > > >On Wednesday 27 December 2006 22:06, Bill Hoffman wrote: > > >> David Faure wrote: > > >> > /.../kdelibs/kwallet/client/kwallet.cc:108: error: expected > > >

Re: dashboard errors on linux

2006-12-31 Thread Thiago Macieira
Alexander Neundorf wrote: >So we require tracking qt-copy which requires a lot of time to recompile > it correctly (at least on my system svn up; make; doesn't work, it > doesn't seem to rebuild everything it should, I always do a fresh > build), but we cannot require our developers to update cmake

Re: dashboard errors on linux

2006-12-31 Thread Alexander Neundorf
On Sunday 31 December 2006 12:19, Simon Hausmann wrote: ... > You have to do a fresh build when qt-copy gets updated to a whole new Qt > version, but when small fixes (like Thiago's) are applied it is enough to > rebuild incrementally. And even then you don't have to do that every day. > Not every