On Monday, 24 March 2025 at 13:43:26 UTC, Akshat Sharma wrote:
$ make -j16 -f posix.mak unittest
posix.mak:1: = DEPRECATION NOTICE =
posix.mak:2: = DEPRECATION: posix.mak is deprecated. Please
use generic Makefile instead.
posix.mak:3: ==
C:/Dev-Cpp/bin/m
On Tuesday, 25 March 2025 at 17:34:52 UTC, Nick Treleaven wrote:
```sh
# This makefile is designed to be run by gnu make.
# - Windows: you may download a prebuilt zipped .exe from
https://github.com/dlang/dmd/releases/download/nightly/gnumake-4.4-win64.zip.
# You also need a Git for Windows in
I am currently working on a good first issue in the phobos
(https://github.com/dlang/phobos) . So to work on that I referred
to the contribution guide
(https://wiki.dlang.org/Contributing_to_Phobos#Full_build) .
As per the guide , the workflow should be as follows :-
1.Fork Phobos on GitHub
2