-
Notifications
You must be signed in to change notification settings - Fork 92
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
Your releases don't contain sobmodule-checkouts in foreign #117
Comments
You should update git submodules before building: |
I am talking about the release tarballs which don't contain any git directories ;) But I found this: |
@ff2000 they should be there http://repo.reverbrain.com/sources/, but something is broken. We'll solve it with our RE. You're going to make ebuilds for Gentoo, aren't you? |
@noxiouz thx! And yes, I want to get an up2date version of cocaine-core into Gentoo portage :) |
There's a git-subtree based branch now: https://github.com/cocaine/cocaine-core/tree/git-subtrees-src. We'll test it out and merge if everything's good with that approach. |
That leads to compilation errors like
[..]/cocaine-core-0.11.2.0/src/runtime/runtime.cpp:41:24: fatal error: backward.hpp: No such file or directory
#include "backward.hpp"
Is there another place where we can pick your (working) release tarballs?
The text was updated successfully, but these errors were encountered: