Skip to content

Instantly share code, notes, and snippets.

@hardening
Created November 1, 2013 22:22
Show Gist options
  • Save hardening/7272918 to your computer and use it in GitHub Desktop.
Save hardening/7272918 to your computer and use it in GitHub Desktop.
FreeRDS compilation
-- The C compiler identification is GNU 4.7.3
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26")
CMake Error at CMakeLists.txt:39 (include):
include could not find load file:
CheckCmakeCompat
CMake Error at CMakeLists.txt:41 (include):
include could not find load file:
FindFeature
CMake Error at CMakeLists.txt:42 (include):
include could not find load file:
AutoVersioning
CMake Error at CMakeLists.txt:43 (include):
include could not find load file:
ConfigOptions
CMake Error at CMakeLists.txt:44 (include):
include could not find load file:
ComplexLibrary
CMake Error at CMakeLists.txt:47 (include):
include could not find load file:
GNUInstallDirsWrapper
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
CMake Error at CMakeLists.txt:103 (find_feature):
Unknown CMake command "find_feature".
-- Configuring incomplete, errors occurred!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment