-
This is a possibly out-of-scope issue, but I thought I'd ask. I wanted to try out 1.3.10 so I grabbed the repo, checked out the 1.3.10 tag, and ran `./autogen.sh`:
```
mu configuration is complete…
-
Config:
```
CC = gcc
CFLAGS = -O2 -Wall -Wextra -pedantic -std=gnu11 -fPIC
LDFLAGS = -lmbedtls -lmbedx509 -lmbedcrypto
```
Using `gmake` as specifically instructed.
Compiler:
```
gcc -v
…
-
Hi when I compile for IOS I receive this errors:
ld: -ios_version_min argument is missing period as second character
ld: -ios_version_min argument is missing period as second character
Compilatio…
-
@bhelyer @Wallbraker @Dav1dde @noname22 @perfaram
Trying to compile it for an hour, sorry for calling:
**macOS:**
```
RDMD volt
lib/src/volta/parser/base.d(470): Deprecation: opSub is …
ghost updated
4 years ago
-
Numpy needs OpenBLAS for building.
`make`
```
gfortran -O2 -Wall -frecursive -fno-optimize-sibling-calls -march=armv8-a -o sblat1 sblat1.o ../libopenblas_armv8p-r0.3.12.dev.a -lpthread -lgfortr…
-
Hi i have a little problem, i try to connect a go client to mqseries server.
I have git clone this repository, and try to run amqssub.go with modification for localhost.
But everytime I run `go run …
Aornn updated
4 years ago
-
The build gets to linking but fails with another missing symbol, similar to #1995.
**Describe GraalVM and your environment :**
- GraalVM version or commit id if built from source: **20.0.0**
- …
-
Running macOS 10.14.6. I feel like I've compiled this previously, but upgrading to the newest PAR failed. Sharing some other debugging messages.
I think these articles may be related to the problem…
-
This feature request is related to my love for this software.
I had been an avid Arch Linux user for years and had been using Flameshot for a good amount of time.
I just want to know what are th…
-
I'm running this on Mac OS 10.15
```zsh
$ mkdir build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release
```
The command runs but warns about subdirectories not containing `CMakeLists.txt` and…