libimobiledevice-glue icon indicating copy to clipboard operation
libimobiledevice-glue copied to clipboard

A library with common code used by libraries and tools around the libimobiledevice project

Results 13 libimobiledevice-glue issues
Sort by recently updated
recently updated
newest added

When building for Win32, socket code from the glue library gets error codes with `WSAGetLastError()` function rather than `errno` variable, which is correct: e.g. [1](https://github.com/libimobiledevice/libimobiledevice-glue/blob/master/src/socket.c#L921-L925) When some error happens, we...

./autogen.sh libtoolize: putting auxiliary files in '.'. libtoolize: linking file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: linking file 'm4/libtool.m4' libtoolize: linking file 'm4/ltoptions.m4' libtoolize: linking file 'm4/ltsugar.m4' libtoolize:...

I am getting below response during installation. I am running **make** command to install libimobiledevice-glue make make all-recursive make[1]: Entering directory '/home/Saurabh/libimobiledevice-glue' Making all in src make[2]: Entering directory '/home/Saurabh/libimobiledevice-glue/src'...

Is it possible to publish an official release for [libimobiledevice-glue](https://github.com/libimobiledevice/libimobiledevice-glue)? After refactoring the code base and adding the libimobiledevice-glue dependency to other projects it is not possible to install libimobiledevice,...

This introduces a rudimentary hashing function set to ensure that we do not have to depend on the OpenSSL library for package integrity

I build libimobliedevice-glue in MSYS2(MinGW-w64), on Windows 10; Error Happend: $ make make all-recursive make[1]: Entering directory '/home/Admin/iOS_Wired_Build/libimobiledevice-glue' Making all in src make[2]: Entering directory '/home/Admin/iOS_Wired_Build/libimobiledevice-glue/src' CC glue.lo CC socket.lo...

There is code duplication between these modules which is a good candidate to move here

I'm building against an ancient uclibc (not my choice) and I can't build libimobiledevice-glue ``` make all-recursive make[1]: Entering directory '/src/libimobiledevice-glue' Making all in src make[2]: Entering directory '/src/libimobiledevice-glue/src' CC...

0 libsystem_kernel.dylib 0x00007fff92875d42 __pthread_kill + 10 1 libsystem_pthread.dylib 0x00007fff92963457 pthread_kill + 90 2 libsystem_c.dylib 0x00007fff927db4bb __abort + 140 3 libsystem_c.dylib 0x00007fff927dbd7e __stack_chk_fail + 205 4 libimobiledevice-glue-1.0.0.dylib 0x000000011cd252f7 socket_connect_addr + 1607...