-
Notifications
You must be signed in to change notification settings - Fork 7
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
MAKEFILE #60
MAKEFILE #60
Conversation
it works!
|
amazing |
#include "../lib/anemone/csrc/anemone_base.h" | ||
#include "../lib/anemone/csrc/anemone_memcmp.h" | ||
#include "../lib/anemone/csrc/anemone_mempool.h" | ||
#endif |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so you guys with your weird editors that do things will have to do something like
CFLAGS=$(mafia cflags)
good luck with that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hm, let me try in emacs
I'd like a bit more information about what this fixes. It seems to me that this is just papering over bugs in cabal. Has anyone check the cabal-install github issues page to see if this issue this works around has already been raised? If it hasn't been raised already, maybe it should be. |
Definitely. There are issues for the haskell/cabal#24 |
Ever hear of the Tradgedy of the Commons? |
I should have put that in the other order: the important part for me is that it works now. I don't care how. But given that fixing it in Cabal would take more time and then require waiting for a release, this is a fine interim solution. |
Its only an interim solution if someone actually does the work in Cabal. |
Ok.. I don't think that's particularly relevant to this PR |
Looks like they intend on replacing the Cabal build system with Shake, which should make it easier to implement this properly in Cabal. If this one day ends up being replaced with a shake cabal, all the better; if not it still works. |
gonna merge this. too bad, suckers |
wow