Samuel Bryner
Samuel Bryner
This is one of these unfortunate cases where several things come together to cause a problem. I'm sharing it here to discuss it and get some comments and maybe spare...
I'm using cmake to cross-compile a library for Android that uses boost. I've compiled and installed boost with ``` ./build-android.sh --with-libraries=filesystem --prefix=/opt/boost_arm --arch=arm64-v8a $NDK ``` which worked fine. However, when...
Hi, Thanks for your tool, we are using it to run an inventory system with a bluetooth barcode reader and it's working quite well now. However, there were a few...
I'm not sure this is really a bug, but it might be helpful to others that run into the same issue: ## Detailed Description I have a debian package with...