On Thu, 22 Nov 2012, Jan Kundrát wrote:
On Thursday, 22 November 2012 09:55:01 CEST, David Lang wrote:
make[2]: *** No rule to make target
`../../../src/Imap/Model/Logging.h', needed by `MessageView.o'.
Stop.
Hi David,
I'm afraid you'll have to run `make clean`, qmake is not particularly happy
with moved files (which is the case here). I believe that I've done everythig
correctly from my side -- pointers to how to do this better are welcome.
I actually tried that already. It didn't work so I did the qmake step as well
and am still getting the error. should I just nuke the entire workdir and check
it out from git again?
David Lang