-
Notifications
You must be signed in to change notification settings - Fork 9
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
Pre-compiled binary error on OSX, also cannot compile #6
Comments
Have you tried compiling? |
Yes:
|
Looks like you're getting stuck at the step when |
I now made sure
However, it keeps erroring out because the
|
If you access |
So it's because of this line in the Makefile: Line 56 in 569b1b7
|
Could you please statically-compile it (so that all libraries are included by default into the binary, as opposed to them depending on shared system libraries being available with the preferred versions and such) for linux, mac and windows? |
Ok, after changing these lines: Line 56 in 569b1b7
Line 56 in 569b1b7
Line 60 in 569b1b7
to: It seems to work through the previous parts, but I get this error on my macbook:
Looks like my g++ isn't the right version:
|
so even though I have the right version of g++, it still outputs compilation errors. Also, the bitbucket/mercurial links above are dead, @slowkow. Could you please fix them, as I indicated in previous messages? Sorry for writing this on a Sunday, I hope I don't bother you too much, please take your time! I'll come back to this, but right now I cannot compile SNPsea. |
after I manually edit both the
Hmm Brb 4h, boarding a flight |
Hi @slowkow ! Did you manage to take a look at this? Does |
Hi Alex, thanks for documenting your progress. As you can imagine, a lot of things have changed in the 8 years since I released this code. Some folks might appreciate your contributions to updating the source code and documentation. |
Hi!
Downloaded a fresh clone of the repo then tried
./snpsea-osx64 --help
and got:After I installed the library with
brew install gsl
(as indicated here) but it still throws the same error even after macbook restart.Do you know by any chance why this would happen?
Also, is there any chance this will compile on Windows?
The text was updated successfully, but these errors were encountered: