-
Notifications
You must be signed in to change notification settings - Fork 32
Description
I have the following Error when installing kdevelop on MAC OS X 10.11 (OS X El Capitan).
==> Installing kdevelop from adymo/homebrew-kde
==> Downloading http://download.kde.org/stable/kdevelop/4.7.0/src/kdevelop-4.7.0.tar.xz
Already downloaded: /Library/Caches/Homebrew/kdevelop-4.7.0.tar.xz
==> cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local/kde4 -Wdev --trace --debug-output -DKDE_DEFAULT_HOME=Library/Preferences/KDE -DCMAKE_PREFIX_P
Last 15 lines from /Users/afshar/Library/Logs/Homebrew/kdevelop/01.cmake:
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/local/Library/ENV/4.3/clang++
-- Check for working CXX compiler: /usr/local/Library/ENV/4.3/clang++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at /usr/local/Cellar/cmake/3.3.2/share/cmake/Modules/FindKDE4.cmake:71 (message):
ERROR: Could not find KDE4 kde4-config
Call Stack (most recent call first):
CMakeLists.txt:17 (find_package)