Note that there are some explanatory texts on larger screens.

plurals
  1. POCmake: Building the FLANN library
    primarykey
    data
    text
    <p>I encountered a problem for using Cmake to build the FLANN library. The compiler I use is the VS 2005 compiler.</p> <p>There are some errors I got during the building process as follows. Thanks in advance. The FLANN source can be downloaded from <a href="http://www.cs.ubc.ca/research/flann/" rel="nofollow">here</a> </p> <hr> <pre><code>The C compiler identification is MSVC 14.0.50727 The CXX compiler identification is MSVC 14.0.50727 Check for working C compiler using: Visual Studio 8 2005 Check for working C compiler using: Visual Studio 8 2005 -- works Detecting C compiler ABI info Detecting C compiler ABI info - done Check for working CXX compiler using: Visual Studio 8 2005 Check for working CXX compiler using: Visual Studio 8 2005 -- works Detecting CXX compiler ABI info Detecting CXX compiler ABI info - done </code></pre> <blockquote> <p>CMake Warning (dev) at CMakeLists.txt:3 (add_definitions): Policy CMP0005 is not set: Preprocessor definition values are now escaped automatically. Run "cmake --help-policy CMP0005" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it.</p> <pre><code>CMake Error at CMakeLists.txt:115 (install): install TARGETS given no ARCHIVE DESTINATION for static library target "flann_cpp_s". CMake Warning (dev) in CMakeLists.txt: No cmake_minimum_required command is present. A line of code such as cmake_minimum_required(VERSION 2.8) should be added at the top of the file. The version specified may be lower if you wish to support older CMake versions for this project. For more information run "cmake --help-policy CMP0000". This warning is for project developers. Use -Wno-dev to suppress it. </code></pre> </blockquote> <pre><code>Configuring incomplete, errors occurred! See also "C:/FlannLib/CMakeFiles/CMakeOutput.log". </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload