Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

i try to compile Qutecom 2.2.1 on my ubuntu. I try to follow the instruction but it give me an error. i try to

cmake -DCMAKE_BUILD_TYPE=Debug ..

Thanks for any help.

CMake Warning (dev) at owbuild/owbuild/CMakeLists.txt:9 (include):
  Policy CMP0011 is not set: Included scripts do automatic cmake_policy PUSH
  and POP.  Run "cmake --help-policy CMP0011" for policy details.  Use the
  cmake_policy command to set the policy and suppress this warning.

  The included script

    /home/student/Desktop/qutecom-2.2.1/owbuild/owbuild/OWDefaultConfig.cmake

  affects policy settings.  CMake is implying the NO_POLICY_SCOPE option for
  compatibility, so the effects are applied to the including context.
Call Stack (most recent call first):
  CMakeLists-owbuild.txt:13 (include)
  CMakeLists.txt:1 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

abort: There is no Mercurial repository here (.hg not found)
CMake Error at owbuild/owbuild/OWGetCurrentDateTime.cmake:25 (try_run):
  Failed to open

    /home/student/Desktop/qutecom-2.2.1/build/CMakeFiles/CMakeTmp/CMakeLists.txt

  Permission denied
Call Stack (most recent call first):
  owbuild/owbuild/OWGlobalVariables.cmake:56 (ow_get_current_date_time)
  owbuild/owbuild/CMakeLists.txt:15 (include)
  CMakeLists-owbuild.txt:13 (include)
  CMakeLists.txt:1 (include)


CMake Warning (dev) at CMakeLists-owbuild.txt:13 (include):
  Policy CMP0011 is not set: Included scripts do automatic cmake_policy PUSH
  and POP.  Run "cmake --help-policy CMP0011" for policy details.  Use the
  cmake_policy command to set the policy and suppress this warning.

  The included script

    /home/student/Desktop/qutecom-2.2.1/owbuild/owbuild/CMakeLists.txt

  affects policy settings.  CMake is implying the NO_POLICY_SCOPE option for
  compatibility, so the effects are applied to the including context.
Call Stack (most recent call first):
  CMakeLists.txt:1 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- OS: Linux-2.6.35-32-generic
-- Processor: i686
-- Compiler: /usr/bin/gcc
-- Build type: Debug
-- Build tool: /usr/bin/make
-- Build directory: /home/student/Desktop/qutecom-2.2.1/build/debug
-- svn revision: 
-- Time: 0
CMake Warning (dev) at CMakeLists.txt:1 (include):
  Policy CMP0011 is not set: Included scripts do automatic cmake_policy PUSH
  and POP.  Run "cmake --help-policy CMP0011" for policy details.  Use the
  cmake_policy command to set the policy and suppress this warning.

  The included script

    /home/student/Desktop/qutecom-2.2.1/CMakeLists-owbuild.txt

  affects policy settings.  CMake is implying the NO_POLICY_SCOPE option for
  compatibility, so the effects are applied to the including context.
This warning is for project developers.  Use -Wno-dev to suppress it.

Doing find_package(PkgConfig)
_AVCODEC_INCLUDEDIR = /usr/include
_AVCODEC_LIBDIR = /usr/lib
_AVCODEC_LIBS = avcodec
_AVCODEC_LIBS_L = 
_AVCODEC_LIBS_PATH = 
AVCODEC_INCLUDE_DIR = /usr/include/libavcodec
CMake Error at owbuild/FindFFMPEG.cmake:266 (message):
  Could not find FFMPEG
Call Stack (most recent call first):
  libs/3rdparty/ffmpeg/CMakeLists-external.txt:2 (find_package)
  libs/3rdparty/ffmpeg/CMakeLists.txt:10 (include)


-- Configuring incomplete, errors occurred!
CMake Error: Unable to open check cache file for write. /home/student/Desktop/qutecom-2.2.1/build/CMakeFiles/cmake.check_cache
student@student-HP-Compaq-6510b:~/Desktop/qutecom-2.2.1/build$ 
share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.