libmtp error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • zoobave
    New Member
    • Jul 2007
    • 9

    libmtp error

    Hi,
    I am developing an application using glade2. When i use the libmtp functions, it shows the following error. How can i resolve this problem?

    Code:
    undefined reference to `LIBMTP_Get_Connected_Devices'
    undefined reference to `LIBMTP_Release_Device_List'
    regrads,
    Zoobave
    Last edited by acoder; Feb 4 '08, 12:20 PM.
  • michaelb
    Recognized Expert Contributor
    • Nov 2006
    • 534

    #2
    I think you need to upgrade to the up to date version of the library.
    The very first version of libmtp.c which has both functions referenced in your post is rev. 1.150 which has been developed just few months ago.

    You can download the latest libmtp here

    Comment

    Working...