[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdevplatform/plugins
From:       Andreas Pakulat <apaku () gmx ! de>
Date:       2007-06-11 15:14:59
Message-ID: 1181574899.756572.3273.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 673997 by apaku:

Disable teamwork, until either somebody with some template knowledge steps up to fix \
the error with boost 1.33.1 or somebody finds a way to find out the Boost version via \
CMake so we can conditionally disable building it for boost < 1.34. The error on \
                dashboard and from another user is this:
/usr/src/packages/BUILD/kdevplatform-673194/plugins/teamwork/lib/network/serverconfig.cpp:76: \
                instantiated from here
/usr/include/boost/archive/detail/oserializer.hpp:131: error: invalid use of \
                undefined type 'struct \
                boost::serialization::extended_type_info_null<Teamwork::User>'
/usr/include/boost/serialization/type_info_implementation.hpp:26: error: declaration \
of 'struct boost::serialization::extended_type_info_null<Teamwork::User>'

 M  +3 -3      CMakeLists.txt  


--- trunk/KDE/kdevplatform/plugins/CMakeLists.txt #673996:673997
@@ -9,9 +9,9 @@
 
 find_package(Commoncpp)
 find_package(BoostLibraries)
-if(COMMONCPP2_FOUND AND Boost_FOUND AND Boost_LIBS_FOUND)
-    macro_optional_add_subdirectory(teamwork)
-endif(COMMONCPP2_FOUND AND Boost_FOUND  AND Boost_LIBS_FOUND)
+#if(COMMONCPP2_FOUND AND Boost_FOUND AND Boost_LIBS_FOUND)
+#macro_optional_add_subdirectory(teamwork)
+#endif(COMMONCPP2_FOUND AND Boost_FOUND  AND Boost_LIBS_FOUND)
 
 find_package(SubversionLibrary)
 if(SUBVERSION_FOUND)


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic