installing on opensuse problems

asked 2013-06-20 06:09:08 -0600

Buggy Racer gravatar image

updated 2013-06-20 06:20:44 -0600

Vladislav Vinogradov gravatar image

Hi,

Been using opensuse and trying to follow the instructions in the Instant OpenCV starter.

I have downloaded the file opencv2.4.5.tar.gz extracted this.

I went into the new folder opencv2.4.5 and created a file 'build'

Then I opened cmake-gui and set the

Where to build the source code: /home/nigel/Drone/opencv-2.4.5

Where to build the binaries: /home/nigel/Drone/opencv-2.4.5/build

I get the following files appear in the main gui window in red:

CMAKE_CONFIGURATION_TYPES                Debug;Release
CMAKE_INSTALL_PREFIX                     /usr/local

lower gui window:

Missing variable is:
CMAKE_C_COMPILER
CMake Error: Could not find cmake module file:/home/nigel/Drone/opencv-2.4.5/build/CMakeFiles/2.8.10.2/CMakeCCompiler.cmake
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
Configuring incomplete, errors occurred!

Help appreciated

edit retag flag offensive close merge delete

Comments

Did you install build essential (compiler, make)? Did you create a file 'build' or a directory 'build'? It must be a directory.

Vladislav Vinogradov gravatar imageVladislav Vinogradov ( 2013-06-20 06:23:53 -0600 )edit

Hi Vladislav,

Thanks for the reply, make is installed, cmake is installed, build is a directory (my mistake)

Buggy Racer gravatar imageBuggy Racer ( 2013-06-20 07:21:05 -0600 )edit