-
Notifications
You must be signed in to change notification settings - Fork 304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libplist doesn't install plist.pxd #138
Comments
I've run into the same issue in Ubuntu 18.04 with the difference that I'm trying to get it to work in Python 3. I modified running
This issue is also discussed here: libimobiledevice/libimobiledevice#283 The solution of installing |
This comment provides a workaround: libimobiledevice/libimobiledevice#283 (comment) After
I tried to investigate how to fix the issue more permanently but I'm not familar enough with |
Correct about
|
Should be fixed with commit 811a53a. Let me know if not. |
Verified fixed -- thanks!
Paul Vojta
…On Thu, Aug 08, 2019 at 02:17:52AM -0700, Nikias Bassen wrote:
Should be fixed with commit 811a53a. Let me know if not.
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#138 (comment)
|
libimobiledevice won't compile without plist.pxd, but libplist doesn't install it.
To reproduce:
This is on Debian stretch (stable), amd64 architecture. The python-all-dev and cython packages are installed; python-plist is not.
Check for plist.pxd (it should be absent from both places):
Download libplist, libusbmuxd, and libimobiledevice from github.
For each of these packages, do:
The "make" step for libimobiledevice will fail. In part, it says:
Making all in cython
make[2]: Entering directory '/home/vojta/libimobiledevice-master/cython'
make[2]: *** No rule to make target '/usr/local/include/plist/cython/plist.pxd', needed by 'imobiledevice.c'. Stop.
Sorry about Issue #111. I don't know why I said plist.pyx -- I meant plist.pxd.
The text was updated successfully, but these errors were encountered: