Hi All,
Since I find no prebuilt packages, I'm trying to build them myself. So far it's been ... difficult.
After following
http://techbase.kde.org/Getting_Started/Build/KDE4/Mac_OS_X I've installed qt and kdesupport.
But now that I try to install kdelib, I get this error:
|
Source code
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$ cmake ../kdelibs -DCMAKE_INSTALL_PREFIX=/opt/kde4
-- Found Qt-Version 4.4.1 (using /opt/qt4/bin/qmake)
-- Found Automoc4: /opt/kde4/bin/automoc4
-- Found Perl: /opt/local/bin/perl
-- Building kdelibs...
-- Found KDE4 kconfig_compiler preprocessor: /Users/Bob/Documents/Programming/kdelibs.build/bin/./kconfig_compiler.shell
-- Found automoc4: /opt/kde4/bin/automoc4
-- pkg-config query failed. did you set $PKG_CONFIG_PATH to the directory where strigi libstreamanalyzer.pc is installed?
CMake Error at cmake/modules/FindStrigi.cmake:90 (message):
Didn't find strigi >= 0.5.9
Call Stack (most recent call first):
CMakeLists.txt:46 (find_package)
-- Configuring done
|
I don't have libstreamanalyzer.pc (i have libstreamanalyzer.dylib instead) but I have strigi installed. I use macport.
Would anyone be able to help me solve this? any assistance will be GREATLY appreciated.