Closed anoduck closed 2 years ago
Hi. The problem is that I currently use the GNU extension of the nftw
function to list files. I am planning to change this, since it is not compatible with OpenBSD. I've pushed some changes to the develop
branch to remove nftw
, so you can use that for now (but it doesn't handle recursive symlinks yet).
Oh, and it would be nice if you could tell me if the version on the develop
branch compiles on OpenBSD, because I don't have an installation to test it on :).
@marvinkreis, I am going to have to fiddle with this for a while. Getting tripped up building the man pages, and right now after taking final exams, my brain is to sleep deprived to recall how to disable building doc with cmake.
I encountered the same problem on Alpine Linux (musl libc).
@jirutka Thanks. Big fan of Alpine Linux, use it on my laptop.
Glad to hear that! :) You can now install package rofi-file-browser-extended from Alpine Edge.
Glad to hear that! :) You can now install package rofi-file-browser-extended from Alpine Edge.
Sweetness!
I run OpenBSD and am recieving the following errors attempting to build the files:
Not sure where
ntfw_flags
is coming from? I was able to compile libnkutils independently, but had difficulty compiling it as a submodule for some reason.