libimobiledevice / libplist

A library to handle Apple Property List format in binary or XML
https://libimobiledevice.org
GNU Lesser General Public License v2.1
532 stars 304 forks source link

configure error<Thanks for reply> #208

Open TianBro opened 2 years ago

TianBro commented 2 years ago

download libplist-master.zip ,then ./autogen.sh : configure: error : PACKAGE_VERSION is not defined. Make sure to cnfigure a source tree out from git or that .tarball-version is present

kimdindoo commented 1 year ago

I had the same problem. did you solve it?

TianBro commented 1 year ago

sorry ,hasn't dealed with the problem

nikias commented 1 year ago

It's really easy, just use git clone instead of downloading the .zip. The reason for this is to prevent building a libplist/plistutil version without the git commit version. The commit version string helps to pinpoint the exact commit it was built from if there is a bug or any other issue.