On Fri, Apr 9, 2010 at 8:29 PM, Stuart Baggs stuart@bluewave.im wrote:
Im not sure what I did but it eventually compiled no problem.
The libosmocore that's included with git-submodule inside the openbsc.git isn't at a proper version. You need to take a separate recent checkout of both git and then it will work.
It can get confusing because it you checkout openbsc.git and libosmocore.git, you get this structure :
base/openbsc -> The openbsc git base/openbsc/openbsc -> The openbsc source base/openbsc/libosmocore -> The bad libosmocore (only work on release tags I guess) base/libosmocore -> The libosmocore git that will work.
Sylvain