Results 1 to 4 of 4

Thread: Subversion APIs

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Apr 2010
    Posts
    769
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11
    Thanks
    1
    Thanked 94 Times in 86 Posts

    Default Re: Subversion APIs

    Undefined symbols are typical of linkage that can't locate a particular library. The first step would be to check your path settings and ensure that the libraries you think are needed are actually being found.

    The function in question is likely an internal call, for what it's worth, and therefore isn't documented. You could dump the symbols in your libraries and see if it can be found; this is typically done with 'nm' or the compiler under Linux; Mac probably has its own tools to do the same thing.

  2. #2
    Join Date
    Jan 2010
    Posts
    13
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows
    Thanked 2 Times in 2 Posts

    Default Re: Subversion APIs

    Cheers, pointed me in the right direction.
    I needed to the following to my .PRO file. However it there a better way of doing this?


    LIBS += /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libsvn_client-1.dylib \
    /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libsvn_delta-1.dylib \
    /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libsvn_diff-1.dylib \
    /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libsvn_fs-1.dylib \
    /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libsvn_fs_fs-1.dylib \
    /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libsvn_fs_util-1.dylib \
    /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libsvn_ra-1.dylib \
    /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libsvn_ra_local-1.dylib \
    /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libsvn_ra_neon-1.dylib \
    /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libsvn_ra_svn-1.dylib \
    /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libsvn_repos-1.dylib \
    /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libsvn_subr-1.dylib \
    /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libsvn_swig_ruby-1.dylib \
    /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libsvn_wc-1.dylib \
    /usr/lib/libapr-1.dylib \
    /usr/lib/libaprutil-1.dylib

  3. #3
    Join Date
    Jan 2009
    Location
    Germany
    Posts
    131
    Qt products
    Qt3 Qt4
    Platforms
    MacOS X Unix/X11 Windows
    Thanks
    11
    Thanked 16 Times in 16 Posts

    Default Re: Subversion APIs

    Perhaps pkg-config has support for subversion (I don't know it right now if it works under osx)

Similar Threads

  1. Problem while using the S60 extension APIs and the Qt Mobility APIs
    By sudhir.linux in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 3rd January 2011, 12:48
  2. need help youtube APIs with qt
    By doforumda in forum Newbie
    Replies: 5
    Last Post: 18th November 2010, 20:09
  3. Replies: 2
    Last Post: 24th July 2010, 09:41
  4. QT and Subversion
    By TomASS in forum Qt Tools
    Replies: 1
    Last Post: 18th September 2009, 22:25
  5. APIs and Data structures
    By crazymoonboy in forum Qt Programming
    Replies: 0
    Last Post: 30th September 2008, 07:56

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.