clementine-player / Clementine

:tangerine: Clementine Music Player
https://www.clementine-player.org/
GNU General Public License v3.0
3.77k stars 677 forks source link

make in SVN Checkout gives "clementine-player-read-only/src/translations/translations.pot: input file is output file" #346

Closed Clementine-Issue-Importer closed 10 years ago

Clementine-Issue-Importer commented 10 years ago

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

  1. cmake .
  2. 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.

Original issue: http://code.google.com/p/clementine-player/issues/detail?id=346

Clementine-Issue-Importer commented 10 years ago

From john.maguire on May 24, 2010 05:45:00

Please read the instructions: http://code.google.com/p/clementine-player/wiki/CompilingFromSource

Status: Invalid