Gregory Haerr
Gregory Haerr
> Out of curiosity does o//third_party/make/make.com work for you on Darwin? Hmmm... it isn't being built by default. Trying `make MODE=darwin o/darwin/third_party/make/make.com` however, builds make.com. Then running `./make.com MODE=darwin` does...
(I didn't try building the whole tree with make.com... testing now.)
Yes, make.com builds the whole tree using `./make.com MODE=darwin`.
Hello @jart, I have simplified the macOS build by eliminating the need for `make MODE=darwin`, which used MODE= as an operating system specifier rather than a build type qualifier. The...
> I support this. It would need to be community maintained for the time being. Thank you, I could maintain it, as well as submit an acceptable PR that gets...
Hello @jart, > There's an llvm section in config.mk. Would you be interesting in maintaining that? Yes, I'd be happy to maintain the macOS port for you. I was thinking...
> would you like me to modify compile.com so that it filters the flags appropriately if IsXnu()? I guess what you could do is send me a PR that changes...
Hello all, I thought to jump in here with my thoughts, since there seems to be some ongoing interest in GUI (vs TUI) for Cosmopolitan. I'm new here, please excuse...
Hello, Just for fun, I took Cosmopolitan's "life" program, which has dual TUI and GUI (win32) user interfaces and played around with getting the GUI code to run on top...
> Are you proposing that we polyfill the win32 gdi api for other platforms? Possibly, but the idea's not without its problems. In staying with Cosmopolitan's stated principles, everything must...