-
Hi ! I tried to build the library for CuraEngine, but I have the following error at compile time, after proceeded your instructions (no problem with cmake):
`[ 5%] Building CXX object CMakeFiles/…
-
When running "make static", the vg makefile starts to compile the dependencies of vg and fails when compiling protobuf:
```
libtool: compile: /cluster/spack/apps/linux-centos7-x86_64/gcc-4.8.5/gc…
-
**Application Version**
CuraEngine4.0.0, libArcus4.1.0, protobuf3.8.0, vs2019x64, CMake3.14.3
**Platform**
Windows10 visual studio 2019 x64
**Additional Information**
The dependent libr…
-
I assume, for languages, other than Go, there will be a spec (Protobuf like?) and people will use generators to produce code in their language.
Writing generators is probably? will require a lot of…
-
Hi,
I'm running Slackware 14.2 x64 and I have python3 3.6.6 installed, and when I run the script I get this at the terminal;
Traceback (most recent call last):
File "extract_android_ota_paylo…
-
Una posible alternativa para el manejo de la entrada y salida del motor sería usar Protocol Buffer, una tecnología que desarrolló Google y que actualmente se usa en varios servicios (por ejemplo, para…
-
**FEATURE REQUEST**
1. Please describe the feature you are requesting.
In the V3 protocol we use Google Protobuf, which is great for portability but it forces to perform copies of the payloads of …
-
Let's have message:
```
message Test {
uint32 int = 1
repeated uint32 ints = 2;
repeated google.protobuf.UInt32Value wrapped_int = 3;
repeated google.protobuf.UInt32Value wrapped_ints …
-
Example: https://github.com/msgpack/msgpack/blob/master/spec.md
-
## Motivation
Recently, computers with ARM CPU such as AWS Graviton, Apple M1 and Raspberry Pi are increasing.
By releasing binaries to Maven that run on ARM CPUs, you can run them in a wide range o…