Hi Neels & Harald Thanks your for your help & support, i just grabbed tar file direct using wget wget https://github.com/osmocom/libosmocore/archive/0.11.0.tar.gz and extracted and build Regards
Babar Ali
On Thursday, 24 May 2018, 7:10:06 PM GMT+5, Harald Welte laforge@gnumonks.org wrote:
On Thu, May 24, 2018 at 03:54:40PM +0200, Neels Hofmeyr wrote:
On Thu, May 24, 2018 at 08:47:26AM +0200, Harald Welte wrote:
Requested ‘libosmocore >= 0.11.0’ but version of Osmocom Core Library is UNKNOWN
An idea here is that we determine the version from git, or otherwise put a .version file in a tar when generating a tar. If you were to take the source code and autoconf/configure it without either of those, you should get UNKNOWN.
yes, but where would you "take" related source code from? * git repository contains .git and thus git-version-gen works * "make dist" generates a tarball with .version (just verified)
Where else would you get the source code from?