Closed jbeich closed 5 years ago
After boostorg/system@2fa0a00583a3a7 build fails again, see error log. ab4c2db024d5 should fix it.
In file included from src/buses.cpp:37:
In file included from include/usbtop/buses.h:34:
In file included from include/usbtop/usb_bus.h:34:
In file included from include/usbtop/usb_device.h:35:
include/usbtop/usb_stats.h:44:21: error: expected class name
class Stats: boost::noncopyable
^
include/usbtop/usb_stats.h:84:24: error: expected class name
class UsbStats: boost::noncopyable
^
In file included from src/buses.cpp:37:
In file included from include/usbtop/buses.h:34:
In file included from include/usbtop/usb_bus.h:34:
include/usbtop/usb_device.h:41:25: error: expected class name
class UsbDevice: boost::noncopyable
^
In file included from src/buses.cpp:37:
In file included from include/usbtop/buses.h:34:
include/usbtop/usb_bus.h:45:22: error: expected class name
class UsbBus: boost::noncopyable
^
4 errors generated.
Hello!
Sorry for the very late reply... Is this possible to get your branch somewhere? Seems like it's been deleted from github!
Regressed by https://github.com/boostorg/thread/commit/1e84b978b2bb. Found downstream (error log). Let's use imported targets for simplicity unless they break build with ancient CMake/Boost.
@yurivict, this PR obsoletes 8025ef336089 from #13 (aka patch-CMakeLists.txt).