On 7/19/2012 7:43 PM, Alexander Hansen wrote:
> On 7/19/12 4:16 PM, sshah wrote:
>> Hi there,
>>
>> I'm new to fink so if this is not the right forum, please point me to the
>> appropriate forum.
>>
>> Mac OS X 10.7.4
>> fink: 0.34
>>
>> I tried "dselect",
>
> dselect doesn't really do much for 10.6 or 10.7, since there are no
> official binary distributions for those platforms.
>
> "fink select libimobiledevice"
>
> It helps if you use command verbs that actually exist :-)
>
>   as well as "fink install
>> libimobiledevice", but none of them list or install libimobiledevice. Is 
>> 10.7.4
>> supported?
>>
>> Thanks,
>> sshah
>>
>>
>>
>
> According to
>
> http://pdb.finkproject.org/pdb/package.php/libimobiledevice
>
> it is not yet available for 10.7.  THe maintainer (cc'ed) may have more
> insight as to why it isn't available.

Karl-Michael,

usbmuxd (a dependency for libimobiledevice) needs an extra flag to 
successfully build (tested on 10.6/i386 and also on a locally copied 
10.7 info).

-DUSB_INCLUDE_DIR=%p/include/libusb-1.0 must be added to the cmake 
command in order to find the libusb1 header.  This allows the build to 
finish.  Otherwise it fails during the cmake command.

However, even after this is patched, the libusbmuxd.pc file is not 
formed correctly, and the Version: field is given a value of "UNKNOWN". 
  This causes libimobiledevice to then fail during ./configure when 
trying to find usbmuxd.  usbmuxd's self-version check seems broken (see 
Modules/VersionTag.cmake and Modules/describe.sh)

Hanspeter


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to