-
I tried to build this library on Raspberry pi 4 with 1Gb RAM.
But the compiler is being killed due to consuming all the memory during test builds.
Message
```
c++: fatal error: Убито signal term…
Un-ka updated
2 years ago
-
In the case I want to use the following program separately,
```
auto influxdb = influxdb::InfluxDBFactory::Get("http://localhost:8086?db=test");
influxdb->write(influxdb::Point{"test"}.addField("v…
-
## System information
- macOS 12.3.1
- architecture: arm64 (M1)
## Command-line tools
```
clang --version …
-
### What version of Go are you using (`go version`)?
```
go version go1.10beta1 darwin/amd64
```
### What operating system and processor architecture are you using (`go env`)?
```
GOARCH="…
-
Reference ticket https://github.com/ntop/ntopng/issues/7026 for ntop. nDPI information:
~~~
commit ada4fe4aa8f88300cfc0dbe6ee965975274b1c40 (HEAD -> dev, origin/dev, origin/HEAD)
Author: Ivan N…
-
Ubuntu 18.04 LTS ships CMake v3.10; see https://github.com/offa/influxdb-cxx/discussions/97.
Related: #27
/cc @koen-n
-
I reached this error when I am trying to "cmake" on my mac.
Did I miss any step?
-- The CXX compiler identification is AppleClang 10.0.0.10001044
-- Detecting CXX compiler ABI info
-- Detecting …
-
Hi Manuel,
I pulled the code to my machine.
How have I to start working with it at all?
I read over at your sbfspot fork, that you are compiling with Qt.
Is this true for ElsewhereEdge, too?
Than…
-
Hello! I've tried to build the project without boost support under Visual Studio 2022.
I've had errors C2280 which are linked with deleted functions and std::deque.
The following issue was under Vi…
-
PS D:\vcpkgmanage\vcpkg> .\vcpkg.exe install influxdb-cxx:x64-windows
Computing installation plan...
The following packages will be built and installed:
influxdb-cxx[core]:x64-windows -> 0.6.7
…