> On Jan 8, 2018, at 11:39 AM, Cristian Ionescu-Idbohrn > <[email protected]> wrote: > > On Mon, 8 Jan 2018, Dirk Hohndel wrote: >> >> cd ~/src/subsurface >> git submodule update > > Thanks. Is that what is _always_ supposed to be done in such cases?
Our build script does this automatically (at least it should). Since we made libdivecomputer a submodule maybe a month or so ago, this is what you need to do if I update to a new version of libdivecomputer in the tree. It may seem inconvenient, but this ensures that you have a matching version. Which makes it much easier (for example) to bisect when trying to find an odd bug. /D _______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
