Debian Patches

Status for laserboy/2016.03.15-1.3

Patch Description Author Forwarded Bugs Origin Last update
using_cmake using cmake using cmake Richard Ulrich <richi@paraeasy.ch> no
ifndef_for_macros ifndef for macro definitions added ifndef to macro definitions that can be passed from cmake no
boost1.60.patch Fix ambiguous {i|o}fstream with Boost 1.60 This fixes a FTBFS with the following, and similar, errors:
src/LaserBoy_common.hpp:111:24: error: reference to 'ifstream' is ambiguous
bool get_dxf_pair (ifstream& in, int& group_code, string& entity_string);
note: candidates are: typedef class boost::filesystem::basic_ifstream<char>
boost::filesystem::ifstream
.
An alternative fix is to replace every occurrence of ifstream
with std::ifstream, and similarly ofstream and fstream.
Graham Inggs <ginggs@debian.org> no debian 2016-05-23
gcc6.patch Fix switch quantity not an integer with GCC 6 This fixes a FTBFS with the following, and similar, errors:
src/LaserBoy_vertex.hpp:696:40: error: switch quantity not an integer
switch(abs(header.signal_id[5]))
Graham Inggs <ginggs@debian.org> no debian 2016-08-04
0005-Fix-boost1.83-build.patch Fix boost1.83 build Boyuan Yang <byang@debian.org> no debian 2023-12-30

All known versions for source package 'laserboy'

Links