You are here

build error svn 23/04/2012

Hi

Just tried building qtractor but got the following error:

make: *** No rule to make target `src/translations/qtractor_cs.qm', needed by `all'. Stop.

Thanks

rob

Forums: 
rncbc's picture

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.

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>

rncbc's picture

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

Thanks.

rob

Add new comment