Fix build on linux
ClosedPublic

Authored by apol on Aug 1 2017, 2:04 PM.

Details

Reviewers
mart
Group Reviewers
Kirigami
Commits
R169:ece2bde5b6ef: Fix build on linux
Summary

[3/3] Linking CXX executable examples/galleryapp/kirigami2gallery
FAILED: examples/galleryapp/kirigami2gallery
: && /usr/bin/clang++ -std=c++0x -fno-operator-names -fno-exceptions -Wno-gnu-zero-variadic-macro-arguments -Wall -Wextra -Wcast-align -Wchar-subscripts -Wformat-security -Wno-long-long -Wpointer-arith -Wundef -Wnon-virtual-dtor -Woverloaded-virtual -Werror=return-type -Wvla -Wdate-time -fdiagnostics-color=always -Wall -std=c++0x -g -Wl,--enable-new-dtags -rdynamic examples/galleryapp/CMakeFiles/kirigami2gallery.dir/main.cpp.o examples/galleryapp/CMakeFiles/kirigami2gallery.dir/qrc_resources.cpp.o examples/galleryapp/CMakeFiles/kirigami2gallery.dir/kirigami2gallery_autogen/moc_compilation.cpp.o -o examples/galleryapp/kirigami2gallery -Wl,-rpath,/home/apol/devel/kde5/lib:::::::::::::::::::::::::::: /home/apol/devel/kde5/lib/libQt5Svg.so.5.9.2 /home/apol/devel/kde5/lib/libQt5QuickControls2.so.5.9.2 /home/apol/devel/kde5/lib/libQt5Widgets.so.5.9.2 /home/apol/devel/kde5/lib/libQt5Quick.so.5.9.2 /home/apol/devel/kde5/lib/libQt5Qml.so.5.9.2 /home/apol/devel/kde5/lib/libQt5Network.so.5.9.2 /home/apol/devel/kde5/lib/libQt5Gui.so.5.9.2 /home/apol/devel/kde5/lib/libQt5Core.so.5.9.2 && :
/home/apol/devel/kde5/lib/libQt5QuickTemplates2.so.5:(*IND*+0x0): multiple definition of `_end'
/home/apol/devel/kde5/lib/libQt5QuickTemplates2.so.5:(*IND*+0x0): multiple definition of `__bss_start'
clang-4.0: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.

Diff Detail

Repository
R169 Kirigami
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
apol created this revision.Aug 1 2017, 2:04 PM
Restricted Application added a project: Kirigami. · View Herald TranscriptAug 1 2017, 2:04 PM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
mart accepted this revision.Aug 1 2017, 5:21 PM
This revision is now accepted and ready to land.Aug 1 2017, 5:21 PM
apol closed this revision.Aug 2 2017, 2:01 PM