On Wednesday 25 March 2009, Julie S wrote:
> When running make I get:
> make: *** No rule to make target `src/sequencer/MmappedControlBlock.h',
> needed by `src/document/RosegardenDocument.o'. Stop.
Apparently whenever we delete files, we have to re-generate the dependencies
file by hand, and apparently just attempting to re-generate the dependencies
without first removing the dependencies file does not work.
After some blind stumbling (Chris never really explained what to do after he
moved the dependencies file out of SVN and created a new target) I eventually
got it to build after using this combination:
rm dependencies
make -f qt4-makefile dependencies
make
This probably hints that we really need to fix the build system soon. In
fact, I might have a quick look at that.
--
D. Michael McIntyre
------------------------------------------------------------------------------
_______________________________________________
Rosegarden-devel mailing list
[email protected] - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel