Open samhh opened 7 years ago
:+1: Would like to build this on macOS too.
Could you give me more context of the error? I have no access to a Mac.
Here's my console output
Try using gmake
instead of make
Tried it, didn't make any difference. The problem seems to be that stpncpy doesn't exist in our core libs? There is stpcpy though, I think.
To get past the error on running make
, configure
needs to be run with the argument ./configure gl_cv_func_stpncpy=yes
.
Additionally, the install script will need to be updated to write to /usr/local/bin/
as only the system can write to /usr/bin/
on macOS. root
doesn't even have the ability to do that.
I still don't have it 100%, but I'm also trying to get it to work with fish
, my preferred shell. Thought I'd share what I found so far to get this building on macOS.
I should also note that I do not have icons or coloring working with bash
yet, either.
Great, I had the same result. Built fine, but produced a standard white ls output. Progress!
@nicklanng Did you ever figure this out? I'm at the same point where ls
builds, but I just get white output.
@nicklanng Did you ever figure this out? I'm at the same point where
ls
builds, but I just get white output.
I'm afraid not, I'm hoping some brave soul will eventually get it all working on Mac!
make
fails with these errors:And afterwards the expected files are not found in
src/
.