libimobiledevice / libimobiledevice-glue

A library with common code used by libraries and tools around the libimobiledevice project
GNU Lesser General Public License v2.1
86 stars 69 forks source link

git-version-gen has not been included in the tarball #32

Closed heitbaum closed 1 year ago

heitbaum commented 1 year ago

git-version-gen has not been included in the tarball and causes the build to error.

Even after copying this file inplace - getting the following build error.

configure:error: PACKAGE_VERSION is not defined. Make sure to configure a source tree checked out from git or that .tarball-version is present.

nikias commented 1 year ago

Oh thanks for the reminder... obviously this breaks. Also it needs a .tarball-version file 🤦‍♂️

nikias commented 1 year ago

Updated the release tarball and fixed in in git.

heitbaum commented 1 year ago

Updated the release tarball and fixed in in git.

Tested and working 👍

dingziyang commented 5 months ago

I don't have a clone, I downloaded it directly because the internet is very slow. where is the .tarball-version file? whatever in master or tag, I cannot found it.