trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: March 2012

CMake Failure - tdesdk: svn_client-1 library was not found on your system

From: "David C. Rankin" <drankinatty@...>
Date: Mon, 12 Mar 2012 02:31:43 -0500
Tim, Serghei,

  tdesdk will not complete CMake configure due to a failure to fine svn_client-1
even though subversion is installed and the libsvn_client-1 library is in
/usr/lib. The error received is:

-- Looking for svn_pool_create_ex in svn_client-1
-- Looking for svn_pool_create_ex in svn_client-1 - not found
CMake Error at cmake/modules/TDEMacros.cmake:23 (message):
  #################################################

   svn_client-1 library was not found on your system.
   Subversion is installed?
   Try to set SVN_LIBRARY_DIR to subversion library directory.

  #################################################
Call Stack (most recent call first):
  kioslave/svn/ConfigureChecks.cmake:27 (tde_message_fatal)
  kioslave/svn/CMakeLists.txt:12 (include)


-- Configuring incomplete, errors occurred!


  I'm not sure what this error is looking for?? I set SVN_LIBRARY_DIR=/usr/lib,
but it made no difference:


  msg "Starting cmake..."
  cmake ${srcdir}/${pkgname#*-} \
    -DCMAKE_VERBOSE_MAKEFILE=ON \
    -DCMAKE_INSTALL_PREFIX=${TDEDIR} \
    -DWITH_DBSEARCHENGINE=ON \
    -DSVN_LIBRARY_DIR=/usr/lib \
    -DWITH_KCAL=ON \
    -DBUILD_ALL=ON

  What say the experts?


-- 
David C. Rankin, J.D.,P.E.