Thanks for the instructions. Unfortunately get the same error after svn up and also after moving qtractor-svn out the way and doing a svn co for a fresh copy.
make: *** No rule to make target `src/translations/qtractor_ru.qm', needed by `install'. Stop.
Re: build error svn 23/04/2012
make sure you try with a complete svn trunk checkout/update:
svn up
make -f Makefile.svn clean
make -f Makefile.svn
./configure
make
there was a new translation added today (ru) and you seem to have some outdated build configuration.
hth.
Re: build error svn 23/04/2012
Thanks for the instructions. Unfortunately get the same error after svn up and also after moving qtractor-svn out the way and doing a svn co for a fresh copy.
make: *** No rule to make target `src/translations/qtractor_ru.qm', needed by `install'. Stop.
Question : Should there be a qtractor_ru.ts under https://qtractor.svn.sourceforge.net/svnroot/qtractor/trunk/src/translat... ?
I noticed there is one file for Czech but that is all>
Re: build error svn 23/04/2012
ooops. my mistake, indeed the src/translations/qtractor_ru.ts was missing from the svn trunk tree. not anymore ;)
please try again from svn up.
cheers
Re: build error svn 23/04/2012
Thanks.
rob
Add new comment