davidstutz / seeds-revised

Implementation of the superpixel algorithm called SEEDS [1].
http://davidstutz.de/projects/superpixelsseeds/
BSD 3-Clause "New" or "Revised" License
52 stars 16 forks source link

Compile on Windows: couldn't generate makefile #4

Closed kiftiyani closed 2 years ago

kiftiyani commented 2 years ago
D:\Bismillah PerCV\Projects\seeds-revised-master\build>cmake ..
-- Building for: Visual Studio 16 2019
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.

-- Selecting Windows SDK version 10.0.18362.0 to target Windows 10.0.18363.
-- The C compiler identification is MSVC 19.26.28806.0
-- The CXX compiler identification is MSVC 19.26.28806.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.26.28801/bin/Hostx64/x64/cl.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.26.28801/bin/Hostx64/x64/cl.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Deprecation Warning at lib/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.

-- OpenCV ARCH: x64
-- OpenCV RUNTIME: vc16
-- OpenCV STATIC: OFF
-- Found OpenCV: D:/OpenCV (found version "4.5.1")
-- Found OpenCV 4.5.1 in D:/OpenCV/x64/vc16/lib
-- You might need to add D:\OpenCV\x64\vc16\bin to your PATH to be able to run your applications.
-- OpenCV ARCH: x64
-- OpenCV RUNTIME: vc16
-- OpenCV STATIC: OFF
-- Found OpenCV 4.5.1 in D:/OpenCV/x64/vc16/lib
-- You might need to add D:\OpenCV\x64\vc16\bin to your PATH to be able to run your applications.
-- Found Boost: C:/boost/boost_1_77_0 (found version "1.77.0") found components: system filesystem program_options
-- Configuring done
-- Generating done
-- Build files have been written to: D:/Bismillah PerCV/Projects/seeds-revised-master/build

D:\Bismillah PerCV\Projects\seeds-revised-master\build>make
make: *** No targets specified and no makefile found.  Stop.

I am compiling this code with windows command prompt, but couldn't find the Makefile.