switchkiller / pam-face-authentication

Automatically exported from code.google.com/p/pam-face-authentication
0 stars 0 forks source link

installation issue with ubuntu 10.04 #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
cmake -D CMAKE_INSTALL_PREFIX=/usr ..

What is the expected output? What do you see instead?

test@laptop:~/Downloads/face_pam/pam-face-authentication-0.3/build$ cmake -D 
CMAKE_INSTALL_PREFIX=/usr ..
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- 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
-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so
-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib/libX11.so
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found.
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found.
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found.
-- Found Qt-Version 4.6.2 (using /usr/bin/qmake)
-- Looking for _POSIX_TIMERS
-- Looking for _POSIX_TIMERS - found
-- Checking GNUCXX version 3/4 to determine  OpenCV /opt/net/ path
CMake Error at cmake/modules/FindOpenCV.cmake:240 (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:75 (FIND_PACKAGE)

-- Configuring incomplete, errors occurred!

What version of the product are you using? On what operating system?
- pam-face-authentication-0.3
- Ubuntu 10.04 

Please provide any additional information below.
- opencv is installed

Package: libcv-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 28500
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Original-Maintainer: Debian Scientific Computing Team 
<pkg-scicomp-devel@lists.alioth.debian.org>
Architecture: amd64
Source: opencv
Version: 2.0.0-3ubuntu2
Replaces: libopencv-dev

the header file are in "/usr/include/opencv". 

Original issue reported on code.google.com by everytr...@gmail.com on 11 Jun 2010 at 12:30

GoogleCodeExporter commented 9 years ago
check if you have

libcv
libcvaux
libhighgui

and the corresponding -dev packages

Original comment by rohan.a...@gmail.com on 14 Jun 2010 at 8:39

GoogleCodeExporter commented 9 years ago
- libcvaux-dev

thanks it works!

Original comment by everytr...@gmail.com on 14 Jun 2010 at 5:27

GoogleCodeExporter commented 9 years ago

Original comment by rohan.a...@gmail.com on 7 Jul 2010 at 11:24