Ulrich Sibiller
Ulrich Sibiller
Thanks for that! I think MFLAGS is not supposed to be passed to imake because as your comment shows it will contain a single -s sometimes which a standard make...
You ouput is unclear to me. What subdir exactly fails? Is it damageext?
Just stumbled over this in nx-X11/programs/Xserver/Imakefile: ``` #if HasParallelMake MakeMutex($(NXAGENTDIRS) $(NXCOMPEXT) $(NXAGENTOBJS) $(NXAGENTLIBS) $(NXCOMPEXTSYSLIBS) $(NXAGENTSYSLIBS)) #endif ``` So you probably have to run the topdir `makefile` with `IMAKE_DEFINES=-DHasParallelMake=1`
I see "./configure" in the output. That is used for _some_ components. Of course that is not synced with the imake build. So I think you have to modify the...
No, "was" is subjunctive, like "If I were rich" ;-) Uli On Wed, May 22, 2024 at 1:58 AM Apteryks ***@***.***> wrote: > Xorg uses meson nowadays so the optimum...
;-) Here are the respective PRs: https://github.com/ArcticaProject/nx-libs/pull/947 https://github.com/ArcticaProject/nx-libs/pull/946 On Wed, May 22, 2024 at 2:33 PM Apteryks ***@***.***> wrote: > Ah, I see :-) I guess I'll look at that...