-
The package.json of all web plugins contains a devDependency to "graylog-web-plugin" as a relative path. Because of this, in order to compile a web plugin, one must first clone graylog2-server and com…
-
```
Linking CXX executable cpfromkfs
../qcdio/libqcdio.a(qcmutex.o): In function `GetAbsTimeout':
/home/septem/kfs/kfs-0.5/src/cc/qcdio/qcmutex.cpp:40: undefined reference to
`clock_gettime'
/home/s…
-
```
Linking CXX executable cpfromkfs
../qcdio/libqcdio.a(qcmutex.o): In function `GetAbsTimeout':
/home/septem/kfs/kfs-0.5/src/cc/qcdio/qcmutex.cpp:40: undefined reference to
`clock_gettime'
/home/s…
-
Hi everyone,
I'm trying to debug a perl web application (OTRS) inside a container using Plack::Runner.
My VS Code launch.json file is:
```
{
"version": "0.2.0",
"configurations": [
…
-
Compiling using https://hub.docker.com/r/messense/cargo-zigbuild fails with
```
error[E0706]: functions in traits cannot be declared `async`
--> crates/middleware/src/logseq.rs:36:5
|
36 | …
-
Because the `addMeta` method is registered as a build macro of `Injector`, meaning that if `Injector` is cached by the compilation server and no need to be bulit again, minject will fail at runtime be…
-
For a university project I'm trying to build a rasberry pi cluster with slurm.
I've had quite a few issues on trying to run srun with mpi and I've settled to install openmpi from git repo specifyin…
-
Issue seems similar to #366 but this time it's the other way around: `ecj` compiles while `javac` fails.
```java
import java.util.List;
public class PassThroughGenerics {
private class MyCom…
-
Arduino IDE 2.3.2, Libraries: AsyncTCP (by dvarrel) v1.1.1, ESP Async Webserver (by Me-No-Dev) v1.2.4, ESP32S2 in FDU mode, Additional boards manager URL: https://raw.githubusercontent.com/espressif/a…
-
Trying to build it on Gentoo. CMake said that all requirements are satisfied, but on building stage it throwed some undefined references. Here is some versions of packages from CMake output:
```
-- …