GrubbyNation / aam-opencv

Automatically exported from code.google.com/p/aam-opencv
0 stars 0 forks source link

Can not build AAM_OpenCV #17

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Opencv 2.4.9 installed
2. Download AAM-Opencv
3. followed instuctions on sources homepage. 

How to Build
{{{
cd build
cmake ..
make
}}}

4. Receive the error : 

-- Configuring incomplete, errors occurred!

C:\aam-opencv\build>cmake ..
-- The C compiler identification is MSVC 17.0.61030.0
-- The CXX compiler identification is MSVC 17.0.61030.0
CMake Error at cmake/modules/FindOpenCV.cmake:239 (MESSAGE):
  OpenCV required but some headers or libs not found.  Please specify it's
  location with OpenCV_ROOT_DIR env.  variable.
Call Stack (most recent call first):
  CMakeLists.txt:48 (FIND_PACKAGE)

-- Configuring incomplete, errors occurred!

What is the expected output? What do you see instead?
I expect the file to build using cmake, although it crashes during cmake, 
OpenCV_ROOT_DIR needs to be set and i have tried setting it to multiple 
different paths, 

What version of the product are you using? On what operating system?
I am using the current version of AAM_OpenCV and i am using `OpenCV-2.4.9`.

Please provide any additional information below.

Any help would be much appreciated.. 

Original issue reported on code.google.com by miro.glamuzina@gmail.com on 10 Jun 2014 at 8:05