make What is the expected output? What do you see instead? Clementine will be compiled without errors.
Instead of a clean build, I get
[100%] Scanning dependencies of target pot
Generating qrc_data.cxx
cat: clementine-player-read-only/src/translations/translations.pot:
Eingabedatei ist Ausgabedatei
make[2]: * [src/translations/CMakeFiles/pot] Fehler 1
make[1]: * [src/translations/CMakeFiles/pot.dir/all] Fehler 2
make[1]: *\ Warte auf noch nicht beendete Prozesse...
This is german, the error in english is "Input file is output file" What version of the product are you using? On what operating system? I'm using SVN head on Ubuntu 10.04. Please provide any additional information below. I don't really understand the Build System, but the error comes from
calling cat with translations.pot as input and as output file.
From s9bewitt@stud.uni-saarland.de on May 24, 2010 13:45:58
What steps will reproduce the problem? 1. Fresh SVN checkout from http://clementine-player.googlecode.com/svn/trunk/ clementine-player-read-only
[100%] Scanning dependencies of target pot Generating qrc_data.cxx cat: clementine-player-read-only/src/translations/translations.pot: Eingabedatei ist Ausgabedatei make[2]: * [src/translations/CMakeFiles/pot] Fehler 1 make[1]: * [src/translations/CMakeFiles/pot.dir/all] Fehler 2 make[1]: *\ Warte auf noch nicht beendete Prozesse...
This is german, the error in english is "Input file is output file" What version of the product are you using? On what operating system? I'm using SVN head on Ubuntu 10.04. Please provide any additional information below. I don't really understand the Build System, but the error comes from calling cat with translations.pot as input and as output file.
Original issue: http://code.google.com/p/clementine-player/issues/detail?id=346