From: Raimar S. <rai...@ui...> - 2013-11-11 10:10:39
|
Dear András, could you test new packages of the C++QED master branch in my repository ppa:raimar-sandner/cppqed ? apt-get install cppqedscripts libcppqedelements-2.9-0-dev This will also pull in a backport of cmake-2.8.11 and boost-1.53 for precise, as well as a blitz version from our own branch. I have created all the source packages on a virtual Ubuntu saucy machine on my Gentoo box. I tested the precise builds in a chroot for this distribution, but testing them also on a native precise system would be good. The libcppqedcore-2.9-0-dev package contains the example elements and scripts projects in /usr/share/doc/, please test if those build as well. The packages contain both Debug and Release configurations. The scripts compiled in Debug mode have a _d suffix from now on, also in regular cmake builds. This will prevent users from accidentally using a debug script for production. The correct library is found automatically by cmake depending on which build configuration is used in custom scripts and elements. Although the debug scripts are linked to the correct libraries they run as fast as their non-debug counterpart, and I have noticed -DBZ_DEBUG was not used in the builds. I'm looking into this problem. Best regards Raimar |