-
The project should be platform agnostic, but it lacks GCC Makefiles.
-
Running `sudo pgxn install quantile`
produces
```
INFO: best version: quantile 1.1.5
INFO: saving /tmp/tmp1aP2zs/quantile-1.1.5.zip
INFO: unpacking: /tmp/tmp1aP2zs/quantile-1.1.5.zip
INFO: build…
ghost updated
6 years ago
-
Multiple attemps have been made to upgrade glibc on i686. Just going from the current 2.31 to 2.32 would enable support for 64bit timestamps. As of 2024-08-05 the current glibc version is 2.40 ;)
T…
-
Stuck in a catch-22 loop where I cannot run any makefiles to build wifi drivers for a network connection, because linux-headers seem to not be included in the builds? And cannot just try to 'apt-get' …
-
The current autotools centered build system is very fragile and hard to maintain (if you are not a autotools expert). It is also Unix/Linux centered and only half heartedly supports cross compilation …
-
I have `MinGWx64` installed on windows (as I'm more familiar with `GCC`) and `rustup` set up almost perfectly with the `stable-x86_64-pc-windows-gnu` toolchain set as default. It hasn't failed in any…
-
makefiles should be generated from eclipse because of exported direct path to toolchain and suysroot :/
-
There are some test failures on Ubuntu 23.10 aarch64.
## Toolchain
```sh
Ubuntu clang version 16.0.6 (15)
Target: aarch64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
```
…
-
I have working builds for the original MinGW and for MinGW64(32bit and 64bit exe's). Lot's of warnings, but the exe's seem to work fine. For the MinGW target I build using the cmake MSYS Makefiles t…
-
Following-up on [the forum discussion](http://forum.dlang.org/thread/kjbmzcnhhzlimfkjcsan@forum.dlang.org) - how far is your progress on a potential replacement of the Makefiles?