rofl0r
rofl0r
we probably could even get rid of all ifdefs apart from ``` #ifdef WINDOWS ... nonportable code here #else posix code here #done ``` that way the code works by...
hello @jsteube : is there something missing in this PR (i would be glad to add that then) or is this repo already abandoned ? this repo here seems to...
looks as if all openCL implementations apart from pocl and mesa are closed-source and as such not musl-compatible (the closed-source ones are all linked against GLIBC). mesa is AMD-GPU only,...
i wasn't aware that dvtm requires an own terminfo database entry. do i conclude correctly that dvm compiles a terminfo description with tic and installs that into a systemwide directory,...
i had time to look at this issue in-depth and documented my findings here: https://github.com/sabotage-linux/netbsd-curses/issues/19 . as a temporary workaround or just to test that dvtm works theoretically as expected,...
i've tried it in xterm and there it worked. i started dvtm like this to find out where/if it picks up the terminfo files: ``` strace -f dvtm 2>&1 |...
i've now added dvtm terminfos to netbsd-curses' terminfo db, so this should be a non-issue in the future (unless there will be major changes to the terminfo of dvtm). https://github.com/sabotage-linux/netbsd-curses/commit/396a9d047c6c8b9ae2aefa7ad3aa1641f511234d
- **cmake** (-) written in C++, so you need to have a C++ compiler installed to build it from source (-) huge build times (if you have to build it...
> it can generate (GNU) makefiles yes, it does that, however the makefiles call back into cmake - it means you need cmake installed on the host you want to...
> There is no reason why Cmake cannot co-exist with makefiles the reason is maintenance cost > There is no reason why Cmake cannot [...] output a Makefile (dependency still...