-
Rather than forcing the user to configure each and every makefile in each and every project directory, would you consider a refactor which made use of the GNU Make `include` ?
Ideally, I would thin…
-
The OpenGL-related stuff of the Makefiles is outdated.
-
I was trying to build my dreamcast SDL2 library port - https://github.com/GPF/SDL2
discovered that it doesn't include a cmake binary, I installed cmake-3.29.8-windows-i386.msi
had to add a new flag…
-
A root Makefile should be delegating builds to other, package-specific Makefiles.
i.e. make relay-gossip should do something like calling `$(MAKE) -C cmd/relay-gossip build`
Makefiles should on…
-
**What are you trying to do?**
I am using premake5 built from HEAD on an Apple Silicon MacBook Pro to try and build both ARM and x86_64 versions using the gmake2 target.
**What problem are you hav…
-
Is it possible to make it work for makefiles, instead of CMakeList , since they have almost same information.
-
get rid of PROJECT_ROOT_DIR = /home/bb/src/ssfs/
as that is a horrible horrible hack. at least switch it to ../../.. garbage. Or figure out a way to "find" the root dir (with shell() perhaps)
-
Our sub-projects (Ncat, Nping, Zenmap, Ndiff, and nmap-update) and included libraries (libpcap, libpcre, liblua, libnetutil, nbase, nsock, libdnet-stripped) use different spellings and arrangement of …
-
The Makefiles are getting a bit messy. In order to keep them maintainable I suggest to clean them up at some stage.
-
Hi,
i tried to compile Wiring's Libraries myself.
First the core: After the initial failing of the make-command, I tried to fix obvious problems in the makefile, but after a while I came to the conc…