<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Dec 13, 2017 at 8:47 PM, Berthold Stoeger <span dir="ltr"><<a href="mailto:bstoeger@mail.tuwien.ac.at" target="_blank">bstoeger@mail.tuwien.ac.at</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<span class=""><br>
On Mittwoch, 13. Dezember 2017 06:18:22 CET Dirk Hohndel wrote:<br>
<br>
> That did indeed work really well. I fixed a compile problem on Android,<br>
> I reviewed the merge itself, I tested Android and Mac... it all looks good.<br>
><br>
> I think the only way to get broad test coverage against many dive<br>
> computers will be to push this to Subsurface-branch and master, so<br>
> I just did that (and I also included the one commit that had been sitting<br>
> as a PR on GitHub for a week or so - simply ignoring the build directory<br>
> under libdivecomputer).<br>
<br>
</span>I upgraded to upstream and now I can't compile anymore (undefined enums related<br>
to rebreathers). Even build.sh in a freshly cloned repository doesn't work,<br>
because it doesn't seem to fetch libdivecomputer. build.log attached.<br></blockquote><div><br></div><div>The log states that libdivceomputer/version.h is not found. Suggest, that the submodule is not initialized correctly. In subsurface directory run following:</div><div><br></div><div>git submodule init</div><div>git submodule update --recursive</div><div><br></div><div>HTH,</div><div>miika<br></div></div><br></div></div>