Anope IRC Services

Anope Support => 2.0.x/1.9.x Support => Topic started by: Ali on September 10, 2013, 08:33:18 AM

Title: Cmake
Post by: Ali 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 ?
Title: Re: Cmake
Post by: Adam on September 10, 2013, 08:37:06 AM
What cmake --version and OS? Those only look like warnings, not errors.
Title: Re: Cmake
Post by: Ali 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
Title: Re: Cmake
Post by: Adam on September 10, 2013, 10:42:20 AM
Can you pastebin the entire log from ./Config, make, and make install?
Title: Re: Cmake
Post by: Ali on September 10, 2013, 11:20:58 AM
http://pastebin.com/BkWek1da

make: *** No targets specified and no makefile found.  Stop.
Title: Re: Cmake
Post by: Adam on September 10, 2013, 11:22:53 AM
apt-get install build-essential -y
./Config
cd build && make install
Title: Re: Cmake
Post by: Ali on September 10, 2013, 11:41:22 AM
10x