Benjamin Arnaud

Results 4 comments of Benjamin Arnaud

Actually, I get the following errors: ``` gcc.compile.c++ deps\try_signal\bin\gcc-11.2.0\release\crypto-built-in\cxxstd-17-iso\fpic-on\link-static\threading-multi\visibility-hidden\signal_error_code.o deps\try_signal\signal_error_code.cpp: In function 'sig::errors::error_code_enum sig::{anonymous}::map_exception_code(int)': deps\try_signal\signal_error_code.cpp:116:59: error: narrowing conversion of 'sig::seh_errors::access_violation' from 'unsigned int' to 'int' [-Wnarrowing] 116 | case seh_errors::error_code_enum::access_violation:...

Adding `cxxflags="-Wno-narrowing"` to b2 seems to fix the build on my side.

> yeah, the creation of the `libtorrent-rasterar.pc` file is a bit of a hack. I should have realized the ordering isn't guaranteed to work right. To be fixed with an...

@SemiAccurate Thank you for this post with interesting resources and references, I appreciate it. At this point I find it a bummer that there's no maintained C++ boiler plate on...