[Rosegarden-devel] cmake testing

2006-11-14 Thread Chris Cannam
Not bad so far. Things I tried: * Running the cmake 2.0.0 I have on the system, just to see what would happen. Result: pass. It complains and bombs out. It's not 100% clear that the failure is connected to the complaint about the cmake version, but there's enough to make you very

Re: [Rosegarden-devel] cmake testing

2006-11-14 Thread D. Michael McIntyre
On Tuesday 14 November 2006 10:22 am, Chris Cannam wrote: -- I tried going into ccmake and editing the install directory there, but it seems to set it back to /usr as soon as I press the configure key. Also, I'd prefer to know how to do it without using an interactive tool. Where does ccmake

Re: [Rosegarden-devel] cmake testing

2006-11-14 Thread D. Michael McIntyre
On Tuesday 14 November 2006 12:54 pm, D. Michael McIntyre wrote: Gonna try a clean tree, in case I have some cruft problem. I didn't see any conflicts though. Nope. Same problem. cmake version 2.4-patch 3 The changing the prefix thing is really unintuitive and a pain in the ass too, if it

Re: [Rosegarden-devel] cmake testing

2006-11-14 Thread Chris Cannam
Silvan: Looking at ccmake myself, I get some error about unknown something KDE_DCOP_BLAH. Then I eventually poke my way to a screen where That's odd, your experience is different from mine (using the 2.4.3 binary from the cmake.org site). I don't get any errors, I just get the page of

Re: [Rosegarden-devel] cmake testing

2006-11-14 Thread D. Michael McIntyre
On Tuesday 14 November 2006 1:17 pm, Chris Cannam wrote: That's odd, your experience is different from mine (using the 2.4.3 binary from the cmake.org site). I don't get any errors, I just get the page of options straight away, and... I built cmake from source, I guess you realize from my

Re: [Rosegarden-devel] cmake testing

2006-11-14 Thread Pedro Lopez-Cabanillas
On Tuesday, 14 November 2006 16:22, Chris Cannam wrote: We do get some reports of: /home/studio/rosegarden/reorganisation/src/gui/dialogs/EventFilterDialog.h: 188:Warning: Unexpected variable declaration. and so on for lines up to 220 when generating EventFilterDialog.moc -- a conditional

Re: [Rosegarden-devel] cmake testing

2006-11-14 Thread Pedro Lopez-Cabanillas
On Tuesday, 14 November 2006 18:54, D. Michael McIntyre wrote: Looking at ccmake myself, I get some error about unknown something KDE_DCOP_BLAH. Can you please copy-and-paste the screen output, or give a more detailed explanation? Regards, Pedro

Re: [Rosegarden-devel] cmake testing

2006-11-14 Thread Pedro Lopez-Cabanillas
On Tuesday, 14 November 2006 16:22, Chris Cannam wrote: We do get some reports of: /home/studio/rosegarden/reorganisation/src/gui/dialogs/EventFilterDialog.h: 188:Warning: Unexpected variable declaration. and so on for lines up to 220 when generating EventFilterDialog.moc -- a conditional

Re: [Rosegarden-devel] cmake testing

2006-11-14 Thread D. Michael McIntyre
On Tuesday 14 November 2006 2:27 pm, Pedro Lopez-Cabanillas wrote: On Tuesday, 14 November 2006 18:54, D. Michael McIntyre wrote: Looking at ccmake myself, I get some error about unknown something KDE_DCOP_BLAH. Can you please copy-and-paste the screen output, or give a more detailed

Re: [Rosegarden-devel] cmake testing

2006-11-14 Thread Pedro Lopez-Cabanillas
On Tuesday, 14 November 2006 20:46, D. Michael McIntyre wrote: On Tuesday 14 November 2006 2:27 pm, Pedro Lopez-Cabanillas wrote: On Tuesday, 14 November 2006 18:54, D. Michael McIntyre wrote: Looking at ccmake myself, I get some error about unknown something KDE_DCOP_BLAH. Can you

Re: [Rosegarden-devel] cmake testing

2006-11-14 Thread D. Michael McIntyre
On Tuesday 14 November 2006 3:13 pm, Pedro Lopez-Cabanillas wrote: $ cmake . Hah. Arighty then, nothing to see here. You have to understand I'm trying to do 10 things at once today. Remember how the reorganize-makefile had to be built from src/? So I ccmake src to get the error.