-
Hello, I tried to install the visqol pacakge on python3.8 using `pip install .`but failed, saying that "undefined reference to symbol PyFrame_GetCode". And I successfully install it on python3.11 .
…
-
这个仓库只有cartographer_ros,缺cartographer,用最新版的cartographer会造成proto版本冲突,如果用旧版本又有abseil版本冲突,我装了这个版本对应的abseil,结果导致我自己的cartographer不能用了。 最好还是设法移植到最新的cartographer上
最后把我的rviz搞得都运行不了了,如果非要用,最好在虚拟机上用吧
-
1) there are some libraries that are not using in the build.cs (grpc++_alts, grpc++_reflection etc.)
2) also some linked by the build.cs could be deleted (from abseil group) without further build pro…
-
### Describe the issue
I'm trying to build and install Abseil with CMake and use a `PUBLIC` target that's marked `TESTONLY`.
https://github.com/abseil/abseil-cpp/blob/c3b5022604551a045e383c68071d7…
-
Additionally. unfortunately, protobuf also requires at least C++14 but the configure only set `-std=gnu++11`, making the compilation of the test programs, which check for the protobuf he…
-
### Description
**Description:**
We’ve received reports from users who are unexpectedly logged out of their original accounts when reopening the app after a period of inactivity. Instead of being si…
-
I followed the setup instructions step by step on my Raspberry Pi and completed all the steps, except make run_assistant failing after a while with error:
```
In file included from src/assistant/j…
-
Unlike std:strcat, abseil's strcat function handles the buffer overflow case correctly by creating a right-sized buffer in memory. Is there a way to have flawfinder ignore absl::StrCat but still find …
-
As mentioned in https://github.com/mudge/re2/pull/138#discussion_r1521442743, the `re2.pc` pkg-config file generated by [RE2](https://github.com/google/re2) contains libraries from two directories: RE…
mudge updated
7 months ago
-
Followed audio generation instructions and everything went fine until I got to executing nsynth_generate which, with or without arguments, fails with:
andrew@blast:/data/Liles/nsynth/open-nsynth-su…