https://bugs.kde.org/show_bug.cgi?id=392635
Bug ID: 392635 Summary: Compile error on KDE Neon 5.12 Product: amarok Version: 2.9.0 Platform: Ubuntu Packages OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: amarok-bugs-d...@kde.org Reporter: juergen.blue...@gmx.net Target Milestone: kf5 Performing C++ SOURCE FILE Test COMPLEX_TAGLIB_FILENAME failed with the following output: Change Dir: /opt/amarok/amarok-2.9.0/amarok-2.9.0-build/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_e766a/fast" /usr/bin/make -f CMakeFiles/cmTC_e766a.dir/build.make CMakeFiles/cmTC_e766a.dir/build make[1]: Verzeichnis „/opt/amarok/amarok-2.9.0/amarok-2.9.0-build/CMakeFiles/CMakeTmp“ wird betreten Building CXX object CMakeFiles/cmTC_e766a.dir/src.cxx.o /usr/bin/c++ -I/usr/include/taglib -DCOMPLEX_TAGLIB_FILENAME -I/usr/include/taglib -o CMakeFiles/cmTC_e766a.dir/src.cxx.o -c /opt/amarok/amarok-2.9.0/amarok-2.9.0-build/CMakeFiles/CMakeTmp/src.cxx /opt/amarok/amarok-2.9.0/amarok-2.9.0-build/CMakeFiles/CMakeTmp/src.cxx: In function ‘int main()’: /opt/amarok/amarok-2.9.0/amarok-2.9.0-build/CMakeFiles/CMakeTmp/src.cxx:5:38: error: cannot convert ‘const wchar_t*’ to ‘TagLib::FileName {aka const char*}’ in initialization TagLib::FileName fileName2(L"wchar"); ^ CMakeFiles/cmTC_e766a.dir/build.make:65: die Regel für Ziel „CMakeFiles/cmTC_e766a.dir/src.cxx.o“ scheiterte make[1]: *** [CMakeFiles/cmTC_e766a.dir/src.cxx.o] Fehler 1 make[1]: Verzeichnis „/opt/amarok/amarok-2.9.0/amarok-2.9.0-build/CMakeFiles/CMakeTmp“ wird verlassen Makefile:126: die Regel für Ziel „cmTC_e766a/fast“ scheiterte make: *** [cmTC_e766a/fast] Fehler 2 Source file was: #include <tfile.h> int main() { TagLib::FileName fileName1("char"); TagLib::FileName fileName2(L"wchar"); return 0; } Determining if the Q_WS_WIN exist failed with the following output: Change Dir: /opt/amarok/amarok-2.9.0/amarok-2.9.0-build/CMakeFiles/CMakeTmp -- You are receiving this mail because: You are watching all bug changes.