FCR001 / cantata

Automatically exported from code.google.com/p/cantata
GNU General Public License v3.0
0 stars 0 forks source link

Linux lib dir name install/exec mismatch #618

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Which version of Cantata?

r5653

Which build? KDE, Qt4, Qt5, Windows, Ubuntu, Mac?

Linux

cmake .. \
  -DENABLE_KDE=ON \
  -DCMAKE_INSTALL_PREFIX=/usr/local/kde4 \
  -DCMAKE_BUILD_TYPE=Release \
  -DCANTATA_TRANSLATIONS=en_GB \
  -DENABLE_REMOTE_DEVICES=ON \
  -DENABLE_HTTP_STREAM_PLAYBACK=ON \
  -DENABLE_LIBVLC=ON

With this config, Cantata installs its helper applications, in particular 
cantata-tags, in /usr/local/kde4/lib/cantata. However, Utils::helper tries to 
exec those helpers in /usr/local/kde4/lib64/cantata.

Original issue reported on code.google.com by michael....@gmail.com on 24 Jan 2015 at 4:47

GoogleCodeExporter commented 9 years ago
Should be fixed in trunk and branches/1.5 now. Usage of lib64 requires a 
specific Cantata CMake option.

Original comment by craig.p....@gmail.com on 1 Feb 2015 at 1:28

GoogleCodeExporter commented 9 years ago
Works. Thanks.

Original comment by michael....@gmail.com on 1 Feb 2015 at 2:16