On Thursday 03 February 2011 02:36:08 David C. Rankin wrote: [...]
==> Packaging - trinity-kdebase-1218548 make: *** No rule to make target `install'. Stop. Aborting...
Looking at the Makefile generated in the out-of-source dir, it does NOT contain any install: target. Looking at the Makefile in the original trinity/kdebase directory is does contain install: install-recursive. My bet is that is what needs to be called. I don't know why kdebase is exhibiting this behavior with make targets when tqtinterface, arts, and kdelibs all had no problem with the install: target. Any ideas? I'll try calling make -f ../Makefile and see if that works.
add "-DBUILD_ALL=ON" to cmake arguments
Serghei, thank you for all of your help. You have really helped me get going on building Trinity. It is a lot to digest. Especially when I have not used cmake much at all, much less figuring out what to do when things go wrong. But, I'm learning ... slowly :)
Welcome.