Closed tamarit closed 7 years ago
Thanks for the report! Will look at it as soon as time permits!
I also had this problem. The problem is GNU readlink
differs from OSX readlink
ln -s $PWD/src/concuerror concuerror
The maintainers could edit the Makefile to support both versions of readlink or require OSX users to install GNU readlink via brew install coreutils
or whatever.
Note to self for when working on this: #121 was a related issue.
Hello, I also get the same error on OS X Sierra. Using the suggested workaround didn't fix it. Are there any other possible solutions to this? Is a fix on the way?
Thanks!
Hello, I am also using OS X Sierra. Receiving error like above. Any suggestions?
Yes, a fix is on its way. I will spend some time on this very soon now.
I have pushed a patch in my development branch (bf3fe22) and opened pull request #146 for this.
Since I don't have an OS machine, and Travis can't yet handle Erlang and OS can someone in this thread let me know if it works?
Hi Stavros,
I've tried the version in you development branch and it works perfectly.
Thanks!
Hi,
I've tried to build it on OS X and the following error was raised.
It seems that it is a common problem in OS X. I tried this solution and it solved the problem.
I hope this helps to anyone having the same problem.