-
-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
verify support for stupid asshole osx #195
Comments
Some pointers for OSX:
|
Trying to build on a bare-bones macOS dies when looking for 'tinfo>=6.1;ncursesw>=6.1'. The terminfo on latest macOS is 5.7; the ncursesw is 5.7. Both are 2008 vintage. That was a shit year — not as shit as 2020 — but still pretty shit. |
Anyways, I know jack-all about CMake, so the best I can do is look at line 68 and say to myself "gee! it'd be great if I could point you somewhere else!" I just changed the tinfo/ncursesw versions to look for 5.7, because that's totally safe. I commented out the need for The Makefile generates, but dies when it can't find ... that may be the showstopper. Maybe I could hack this out to just support ASCII. In case you're not aware, ASCII is just like UTF-8, as long as you pretend the rest of the world doesn't exist. And about 2/3rds of the US. |
I'm also interested in using |
Yeah, that's where progress ends for Windows also, it gets stuck at not finding uchar.h. |
oh hey holy shit, i missed all the action on this bug! catching up.... |
Rumor has it that @grendello has taken ownership of a Mac, and is looking to do something here! and there was much rejoycing. |
https://github.com/dankamongmen/notcurses/runs/1101716635?check_suite_focus=true we now have a github action CI for macos, meaning this might move forward! |
HAWT. |
Has the CI for macos been dropped again? I don't see it in the latest commits. |
there's never been any ci for mac, so far as i'm aware? |
https://drone.dsscaw.com:4443/dankamongmen/notcurses/ if you can see this, this is all the ci i know of |
Sorry, I thought your previous comment here in this thread suggested that there might have been a CI at some point: #195 (comment) |
oh no problem, just wanted to make sure we hadn't stood up some OS X CI without me knowing =] |
recent events have me hoping that this will see life by 3.0.0 this fall |
Initial OSX support is present. It currently requires exporting several directories as |
Much as it pains me, we probably ought try to pick up some of that OS X market share. I flat-out refuse to pursue Windows. I don't have any OS X hardware, so ... patches welcome? Testing welcome? Hey @plotfi have apple give me a computer to support notcurses on.
The text was updated successfully, but these errors were encountered: