Samuel Bryner
Samuel Bryner
Same here. I *always* get a 403 error. And yes, the credentials are valid ;)
No, at least not a direct one. I'm now using MicroG (http://microg.org/) with Yalp Store (https://github.com/yeriomin/YalpStore), so I don't need a Google account at all anymore ;)
Are there plans to have more fine grained access control in general? It would be useful to have private subs that only certain groups can access, so we could use...
For other's stumbling over this: It seems to be that only the infrastructure to work conveniently with point clouds is missing, but you can absolutely create a PointCloud2 message manually:...
> `PKG_CONFIG_EXECUTABLE=/bin/false` [cmake.org/cmake/help/latest/module/FindPkgConfig.html#variable:PKG_CONFIG_EXECUTABLE](https://cmake.org/cmake/help/latest/module/FindPkgConfig.html#variable:PKG_CONFIG_EXECUTABLE) You need to set `PKG_CONFIG_EXECUTABLE` to your own stub for option 2, but I don't see how replacting it with `/bin/false` would help at all?
Ah, so you at least get a proper error message instead of the build system silently using the completely wrong library. This is actually a neat trick, thanks :)
> Close this for now. Please reopen if you feel the need. Why close it? This issue still remains unsolved.
https://github.com/boostorg/boost/issues/310 looks like a similiar issue
`--layout=system` indeed works, thank you! I still think this is a bug tough, as I'm using the same toolchain to compile boost and to build my project, so it shouldn't...
Maybe it's possible to add an additional target for opencv-contrib instead that depends on opencv? But it looks like you need the full opencv build tree to build the contrib...