[Ves] New VES for Android configuration error?

DEB63 at pitt.edu DEB63 at pitt.edu
Tue Oct 8 12:44:37 EDT 2013


Hi

I tried to download/setup a fresh installation of VES for Android for a
project that I have been working on - specifically using the
kiwi-next-apps-resolved-next branch.  However, after trying to build my
code with the new download, I ended up getting some link errors... errors
that were never there before...

"undefined reference to
`vesKiwiDataLoader::setErrorOnMoreThan65kVertices(bool)'

I will note that this code will build correctly using a VES install I did
2-3 weeks ago.

In an effort to track down the problem, I tried to perform a clean
superbuild for Android... as per the basic setup instructions...
$ export ANDROID_NDK=/path/to/installed/android-ndk
$ cd Apps/Android/CMakeBuild
$ cmake -P configure.cmake
$ cd build
$ make -j4

however, the cmake -P configure.cmake
now produces some errors, such as:
>>>>>>>>>>>>
{ ~/VES/Apps/Android/CMakeBuild }-> cmake -P configure.cmake
-- Found PythonInterp: /usr/bin/python (found version "2.7.2")
-- Found Git: /usr/bin/git (found version "1.7.12.4 (Apple Git-37)")
CMake Error at /Applications/CMake
2.8-10.app/Contents/share/cmake-2.8/Modules/ExternalProject.cmake:718
(get_property):
  get_property could not find TARGET curl-android.  Perhaps it has not yet
  been created.
Call Stack (most recent call first):
  /Applications/CMake
2.8-10.app/Contents/share/cmake-2.8/Modules/ExternalProject.cmake:932
(ExternalProject_Get_Property)
  /Applications/CMake
2.8-10.app/Contents/share/cmake-2.8/Modules/ExternalProject.cmake:1488
(_ep_get_step_stampfile)
  /Applications/CMake
2.8-10.app/Contents/share/cmake-2.8/Modules/ExternalProject.cmake:1702
(_ep_add_configure_command)
  CMake/ves-superbuild.cmake:337 (ExternalProject_Add)
  CMake/ves-superbuild.cmake:390 (crosscompile_ves)
  CMakeLists.txt:3 (include)


CMake Error at /Applications/CMake
2.8-10.app/Contents/share/cmake-2.8/Modules/ExternalProject.cmake:720
(message):
  External project "curl-android" has no stamp_dir
Call Stack (most recent call first):
  /Applications/CMake
2.8-10.app/Contents/share/cmake-2.8/Modules/ExternalProject.cmake:932
(ExternalProject_Get_Property)
  /Applications/CMake
2.8-10.app/Contents/share/cmake-2.8/Modules/ExternalProject.cmake:1488
(_ep_get_step_stampfile)
  /Applications/CMake
2.8-10.app/Contents/share/cmake-2.8/Modules/ExternalProject.cmake:1702
(_ep_add_configure_command)
  CMake/ves-superbuild.cmake:337 (ExternalProject_Add)
  CMake/ves-superbuild.cmake:390 (crosscompile_ves)
  CMakeLists.txt:3 (include)


-- Configuring incomplete, errors occurred!

<<<<<<<<

Any suggestions?

Thanks
Dave





More information about the Ves mailing list