-
I am currently trying to build norm to use in an android project. I have tried both the gradle and ant method listed in the repo. The issue with the gradle directory is that it seems to be an empty gr…
-
A bug report/issue report should contain:
GodsEye Build: Build 45 HotFix 1
Server Version: Paper-651-1.16.5
ProtoLib Version: ProtocolLib v4.6.0
LOG: No log output of any kind
Afte…
AsP3X updated
3 years ago
-
I followed [this](https://github.com/Tencent/ncnn/wiki/how-to-build#build-for-windows-x64-using-visual-studio-community-2017) but it produces x86 dll instead of x64. Here is my command:
```
cmake -G…
-
**What language does this apply to?**
If it's a proto syntax change, is it for proto2 or proto3?
proto3
If it's about generated code change, what programming language?
no
**Describe the p…
-
Not sure if it is due to #137 but if `ICUB_MODELS_COMPILE_PYTHON_BINDINGS` is ON I get this error:
```
Found Python3: /usr/bin/python3.8 (found version "3.8.10") found components: Interpreter Deve…
-
This is a great plug-in, can you make it support 1.16.5, because 2b2t.org is about to upgrade to 1.16.5, my server also needs to upgradel, but the plug-in is not compatibe with 1.16.5.
-
Hello,
I am facing a compilation issue with various releases of mgen on at least recent debian & ubuntu platforms:
```
git clone https://github.com/USNavalResearchLaboratory/mgen.git
cd mgen
gi…
-
There are no ```__declspec(dllexport)``` or ```__declspec(dllimport)``` statements.
-
Hello,
When building older releases through tags, there is no easy way to know which version of protolib was used at the time of the release. Using submodules would simplify this task.
Cheers,
…
-
```cmake
include(FindProtobuf)
include(FindThreads)
```
In practice they should be
```cmake
find_package(Protobuf REQUIRED)
find_package(Threads REQUIRED)
```
these include thing caused m…