Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Cmake  (Read 6868 times)

0 Members and 1 Guest are viewing this topic.

Ali

  • Anope User
  • Offline Offline
  • Posts: 5
Cmake
« on: September 10, 2013, 08:33:18 AM »

Hello ,
When I try to install gives me this error on cmake
 Policy CMP0015 is not set: link_directories() treats paths relative to the
  source dir.  Run "cmake --help-policy CMP0015" for policy details.  Use the
  cmake_policy command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

  extra/m_ldap.cpp can not be built due to missing dependencies.
  extra/m_mysql.cpp can not be built due to missing dependencies.
  extra/m_regex_pcre.cpp can not be built due to missing dependencies.
  extra/m_regex_posix.cpp can not be built due to missing dependencies.
  extra/m_regex_tre.cpp can not be built due to missing dependencies.
  extra/m_sqlite.cpp can not be built due to missing dependencies.
  extra/m_ssl.cpp can not be built due to missing dependencies.
   can not be built due to missing dependencies.
-- Configuring incomplete, errors occurred!

How to fix it ?
Logged

Adam

  • Team
  • *
  • Offline Offline
  • Posts: 463
Re: Cmake
« Reply #1 on: September 10, 2013, 08:37:06 AM »

What cmake --version and OS? Those only look like warnings, not errors.
Logged

Ali

  • Anope User
  • Offline Offline
  • Posts: 5
Re: Cmake
« Reply #2 on: September 10, 2013, 10:31:41 AM »

cmake version 2.8.7
Linux 3.2.0-29-generic #46-Ubuntu SMP Fri Jul 27 17:03:23 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
Logged

Adam

  • Team
  • *
  • Offline Offline
  • Posts: 463
Re: Cmake
« Reply #3 on: September 10, 2013, 10:42:20 AM »

Can you pastebin the entire log from ./Config, make, and make install?
Logged

Ali

  • Anope User
  • Offline Offline
  • Posts: 5
Re: Cmake
« Reply #4 on: September 10, 2013, 11:20:58 AM »

http://pastebin.com/BkWek1da

make: *** No targets specified and no makefile found.  Stop.
Logged

Adam

  • Team
  • *
  • Offline Offline
  • Posts: 463
Re: Cmake
« Reply #5 on: September 10, 2013, 11:22:53 AM »

apt-get install build-essential -y
./Config
cd build && make install
Logged

Ali

  • Anope User
  • Offline Offline
  • Posts: 5
Re: Cmake
« Reply #6 on: September 10, 2013, 11:41:22 AM »

10x
Logged
Pages: [1]   Go Up