[Ves] New VES for Android configuration error?

Tom Panzarella tpanzarella at loveparkrobotics.com
Fri Oct 11 10:36:36 EDT 2013


Hi Casey,

So, I've checked out your `next` branch. It got past the `android-curl` 
issue during the `cmake -P configure.cmake` step. However, the build 
failed. I have attached a capture of the output from running `make -j4`.

On the upside, the build I did with manually editing the CMakeLists.txt 
file to turn off curl and libarchive completed successfully and I have 
KiwiViewer running on my Nexus 7. On a Friday, I will treat this as 
success :-)

Let me know if I can be of any more assistance in the process.

Best,
Tom

On 10/11/2013 10:23 AM, Casey Goodlett wrote:
> With the use of cmake directly its better to execute something like the
> following to set options.
>
> cmake -DVES_USE_LIBARCHIVE=OFF -DVES_USE_CURL=OFF
>
> This may not be exactly the right syntax as I have not tested.
>
>
> On Fri, Oct 11, 2013 at 10:20 AM, Casey Goodlett
> <casey.goodlett at kitware.com <mailto:casey.goodlett at kitware.com>> wrote:
>
>     Sorry I had meant to say next instead of master.
>
>     Something like this is how I would normally use ccmake
>     http://www.vtk.org/Wiki/VTK/Building/Linux
>
>     I notice the VES android build instructions instruct the use of
>     cmake directly so there may be a subtlety I am not aware of.
>
>
>     On Fri, Oct 11, 2013 at 10:12 AM, Tom Panzarella
>     <tpanzarella at loveparkrobotics.com
>     <mailto:tpanzarella at loveparkrobotics.com>> wrote:
>
>         Hi Casey,
>
>         Thanks for the pointer. I'm not too familiar with using the
>         CMake GUI interfaces. With respect to building VES, how would
>         you invoke ccmake or cmake-gui to perform this configuration change?
>
>         Also, I did another checkout from master and tried to build per
>         the normal instructions (based on your earlier email about
>         trying again). It results in the same `android-curl` related error.
>
>         FWIW, my other build is still going with no problems...
>
>         Best,
>         Tom
>
>
>         On 10/11/2013 10:05 AM, Casey Goodlett wrote:
>
>             Hi Tom,
>
>             Those values only setup the default options for cmake.  Its
>             better if
>             you configure those values when using ccmake or cmake-gui
>             then to modify
>             the hard-coded values in the CMakeLists.txt
>
>             Thanks
>
>
>             On Fri, Oct 11, 2013 at 10:04 AM, Tom Panzarella
>             <tpanzarella at loveparkrobotics.__com
>             <mailto:tpanzarella at loveparkrobotics.com>
>             <mailto:tpanzarella at __loveparkrobotics.com
>             <mailto:tpanzarella at loveparkrobotics.com>>> wrote:
>
>                  Thank you Casey, it seems to be working.
>
>                  For those following along, here is a diff to do what
>             Casey suggests:
>
>                  [ ~/dev/android/VES/CMake ]
>                  tpanzarella at jelly: $ git diff
>                  diff --git a/CMake/ves-superbuild.cmake
>             b/CMake/ves-superbuild.cmake
>                  index c5a034f..005abb9 100644
>                  --- a/CMake/ves-superbuild.cmake
>                  +++ b/CMake/ves-superbuild.cmake
>                  @@ -2,8 +2,8 @@ project(VES_SUPERBUILD NONE)
>
>                    include(ExternalProject)
>
>                  -option(VES_USE_LIBARCHIVE "Should VES include
>             libarchive support" ON)
>                  -option(VES_USE_CURL "Should VES include cURL support" ON)
>                  +option(VES_USE_LIBARCHIVE "Should VES include
>             libarchive support" OFF)
>                  +option(VES_USE_CURL "Should VES include cURL support" OFF)
>                    option(VES_USE_PCL "Should VES include PCL support" OFF)
>                    set(PCL_SUPERBUILD_DIR "PCL_SUPERBUILD_DIR-NOTFOUND"
>             CACHE PATH
>                      "Directory containing CMakeExternals/Install with
>             PCL and its
>                  dependencies")
>
>                  The code is currently building for me.
>
>                  Thanks,
>                  Tom
>
>
>                  On 10/11/2013 09:59 AM, Casey Goodlett wrote:
>
>                      For now you can work around by disabling curl and
>             libarchive when
>                      building for android.
>
>
>                      On Fri, Oct 11, 2013 at 9:55 AM, Tom Panzarella
>                      <tpanzarella at loveparkrobotics.____com
>                      <mailto:tpanzarella at __loveparkrobotics.com
>             <mailto:tpanzarella at loveparkrobotics.com>>
>                      <mailto:tpanzarella@
>             <mailto:tpanzarella@>__lovepark__robotics.com
>             <http://loveparkrobotics.com>
>
>                      <mailto:tpanzarella at __loveparkrobotics.com
>             <mailto:tpanzarella at loveparkrobotics.com>>>> wrote:
>
>                           Hi,
>
>                           I'm not sure what errors you are encountering
>             but I am also
>                      having
>                           trouble building the code from a fresh VES
>             checkout. Here
>                      is what I get:
>
>                           tpanzarella at jelly: $ cmake -P configure.cmake
>                           CMake Error at
>
>               /usr/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):
>
>             /usr/share/cmake-2.8/Modules/______ExternalProject.cmake:932
>                           (ExternalProject_Get_Property)
>
>             /usr/share/cmake-2.8/Modules/______ExternalProject.cmake:1488
>                           (_ep_get_step_stampfile)
>
>             /usr/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
>
>               /usr/share/cmake-2.8/Modules/______ExternalProject.cmake:720
>
>                      (message):
>
>
>                              External project "curl-android" has no
>             stamp_dir
>                           Call Stack (most recent call first):
>
>             /usr/share/cmake-2.8/Modules/______ExternalProject.cmake:932
>                           (ExternalProject_Get_Property)
>
>             /usr/share/cmake-2.8/Modules/______ExternalProject.cmake:1488
>                           (_ep_get_step_stampfile)
>
>             /usr/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 help is greatly appreciated.
>
>                           Best,
>                           Tom
>
>
>                           On 10/11/2013 09:40 AM, DEB63 at pitt.edu
>             <mailto:DEB63 at pitt.edu>
>                      <mailto:DEB63 at pitt.edu <mailto:DEB63 at pitt.edu>>
>             <mailto:DEB63 at pitt.edu <mailto:DEB63 at pitt.edu>
>
>                      <mailto:DEB63 at pitt.edu <mailto:DEB63 at pitt.edu>>> wrote:
>
>                               Hi
>
>                               You mentioned below to try the current
>             master.  These
>                      Android
>                               configuration errors appear to be
>             happening on the master
>                               branch.....
>                               Here is what I get, as I type the
>             following, to perform
>                      a fresh
>                               build from
>                               the command prompt...
>                               - - - - - - -
>                               { ~ }-> git clone git://vtk.org/VES.git
>             <http://vtk.org/VES.git>
>                      <http://vtk.org/VES.git> <http://vtk.org/VES.git>
>
>
>                               Cloning into 'VES'...
>                               remote: Counting objects: 9593, done.
>                               remote: Compressing objects: 100%
>             (2998/2998), done.
>                               remote: Total 9593 (delta 6433), reused
>             9525 (delta 6391)
>                               Receiving objects: 100% (9593/9593), 26.32
>             MiB | 8.86
>                      MiB/s, done.
>                               Resolving deltas: 100% (6433/6433), done.
>                               { ~ }-> cd VES
>                               { ~/VES }-> git branch
>                               * master                  < < < < < On the
>             master
>                      branch < < <
>                               { ~/VES }-> cd Apps/Android/CmakeBuild
>                               { ~/VES/Apps/Android/CmakeBuild }-> cmake -P
>                      configure.cmake
>
>                               [> > > > >(after a bunch of journal
>             lines...)< < < < ]
>
>                               -- Configuring incomplete, errors
>             occurred!        < <
>                      < Error <
>                                 < <
>                               { ~/VES/Apps/Android/CmakeBuild }->
>
>                               - - - - - -
>                               Thanks
>                               Dave
>
>
>
>
>                                   On Wed, Oct 9, 2013 at 8:00 AM, Casey
>             Goodlett
>                                   <casey.goodlett at kitware.com
>             <mailto:casey.goodlett at kitware.com>
>                      <mailto:casey.goodlett at __kitware.com
>             <mailto:casey.goodlett at kitware.com>>
>                                   <mailto:casey.goodlett@
>             <mailto:casey.goodlett@>__kitwa__re.com <http://kitware.com>
>
>                      <mailto:casey.goodlett at __kitware.com
>             <mailto:casey.goodlett at kitware.com>>>>__wrote:
>
>
>                                       Aashish,
>
>                                       I think we also have problems on
>             the VES
>                      dashboard.  I
>                                       think there may
>                                       be
>                                       a problem with android builds with
>             curl and
>                      libarchive
>                                       enabled.
>
>
>                                   I see. I can look into it today if you
>             haven't done it
>                                   already. Thanks for
>                                   pointing it out.
>
>                                   - Aashish
>
>
>
>
>                                       On Tue, Oct 8, 2013 at 12:58 PM,
>             Aashish
>                      Chaudhary <
>             aashish.chaudhary at kitware.com
>             <mailto:aashish.chaudhary at kitware.com>
>             <mailto:aashish.chaudhary at __kitware.com
>             <mailto:aashish.chaudhary at kitware.com>>
>                                       <mailto:aashish.chaudhary@
>             <mailto:aashish.chaudhary@>__ki__tware.com <http://kitware.com>
>
>                      <mailto:aashish.chaudhary at __kitware.com
>             <mailto:aashish.chaudhary at kitware.com>>>> wrote:
>
>                                           Could you please try the
>             current master. We
>                      have
>                                           done quite a bit of
>                                           work
>                                           on resolving most of the build
>             issues and
>                      most of
>                                           these changes are in
>                                           master now.
>
>                                           - Aashish
>
>
>
>                                           On Tue, Oct 8, 2013 at 12:44 PM,
>                      <DEB63 at pitt.edu <mailto:DEB63 at pitt.edu>
>             <mailto:DEB63 at pitt.edu <mailto:DEB63 at pitt.edu>>
>                                           <mailto:DEB63 at pitt.edu
>             <mailto:DEB63 at pitt.edu>
>
>                      <mailto:DEB63 at pitt.edu <mailto:DEB63 at pitt.edu>>>>
>             wrote:
>
>                                               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
>
>
>
>                      _____________________________________________________
>
>                                               Ves mailing list
>             Ves at public.kitware.com <mailto:Ves at public.kitware.com>
>             <mailto:Ves at public.kitware.com
>             <mailto:Ves at public.kitware.com>__>
>
>               <mailto:Ves at public.kitware.com <mailto:Ves at public.kitware.com>
>                      <mailto:Ves at public.kitware.com
>             <mailto:Ves at public.kitware.com>__>__>
>             http://public.kitware.com/cgi-______bin/mailman/listinfo/ves
>             <http://public.kitware.com/cgi-____bin/mailman/listinfo/ves>
>
>             <http://public.kitware.com/__cgi-__bin/mailman/listinfo/ves
>             <http://public.kitware.com/cgi-__bin/mailman/listinfo/ves>__>
>
>
>
>             <http://public.kitware.com/____cgi-bin/mailman/listinfo/ves
>             <http://public.kitware.com/__cgi-bin/mailman/listinfo/ves>
>
>
>             <http://public.kitware.com/__cgi-bin/mailman/listinfo/ves
>             <http://public.kitware.com/cgi-bin/mailman/listinfo/ves>>>
>
>
>
>
>                                           --
>                                           | Aashish Chaudhary
>                                           | R&D Engineer
>                                           | Kitware Inc.
>                                           | www.kitware.com
>             <http://www.kitware.com> <http://www.kitware.com>
>                      <http://www.kitware.com>
>
>
>                      _____________________________________________________
>
>                                           Ves mailing list
>             Ves at public.kitware.com <mailto:Ves at public.kitware.com>
>             <mailto:Ves at public.kitware.com
>             <mailto:Ves at public.kitware.com>__>
>                      <mailto:Ves at public.kitware.com
>             <mailto:Ves at public.kitware.com>
>             <mailto:Ves at public.kitware.com
>             <mailto:Ves at public.kitware.com>__>__>
>             http://public.kitware.com/cgi-______bin/mailman/listinfo/ves
>             <http://public.kitware.com/cgi-____bin/mailman/listinfo/ves>
>
>             <http://public.kitware.com/__cgi-__bin/mailman/listinfo/ves
>             <http://public.kitware.com/cgi-__bin/mailman/listinfo/ves>__>
>
>
>
>             <http://public.kitware.com/____cgi-bin/mailman/listinfo/ves
>             <http://public.kitware.com/__cgi-bin/mailman/listinfo/ves>
>
>
>             <http://public.kitware.com/__cgi-bin/mailman/listinfo/ves
>             <http://public.kitware.com/cgi-bin/mailman/listinfo/ves>>>
>
>
>
>
>                                       --
>                                       Casey B. Goodlett, Ph.D.
>                                       R&D Engineer
>                                       Kitware, Inc. - North Carolina Office
>             http://www.kitware.com
>             (919) 969-6990 x310 <tel:%28919%29%20969-6990%20x310>
>             <tel:%28919%29%20969-6990%__20x310>
>                      <tel:%28919%29%20969-6990%____20x310>
>
>
>
>
>
>
>                                   --
>                                   | Aashish Chaudhary
>                                   | R&D Engineer
>                                   | Kitware Inc.
>                                   | www.kitware.com
>             <http://www.kitware.com> <http://www.kitware.com>
>                      <http://www.kitware.com>
>
>               _____________________________________________________
>
>                                   Ves mailing list
>             Ves at public.kitware.com <mailto:Ves at public.kitware.com>
>             <mailto:Ves at public.kitware.com
>             <mailto:Ves at public.kitware.com>__>
>                      <mailto:Ves at public.kitware.com
>             <mailto:Ves at public.kitware.com>
>             <mailto:Ves at public.kitware.com
>             <mailto:Ves at public.kitware.com>__>__>
>             http://public.kitware.com/cgi-______bin/mailman/listinfo/ves
>             <http://public.kitware.com/cgi-____bin/mailman/listinfo/ves>
>
>             <http://public.kitware.com/__cgi-__bin/mailman/listinfo/ves
>             <http://public.kitware.com/cgi-__bin/mailman/listinfo/ves>__>
>
>
>             <http://public.kitware.com/____cgi-bin/mailman/listinfo/ves
>             <http://public.kitware.com/__cgi-bin/mailman/listinfo/ves>
>
>             <http://public.kitware.com/__cgi-bin/mailman/listinfo/ves
>             <http://public.kitware.com/cgi-bin/mailman/listinfo/ves>>>
>
>
>
>               _____________________________________________________
>
>                               Ves mailing list
>             Ves at public.kitware.com <mailto:Ves at public.kitware.com>
>             <mailto:Ves at public.kitware.com
>             <mailto:Ves at public.kitware.com>__>
>                      <mailto:Ves at public.kitware.com
>             <mailto:Ves at public.kitware.com>
>             <mailto:Ves at public.kitware.com
>             <mailto:Ves at public.kitware.com>__>__>
>             http://public.kitware.com/cgi-______bin/mailman/listinfo/ves
>             <http://public.kitware.com/cgi-____bin/mailman/listinfo/ves>
>
>             <http://public.kitware.com/__cgi-__bin/mailman/listinfo/ves
>             <http://public.kitware.com/cgi-__bin/mailman/listinfo/ves>__>
>
>
>             <http://public.kitware.com/____cgi-bin/mailman/listinfo/ves
>             <http://public.kitware.com/__cgi-bin/mailman/listinfo/ves>
>
>             <http://public.kitware.com/__cgi-bin/mailman/listinfo/ves
>             <http://public.kitware.com/cgi-bin/mailman/listinfo/ves>>>
>
>
>               _____________________________________________________
>
>                           Ves mailing list
>             Ves at public.kitware.com <mailto:Ves at public.kitware.com>
>             <mailto:Ves at public.kitware.com
>             <mailto:Ves at public.kitware.com>__>
>                      <mailto:Ves at public.kitware.com
>             <mailto:Ves at public.kitware.com>
>             <mailto:Ves at public.kitware.com
>             <mailto:Ves at public.kitware.com>__>__>
>             http://public.kitware.com/cgi-______bin/mailman/listinfo/ves
>             <http://public.kitware.com/cgi-____bin/mailman/listinfo/ves>
>
>             <http://public.kitware.com/__cgi-__bin/mailman/listinfo/ves
>             <http://public.kitware.com/cgi-__bin/mailman/listinfo/ves>__>
>
>
>               <http://public.kitware.com/____cgi-bin/mailman/listinfo/ves <http://public.kitware.com/__cgi-bin/mailman/listinfo/ves>
>
>
>             <http://public.kitware.com/__cgi-bin/mailman/listinfo/ves
>             <http://public.kitware.com/cgi-bin/mailman/listinfo/ves>>>
>
>
>
>
>                      --
>                      Casey B. Goodlett, Ph.D.
>                      R&D Engineer
>                      Kitware, Inc. - North Carolina Office
>             http://www.kitware.com
>             (919) 969-6990 x310 <tel:%28919%29%20969-6990%20x310>
>             <tel:%28919%29%20969-6990%__20x310>
>
>
>
>
>             --
>             Casey B. Goodlett, Ph.D.
>             R&D Engineer
>             Kitware, Inc. - North Carolina Office
>             http://www.kitware.com
>             (919) 969-6990 x310 <tel:%28919%29%20969-6990%20x310>
>
>
>
>
>     --
>     Casey B. Goodlett, Ph.D.
>     R&D Engineer
>     Kitware, Inc. - North Carolina Office
>     http://www.kitware.com
>     (919) 969-6990 x310 <tel:%28919%29%20969-6990%20x310>
>
>
>
>
> --
> Casey B. Goodlett, Ph.D.
> R&D Engineer
> Kitware, Inc. - North Carolina Office
> http://www.kitware.com
> (919) 969-6990 x310
-------------- next part --------------
Scanning dependencies of target curl-download
Scanning dependencies of target eigen
Scanning dependencies of target vtk-host
Scanning dependencies of target libarchive-download
[  1%] [  3%] [  6%] [  6%] Creating directories for 'curl-download'
Creating directories for 'vtk-host'
Creating directories for 'eigen'
Creating directories for 'libarchive-download'
[  7%] [  9%] [ 10%] Performing download step (download, verify and extract) for 'eigen'
Performing download step (git clone) for 'libarchive-download'
Performing download step (git clone) for 'curl-download'
[ 12%] -- downloading...
     src='http://vtk.org/files/support/eigen-3.1.2.tar.gz'
     dst='/home/tpanzarella/dev/android2/VES/Apps/Android/CMakeBuild/build/downloads/eigen-3.1.2.tar.gz'
     timeout='none'
Performing download step (download, verify and extract) for 'vtk-host'
-- downloading...
     src='http://www.vtk.org/files/release/6.0/vtk-6.0.0.tar.gz'
     dst='/home/tpanzarella/dev/android2/VES/Apps/Android/CMakeBuild/build/downloads/vtk-6.0.0.tar.gz'
     timeout='none'
-- [download 0% complete]
-- [download 0% complete]
-- [download 1% complete]
-- [download 2% complete]
-- [download 3% complete]
-- [download 4% complete]
-- [download 5% complete]
Cloning into 'libarchive'...
Cloning into 'curl'...
-- [download 6% complete]
-- [download 7% complete]
-- [download 8% complete]
-- [download 9% complete]
-- [download 1% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 2% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
-- [download 49% complete]
-- [download 50% complete]
-- [download 51% complete]
-- [download 3% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
-- [download 56% complete]
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 4% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 5% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- downloading... done
-- verifying file...
     file='/home/tpanzarella/dev/android2/VES/Apps/Android/CMakeBuild/build/downloads/eigen-3.1.2.tar.gz'
-- verifying file... done
-- extracting...
     src='/home/tpanzarella/dev/android2/VES/Apps/Android/CMakeBuild/build/downloads/eigen-3.1.2.tar.gz'
     dst='/home/tpanzarella/dev/android2/VES/Apps/Android/CMakeBuild/build/CMakeExternals/Source/eigen'
-- extracting... [tar xfz]
-- [download 6% complete]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 13%] No patch step for 'eigen'
[ 15%] No update step for 'eigen'
[ 16%] No configure step for 'eigen'
[ 18%] No build step for 'eigen'
[ 19%] Performing install step for 'eigen'
-- [download 7% complete]
[ 21%] Completed 'eigen'
[ 21%] Built target eigen
-- [download 8% complete]
-- [download 9% complete]
-- [download 10% complete]
-- [download 11% complete]
-- [download 12% complete]
-- [download 13% complete]
-- [download 14% complete]
-- [download 15% complete]
-- [download 16% complete]
-- [download 17% complete]
-- [download 18% complete]
-- [download 19% complete]
-- [download 20% complete]
-- [download 21% complete]
-- [download 22% complete]
-- [download 23% complete]
-- [download 24% complete]
-- [download 25% complete]
-- [download 26% complete]
-- [download 27% complete]
-- [download 28% complete]
-- [download 29% complete]
-- [download 30% complete]
-- [download 31% complete]
-- [download 32% complete]
-- [download 33% complete]
-- [download 34% complete]
-- [download 35% complete]
-- [download 36% complete]
-- [download 37% complete]
-- [download 38% complete]
-- [download 39% complete]
-- [download 40% complete]
-- [download 41% complete]
-- [download 42% complete]
-- [download 43% complete]
-- [download 44% complete]
-- [download 45% complete]
-- [download 46% complete]
-- [download 47% complete]
-- [download 48% complete]
Note: checking out 'origin/v7.24.0-with-cmake-patches'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b new_branch_name

HEAD is now at fef0a34... Add user specified include and link directories
-- [download 49% complete]
[ 24%] [ 24%] No patch step for 'curl-download'
Performing update step (git fetch) for 'curl-download'
-- [download 50% complete]
-- [download 51% complete]
-- [download 52% complete]
-- [download 53% complete]
-- [download 54% complete]
-- [download 55% complete]
HEAD is now at fef0a34... Add user specified include and link directories
[ 25%] No configure step for 'curl-download'
[ 27%] No build step for 'curl-download'
[ 28%] No install step for 'curl-download'
[ 30%] Completed 'curl-download'
[ 30%] Built target curl-download
Scanning dependencies of target curl-android
[ 31%] Creating directories for 'curl-android'
[ 33%] No download step for 'curl-android'
[ 34%] [ 36%] No patch step for 'curl-android'
No update step for 'curl-android'
[ 37%] Performing configure step for 'curl-android'
loading initial cache file /home/tpanzarella/dev/android2/VES/CMake/toolchains/curl-TryRunResults.cmake
CMake Error at /usr/share/cmake-2.8/Modules/CMakeDetermineSystem.cmake:95 (message):
  Could not find toolchain file:
  /home/tpanzarella/dev/android2/VES/CMake/toolchains/toolchain-android.cmake
Call Stack (most recent call first):
  CMakeLists.txt:24 (project)


CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly.
Missing variable is:
CMAKE_C_COMPILER_ENV_VAR
CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly.
Missing variable is:
CMAKE_C_COMPILER
CMake Error: Could not find cmake module file:/home/tpanzarella/dev/android2/VES/Apps/Android/CMakeBuild/build/CMakeExternals/Build/curl-android/CMakeFiles/2.8.10.1/CMakeCCompiler.cmake
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
-- Configuring incomplete, errors occurred!
make[2]: *** [CMakeExternals/Stamp/curl-android/curl-android-configure] Error 1
make[1]: *** [CMakeFiles/curl-android.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
Note: checking out 'v3.0.4'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b new_branch_name

HEAD is now at 8076b31... Remove developer flags from release.
[ 40%] [ 40%] Performing update step (git fetch) for 'libarchive-download'
Performing patch step for 'libarchive-download'
HEAD is now at 8076b31... Remove developer flags from release.
M	libarchive/CMakeLists.txt
[ 42%] No configure step for 'libarchive-download'
[ 43%] No build step for 'libarchive-download'
[ 45%] No install step for 'libarchive-download'
[ 46%] -- [download 56% complete]
Completed 'libarchive-download'
[ 46%] Built target libarchive-download
-- [download 57% complete]
-- [download 58% complete]
-- [download 59% complete]
-- [download 60% complete]
-- [download 61% complete]
-- [download 62% complete]
-- [download 63% complete]
-- [download 64% complete]
-- [download 65% complete]
-- [download 66% complete]
-- [download 67% complete]
-- [download 68% complete]
-- [download 69% complete]
-- [download 70% complete]
-- [download 71% complete]
-- [download 72% complete]
-- [download 73% complete]
-- [download 74% complete]
-- [download 75% complete]
-- [download 76% complete]
-- [download 77% complete]
-- [download 78% complete]
-- [download 79% complete]
-- [download 80% complete]
-- [download 81% complete]
-- [download 82% complete]
-- [download 83% complete]
-- [download 84% complete]
-- [download 85% complete]
-- [download 86% complete]
-- [download 87% complete]
-- [download 88% complete]
-- [download 89% complete]
-- [download 90% complete]
-- [download 91% complete]
-- [download 92% complete]
-- [download 93% complete]
-- [download 94% complete]
-- [download 95% complete]
-- [download 96% complete]
-- [download 97% complete]
-- [download 98% complete]
-- [download 99% complete]
-- [download 100% complete]
-- downloading... done
-- verifying file...
     file='/home/tpanzarella/dev/android2/VES/Apps/Android/CMakeBuild/build/downloads/vtk-6.0.0.tar.gz'
-- verifying file... done
-- extracting...
     src='/home/tpanzarella/dev/android2/VES/Apps/Android/CMakeBuild/build/downloads/vtk-6.0.0.tar.gz'
     dst='/home/tpanzarella/dev/android2/VES/Apps/Android/CMakeBuild/build/CMakeExternals/Source/vtk'
-- extracting... [tar xfz]
-- extracting... [analysis]
-- extracting... [rename]
-- extracting... [clean up]
-- extracting... done
[ 50%] [ 50%] Performing patch step for 'vtk-host'
No update step for 'vtk-host'
[ 51%] Performing configure step for 'vtk-host'
-- The C compiler identification is GNU 4.7.3
-- The CXX compiler identification is GNU 4.7.3
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Performing Test HAVE_GCC_ERROR_RETURN_TYPE
-- Performing Test HAVE_GCC_ERROR_RETURN_TYPE - Success
-- Performing Test HAVE_GCC_VISIBILITY
-- Performing Test HAVE_GCC_VISIBILITY - Success
-- Performing Test Support for 64 bit file systems
-- Performing Test Support for 64 bit file systems - Success
-- Performing Test VTK_CONST_REVERSE_ITERATOR_COMPARISON
-- Performing Test VTK_CONST_REVERSE_ITERATOR_COMPARISON - Success
-- Check if the system is big endian
-- Searching 16 bit integer
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of unsigned short
-- Check size of unsigned short - done
-- Using unsigned short
-- Check if the system is big endian - little endian
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- Looking for C++ include iostream
-- Looking for C++ include iostream - found
-- Check for STD namespace
-- Check for STD namespace - found
-- Check for ANSI scope
-- Check for ANSI scope - found
-- Check for sstream
-- Check for sstream - found
-- Check size of int
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- Check size of char
-- Check size of char - done
-- Check size of short
-- Check size of short - done
-- Check size of float
-- Check size of float - done
-- Check size of double
-- Check size of double - done
-- Check size of long long
-- Check size of long long - done
-- Check size of __int64
-- Check size of __int64 - failed
-- Check size of uintptr_t
-- Check size of uintptr_t - done
-- Checking signedness of char
-- Checking signedness of char -- signed
-- Checking support for full template specialization syntax
-- Checking support for full template specialization syntax -- yes
-- Checking support for C++ explicit template instantiation
-- Checking support for C++ explicit template instantiation -- yes
-- Checking for builtin __sync_add_and_fetch
-- Checking for builtin __sync_add_and_fetch -- success
-- Checking ANSI streams end-of-file bug level
-- Checking ANSI streams end-of-file bug level - 1
-- Checking if ostream supports long long
-- Checking if ostream supports long long -- yes
-- Checking if istream supports long long
-- Checking if istream supports long long -- yes
-- Looking for getsockname in socket
-- Looking for getsockname in socket - not found
-- Checking for getsockname with socklen_t
-- Checking for getsockname with socklen_t -- yes
-- Looking for SO_REUSEADDR
-- Looking for SO_REUSEADDR - found
-- Group StandAlone modules: vtkParallelCore;vtkCommonMisc;vtkCommonExecutionModel;vtkCommonCore;vtkCommonTransforms;vtkCommonSystem;vtkCommonComputationalGeometry;vtkImagingGeneral;vtkImagingMath;vtkImagingStencil;vtkImagingMorphological;vtkImagingHybrid;vtkImagingCore;vtkImagingColor;vtkImagingFourier;vtkImagingStatistics;vtkImagingSources;vtkInfovisLayout;vtkInfovisCore;vtkIOParallel;vtkIOXMLParser;vtkIOSQL;vtkIOInfovis;vtkIONetCDF;vtkIOImport;vtkIOExodus;vtkIOLSDyna;vtkIOCore;vtkIOExport;vtkIOAMR;vtkIOEnSight;vtkIOMovie;vtkIOXML;vtkIOImage;vtkIOVideo;vtkIOMINC;vtkIOPLY;vtkIOLegacy;vtkIOGeometry;vtkFiltersParallel;vtkFiltersExtraction;vtkFiltersGeneral;vtkFiltersImaging;vtkFiltersHyperTree;vtkFiltersModeling;vtkFiltersSelection;vtkFiltersProgrammable;vtkFiltersHybrid;vtkFiltersCore;vtkFiltersAMR;vtkFiltersTexture;vtkFiltersVerdict;vtkFiltersFlowPaths;vtkFiltersStatistics;vtkFiltersSources;vtkFiltersGeometry;vtkFiltersParallelImaging;vtkFiltersGeneric;vtkChartsCore;vtkDomainsChemistry
-- Group MPI modules: vtkParallelMPI;vtkIOMPIParallel;vtkIOParallelNetCDF;vtkIOMPIImage;vtkFiltersParallelMPI;vtkFiltersParallelGeometry
-- Group Tk modules: vtkRenderingTk
-- Group Rendering modules: vtkRenderingContext2D;vtkRenderingVolumeOpenGL;vtkRenderingFreeTypeOpenGL;vtkRenderingVolume;vtkRenderingCore;vtkRenderingHybridOpenGL;vtkRenderingAnnotation;vtkRenderingFreeType;vtkRenderingImage;vtkRenderingOpenGL;vtkRenderingVolumeAMR;vtkRenderingLOD;vtkRenderingLabel;vtkGeovisCore;vtkViewsGeovis;vtkViewsContext2D;vtkViewsInfovis;vtkViewsCore;vtkInteractionWidgets;vtkInteractionStyle;vtkInteractionImage
-- Group Qt modules: vtkRenderingQt;vtkGUISupportQtWebkit;vtkGUISupportQtSQL;vtkGUISupportQtOpenGL;vtkGUISupportQt;vtkViewsQt
-- Group Imaging modules: vtkRenderingImage;vtkImagingGeneral;vtkImagingMath;vtkImagingStencil;vtkImagingMorphological;vtkImagingHybrid;vtkImagingColor;vtkImagingFourier;vtkImagingStatistics;vtkImagingSources;vtkFiltersImaging;vtkInteractionImage
-- Group Views modules: vtkViewsGeovis;vtkViewsContext2D
-- Enabled 43 modules:
--  * vtkCommonComputationalGeometry, needed by 2 modules:
        vtkFiltersGeneral
        vtkFiltersSources
--  * vtkCommonCore, needed by 4 modules:
        vtkCommonMath
        vtkCommonSystem
        vtkCommonTransforms
        vtkParallelCore
--  * vtkCommonDataModel, needed by 9 modules:
        vtkCommonComputationalGeometry
        vtkCommonExecutionModel
        vtkIOCore
        vtkIOGeometry
        vtkIOImage
        vtkIOInfovis
        vtkIOLegacy
        vtkIOXMLParser
        vtkInfovisCore
--  * vtkCommonExecutionModel, needed by 8 modules:
        vtkFiltersCore
        vtkFiltersExtraction
        vtkFiltersStatistics
        vtkIOCore
        vtkIOImage
        vtkIOPLY
        vtkImagingCore
        vtkRenderingCore
--  * vtkCommonMath, needed by 8 modules:
        vtkCommonComputationalGeometry
        vtkCommonDataModel
        vtkCommonMisc
        vtkCommonTransforms
        vtkFiltersCore
        vtkFiltersStatistics
        vtkIOImage
        vtkImagingCore
--  * vtkCommonMisc, needed by 11 modules:
        vtkCommonDataModel
        vtkCommonExecutionModel
        vtkFiltersCore
        vtkFiltersStatistics
        vtkIOCore
        vtkIOGeometry
        vtkIOImage
        vtkIOInfovis
        vtkIOLegacy
        vtkIOPLY
        vtkIOXMLParser
--  * vtkCommonSystem, needed by 10 modules:
        vtkCommonComputationalGeometry
        vtkCommonDataModel
        vtkFiltersCore
        vtkIOGeometry
        vtkIOImage
        vtkIOInfovis
        vtkIOLegacy
        vtkIOXMLParser
        vtkImagingCore
        vtkInfovisCore
--  * vtkCommonTransforms, needed by 6 modules:
        vtkCommonDataModel
        vtkFiltersCore
        vtkFiltersStatistics
        vtkIOImage
        vtkImagingCore
        vtkRenderingCore
--  * vtkDICOMParser, needed by vtkIOImage.
--  * vtkFiltersCore, requested by Module_vtkFiltersCore.
--  * vtkFiltersExtraction, needed by 2 modules:
        vtkInfovisCore
        vtkRenderingCore
--  * vtkFiltersGeneral, needed by 5 modules:
        vtkFiltersExtraction
        vtkFiltersModeling
        vtkFiltersSources
        vtkInfovisCore
        vtkRenderingCore
--  * vtkFiltersGeometry, requested by Module_vtkFiltersGeometry.
--  * vtkFiltersModeling, requested by Module_vtkFiltersModeling.
--  * vtkFiltersSources, requested by Module_vtkFiltersSources.
--  * vtkFiltersStatistics, needed by vtkFiltersExtraction.
--  * vtkIOCore, needed by 5 modules:
        vtkIOGeometry
        vtkIOImage
        vtkIOInfovis
        vtkIOLegacy
        vtkIOXMLParser
--  * vtkIOGeometry, requested by Module_vtkIOGeometry.
--  * vtkIOImage, requested by Module_vtkIOImage.
--  * vtkIOInfovis, requested by Module_vtkIOInfovis.
--  * vtkIOLegacy, requested by Module_vtkIOLegacy.
--  * vtkIOPLY, requested by Module_vtkIOPLY.
--  * vtkIOXML, requested by Module_vtkIOXML.
--  * vtkIOXMLParser, needed by 2 modules:
        vtkIOXML
        vtkRenderingCore
--  * vtkImagingCore, requested by Module_vtkImagingCore.
--  * vtkImagingFourier, needed by vtkFiltersStatistics.
--  * vtkInfovisCore, needed by vtkIOInfovis.
--  * vtkMetaIO, needed by vtkIOImage.
--  * vtkParallelCore, requested by Module_vtkParallelCore.
--  * vtkRenderingCore, requested by Module_vtkRenderingCore.
--  * vtkRenderingFreeType, requested by Module_vtkRenderingFreeType.
--  * vtkUtilitiesHashSource, needed by vtkParallelCore.
--  * vtkUtilitiesMaterialLibrary, needed by vtkRenderingCore.
--  * vtkalglib, needed by vtkFiltersStatistics.
--  * vtkexpat, needed by vtkIOXMLParser.
--  * vtkfreetype, needed by vtkRenderingFreeType.
--  * vtkjpeg, needed by 2 modules:
        vtkIOImage
        vtktiff
--  * vtkjsoncpp, needed by vtkIOGeometry.
--  * vtklibxml2, needed by vtkIOInfovis.
--  * vtkpng, needed by vtkIOImage.
--  * vtksys, needed by 6 modules:
        vtkCommonCore
        vtkCommonSystem
        vtkDICOMParser
        vtkIOCore
        vtkUtilitiesHashSource
        vtkUtilitiesMaterialLibrary
--  * vtktiff, needed by vtkIOImage.
--  * vtkzlib, needed by 7 modules:
        vtkIOCore
        vtkIOGeometry
        vtkMetaIO
        vtkfreetype
        vtklibxml2
        vtkpng
        vtktiff
-- Checking whether header cstdio is available
-- Checking whether header cstdio is available - yes
-- Checking for Large File Support
-- Checking for Large File Support - yes
-- Checking whether STL classes are in std namespace
-- Checking whether STL classes are in std namespace - yes
-- Checking whether ANSI stream headers are available
-- Checking whether ANSI stream headers are available - yes
-- Checking whether ANSI streams are in std namespace
-- Checking whether ANSI streams are in std namespace - yes
-- Checking whether ANSI string stream is available
-- Checking whether ANSI string stream is available - yes
-- Checking whether header cstddef is available
-- Checking whether header cstddef is available - yes
-- Checking whether stl string has operator!= for char*
-- Checking whether stl string has operator!= for char* - yes
-- Checking whether stl has iterator_traits
-- Checking whether stl has iterator_traits - yes
-- Checking whether stl has standard template allocator
-- Checking whether stl has standard template allocator - yes
-- Checking for rebind member of stl allocator
-- Checking for rebind member of stl allocator - yes
-- Checking for non-standard argument to stl allocator<>::max_size
-- Checking for non-standard argument to stl allocator<>::max_size - no
-- Checking whether stl containers support allocator objects.
-- Checking whether stl containers support allocator objects. - yes
-- Checking whether ios has binary openmode
-- Checking whether ios has binary openmode - yes
-- Checking whether "<>" is needed for template friends
-- Checking whether "<>" is needed for template friends - yes
-- Checking for member template support
-- Checking for member template support - yes
-- Checking for standard template specialization syntax
-- Checking for standard template specialization syntax - yes
-- Checking whether argument dependent lookup is supported
-- Checking whether argument dependent lookup is supported - yes
-- Checking whether struct stat has st_mtim member
-- Checking whether struct stat has st_mtim member - yes
-- Checking whether C++ compiler has 'long long'
-- Checking whether C++ compiler has 'long long' - yes
-- Checking whether C++ compiler has '__int64'
-- Checking whether C++ compiler has '__int64' - no
-- Checking for C type size macros
-- Checking for C type size macros - compiled
-- Check size of char
-- Check size of char - done
-- Check size of __int64
-- Check size of __int64 - failed
-- Checking whether char is signed
-- Checking whether char is signed - yes
-- Checking whether C compiler has ptrdiff_t in stddef.h
-- Checking whether C compiler has ptrdiff_t in stddef.h - yes
-- Checking whether C compiler has ssize_t in unistd.h
-- Checking whether C compiler has ssize_t in unistd.h - yes
-- Checking whether CXX compiler has setenv
-- Checking whether CXX compiler has setenv - yes
-- Checking whether CXX compiler has unsetenv
-- Checking whether CXX compiler has unsetenv - yes
-- Checking whether CXX compiler has environ in stdlib.h
-- Checking whether CXX compiler has environ in stdlib.h - no
-- Looking for include files sys/types.h, ifaddrs.h
-- Looking for include files sys/types.h, ifaddrs.h - found
-- Checking whether CXX compiler has rlimit64
-- Checking whether CXX compiler has rlimit64 - yes
-- Checking whether CXX compiler has atol
-- Checking whether CXX compiler has atol - yes
-- Checking whether CXX compiler has atoll
-- Checking whether CXX compiler has atoll - yes
-- Checking whether CXX compiler has _atoi64
-- Checking whether CXX compiler has _atoi64 - no
-- Looking for std::isnan
-- Looking for std::isnan - not found
-- Looking for std::isinf
-- Looking for std::isinf - not found
-- Looking for std::isfinite
-- Looking for std::isfinite - not found
-- Looking for isnan
-- Looking for isnan - found
-- Looking for isinf
-- Looking for isinf - found
-- Looking for isfinite
-- Looking for isfinite - found
-- Looking for finite
-- Looking for finite - found
-- Looking for fenv.h
-- Looking for fenv.h - found
-- Looking for feenableexcept
-- Looking for feenableexcept - found
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success
-- Looking for include file assert.h
-- Looking for include file assert.h - found
-- Looking for include file dlfcn.h
-- Looking for include file dlfcn.h - found
-- Looking for include file fcntl.h
-- Looking for include file fcntl.h - found
-- Looking for include file inttypes.h
-- Looking for include file inttypes.h - found
-- Looking for include file limits.h
-- Looking for include file limits.h - found
-- Looking for include file malloc.h
-- Looking for include file malloc.h - found
-- Looking for include file memory.h
-- Looking for include file memory.h - found
-- Looking for include file stdlib.h
-- Looking for include file stdlib.h - found
-- Looking for include file string.h
-- Looking for include file string.h - found
-- Looking for include file strings.h
-- Looking for include file strings.h - found
-- Looking for include file sys/stat.h
-- Looking for include file sys/stat.h - found
-- Looking for include file sys/time.h
-- Looking for include file sys/time.h - found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for include file windows.h
-- Looking for include file windows.h - not found
-- Looking for include file ieeefp.h
-- Looking for include file ieeefp.h - not found
-- Looking for floor
-- Looking for floor - not found
-- Looking for getopt
-- Looking for getopt - found
-- Looking for isascii
-- Looking for isascii - found
-- Looking for memmove
-- Looking for memmove - found
-- Looking for memset
-- Looking for memset - found
-- Looking for mmap
-- Looking for mmap - found
-- Looking for pow
-- Looking for pow - not found
-- Looking for sqrt
-- Looking for sqrt - not found
-- Looking for strcasecmp
-- Looking for strcasecmp - found
-- Looking for strchr
-- Looking for strchr - found
-- Looking for strrchr
-- Looking for strrchr - found
-- Looking for strstr
-- Looking for strstr - found
-- Looking for strtol
-- Looking for strtol - found
-- Looking for areroul
-- Looking for areroul - not found
-- Check size of int
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- Looking for dlopen in dl;
-- Looking for dlopen in dl; - found
-- Looking for shl_load in dld;dl
-- Looking for shl_load in dld;dl - not found
-- Looking for dlopen in dl;-lpthread;dl;m
-- Looking for dlopen in dl;-lpthread;dl;m - found
-- Looking for include file stdio.h
-- Looking for include file stdio.h - found
-- Looking for 9 include files stdio.h, ..., netdb.h
-- Looking for 9 include files stdio.h, ..., netdb.h - found
-- Looking for 11 include files stdio.h, ..., sys/socket.h
-- Looking for 11 include files stdio.h, ..., sys/socket.h - found
-- Looking for 12 include files stdio.h, ..., netinet/in.h
-- Looking for 12 include files stdio.h, ..., netinet/in.h - found
-- Looking for 13 include files stdio.h, ..., sys/select.h
-- Looking for 13 include files stdio.h, ..., sys/select.h - found
-- Looking for 20 include files stdio.h, ..., time.h
-- Looking for 20 include files stdio.h, ..., time.h - found
-- Looking for 22 include files stdio.h, ..., signal.h
-- Looking for 22 include files stdio.h, ..., signal.h - found
-- Looking for 23 include files stdio.h, ..., errno.h
-- Looking for 23 include files stdio.h, ..., errno.h - found
-- Looking for 24 include files stdio.h, ..., ansidecl.h
-- Looking for 24 include files stdio.h, ..., ansidecl.h - not found
-- Looking for 24 include files stdio.h, ..., arpa/inet.h
-- Looking for 24 include files stdio.h, ..., arpa/inet.h - found
-- Looking for 25 include files stdio.h, ..., arpa/nameser.h
-- Looking for 25 include files stdio.h, ..., arpa/nameser.h - found
-- Looking for 26 include files stdio.h, ..., ctype.h
-- Looking for 26 include files stdio.h, ..., ctype.h - found
-- Looking for 27 include files stdio.h, ..., dirent.h
-- Looking for 27 include files stdio.h, ..., dirent.h - found
-- Looking for 28 include files stdio.h, ..., dl.h
-- Looking for 28 include files stdio.h, ..., dl.h - not found
-- Looking for 28 include files stdio.h, ..., float.h
-- Looking for 28 include files stdio.h, ..., float.h - found
-- Looking for 29 include files stdio.h, ..., fp_class.h
-- Looking for 29 include files stdio.h, ..., fp_class.h - not found
-- Looking for 29 include files stdio.h, ..., math.h
-- Looking for 29 include files stdio.h, ..., math.h - found
-- Looking for 30 include files stdio.h, ..., nan.h
-- Looking for 30 include files stdio.h, ..., nan.h - not found
-- Looking for 30 include files stdio.h, ..., ndir.h
-- Looking for 30 include files stdio.h, ..., ndir.h - not found
-- Looking for 30 include files stdio.h, ..., pthread.h
-- Looking for 30 include files stdio.h, ..., pthread.h - found
-- Looking for 31 include files stdio.h, ..., resolv.h
-- Looking for 31 include files stdio.h, ..., resolv.h - found
-- Looking for 32 include files stdio.h, ..., stdarg.h
-- Looking for 32 include files stdio.h, ..., stdarg.h - found
-- Looking for 33 include files stdio.h, ..., sys/mman.h
-- Looking for 33 include files stdio.h, ..., sys/mman.h - found
-- Looking for 34 include files stdio.h, ..., sys/timeb.h
-- Looking for 34 include files stdio.h, ..., sys/timeb.h - found
-- Looking for finite
-- Looking for finite - found
-- Looking for fpclass
-- Looking for fpclass - not found
-- Looking for fp_class
-- Looking for fp_class - not found
-- Looking for fprintf
-- Looking for fprintf - found
-- Looking for ftime
-- Looking for ftime - found
-- Looking for gettimeofday
-- Looking for gettimeofday - found
-- Looking for localtime
-- Looking for localtime - found
-- Looking for printf
-- Looking for printf - found
-- Looking for sscanf
-- Looking for sscanf - found
-- Looking for sprintf
-- Looking for sprintf - found
-- Looking for snprintf
-- Looking for snprintf - found
-- Looking for signal
-- Looking for signal - found
-- Looking for strdup
-- Looking for strdup - found
-- Looking for strndup
-- Looking for strndup - found
-- Looking for strerror
-- Looking for strerror - found
-- Looking for strftime
-- Looking for strftime - found
-- Looking for stat
-- Looking for stat - found
-- Looking for _stat
-- Looking for _stat - not found
-- Looking for vfprintf
-- Looking for vfprintf - found
-- Looking for vsnprintf
-- Looking for vsnprintf - found
-- Looking for vsprintf
-- Looking for vsprintf - found
-- Checking for getaddrinfo.
-- Checking for getaddrinfo. - yes
-- Checking for socklen_t
-- Checking for socklen_t - yes
-- Checking for DIR in sys/dir.h
-- Checking for DIR in sys/dir.h - yes
-- Checking for DIR in sys/ndir.h
-- Checking for DIR in sys/ndir.h - no
-- Checking for va_copy
-- Checking for va_copy - yes
-- Checking for __va_copy
-- Checking for __va_copy - yes
-- Checking for ipv6 support.
-- Checking for ipv6 support. - yes
-- Configuring done
-- Generating done
-- Build files have been written to: /home/tpanzarella/dev/android2/VES/Apps/Android/CMakeBuild/build/CMakeExternals/Build/vtk-host
[ 53%] Performing build step for 'vtk-host'
make[3]: warning: jobserver unavailable: using -j1.  Add `+' to parent make rule.
Scanning dependencies of target vtksys
[  0%] Building C object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/ProcessUNIX.c.o
[  0%] Building C object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/Base64.c.o
[  0%] Building C object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/MD5.c.o
[100%] Building C object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/System.c.o
[100%] Building CXX object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/Directory.cxx.o
[100%] Building CXX object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/DynamicLoader.cxx.o
[100%] Building CXX object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/Glob.cxx.o
[100%] Building CXX object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/RegularExpression.cxx.o
[100%] Building CXX object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/SystemTools.cxx.o
[100%] Building CXX object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/CommandLineArguments.cxx.o
[100%] Building CXX object Utilities/KWSys/vtksys/CMakeFiles/vtksys.dir/SystemInformation.cxx.o
Linking CXX shared library ../../../lib/libvtksys-6.0.so
[100%] Built target vtksys
Scanning dependencies of target ProcessShader
[100%] Building CXX object Utilities/MaterialLibrary/CMakeFiles/ProcessShader.dir/ProcessShader.cxx.o
Linking CXX executable ../../bin/vtkProcessShader-6.0
[100%] Built target ProcessShader
Scanning dependencies of target vtkmkg3states
[100%] Building C object ThirdParty/tiff/vtktiff/CMakeFiles/vtkmkg3states.dir/mkg3states.c.o
Linking C executable ../../../bin/vtkmkg3states-6.0
[100%] Built target vtkmkg3states
Scanning dependencies of target vtkHashSource
[100%] Building CXX object Utilities/HashSource/CMakeFiles/vtkHashSource.dir/vtkHashSource.cxx.o
Linking CXX executable ../../bin/vtkHashSource-6.0
[100%] Built target vtkHashSource
Scanning dependencies of target vtkCompileTools
[100%] Built target vtkCompileTools
[ 54%] No install step for 'vtk-host'
[ 56%] Completed 'vtk-host'
[ 56%] Built target vtk-host
make: *** [all] Error 2


More information about the Ves mailing list