From kdevelop-bugs Tue Jun 30 17:55:23 2009 From: Jakub Schmidtke Date: Tue, 30 Jun 2009 17:55:23 +0000 To: kdevelop-bugs Subject: [Bug 198441] New: Kdevplatform 0.9.94 (and svn) doesn't compile with Message-Id: X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=124638462604690 https://bugs.kde.org/show_bug.cgi?id=198441 Summary: Kdevplatform 0.9.94 (and svn) doesn't compile with boost 1.39 Product: kdevplatform Version: unspecified Platform: Compiled Sources OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: kdevelop-bugs@kdevelop.org ReportedBy: sjakub@gmail.com Version: 0.9.94 (using Devel) Compiler: gcc-4.4.0 OS: Linux Installed from: Compiled sources When trying to compile kdevplatform 0.9.94, or current svn revision with boost 1.39, it fails with following message: [ 83%] Building CXX object plugins/classbrowser/CMakeFiles/kdevclassbrowser.dir/allclassesfolder.o /home/tmp/kdevplatform-svn/src/kdevplatform/plugins/classbrowser/allclassesfolder.cpp:103: warning: unused parameter ‘context’ Linking CXX shared module ../../lib/kdevclassbrowser.so CMakeFiles/kdevclassbrowser.dir/allclassesfolder.o: In function `boost::serialization::throw_exception(std::exception const&)': /usr/include/boost/serialization/throw_exception.hpp:29: multiple definition of `boost::serialization::throw_exception(std::exception const&)' CMakeFiles/kdevclassbrowser.dir/classmodel.o:/usr/include/boost/serialization/throw_exception.hpp:30: first defined here CMakeFiles/kdevclassbrowser.dir/classmodel.o: In function `boost::serialization::throw_exception(std::exception const&)': classmodel.cpp:(.text+0x9b1): undefined reference to `boost::throw_exception(std::exception const&)' CMakeFiles/kdevclassbrowser.dir/allclassesfolder.o: In function `boost::serialization::throw_exception(std::exception const&)': allclassesfolder.cpp:(.text+0x501): undefined reference to `boost::throw_exception(std::exception const&)' collect2: ld returned 1 exit status make[2]: *** [lib/kdevclassbrowser.so] Error 1 make[1]: *** [plugins/classbrowser/CMakeFiles/kdevclassbrowser.dir/all] Error 2 make: *** [all] Error 2 After downgrading to Boost 1.37 everything is fine. Other versions: kdelibs-4.2.95 gcc-4.4.0 -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ KDevelop-bugs mailing list KDevelop-bugs@kdevelop.org https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-bugs