-
Notifications
You must be signed in to change notification settings - Fork 51
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
compile error on Ubuntu #22
Comments
jairideout
added a commit
to jairideout/qiime-deploy-conf
that referenced
this issue
Jan 7, 2015
Instead of the latest development version (this doesn't compile on Ubuntu). See jstjohn/SeqPrep#22
I have a very similar issue on our HPC cluster.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After the latest pull request (#21) was merged to fix compile issues on OS X, I am unable to compile on Ubuntu:
It seems that the issue is the
extern
keyword added toupdate_spinner
(this line). When I removeextern
, I'm able to successfully compile. I'm not sure how this will affect compatibility with OS X or other systems though.System info:
Please let me know if you need more info or if I can help in any way with testing/fixing this. Thanks!
The text was updated successfully, but these errors were encountered: