<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-15"
 http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
<font size="-1"><font face="Helvetica, Arial, sans-serif">Hi,<br>
<br>
I had a bigger problem with the KDE installation, a lot of files were
missing due to a problem compiling redland. As such the KDE build was
incomplete. Some kind developer had some .deb files for me though, so
that problem is fixed now. I retried the build every way we discussed
before but none of it worked. Below is the log from using the method
you described in the previous post.<br>
</font></font>
<blockquote><font size="-1">gse-103-10:build Home$ export KDE4_TYPE=x11<br>
gse-103-10:build Home$ export KDE4_PREFIX=/sw<br>
gse-103-10:build Home$ /sw/sbin/kde4-buildenv.sh<br>
---------------------------------<br>
KDE4 Build Environment Configured<br>
---------------------------------<br>
  <br>
  Fink Prefix:        /sw<br>
  Type:               x11<br>
  Install Prefix:     /sw/opt/kde4/x11<br>
  <br>
Environment Variables:<br>
  <br>
  PATH:              
/sw/opt/kde4/x11/bin:/sw/lib/freetype219/bin:/sw/lib/fontconfig2/bin:/sw/lib/qt4-x11/bin:/sw/opt/strigi/x11/bin:/sw/opt/soprano/x11/bin:/sw/opt/akonadi/x11/bin:/opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/sw/bin:/sw/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/X11R6/bin<br>
  CMAKE_INCLUDE_PATH:
/sw/opt/kde4/x11/include:/sw/lib/system-openssl/include:/sw/lib/freetype219/include:/sw/lib/fontconfig2/include:/sw/lib/qt4-x11/include:/sw/opt/strigi/x11/include:/sw/opt/soprano/x11/include:/sw/opt/attica/x11/include:/sw/opt/akonadi/x11/include::/sw/include<br>
  CMAKE_LIBRARY_PATH:
/sw/opt/kde4/x11/lib:/sw/lib/system-openssl/lib:/sw/lib/freetype219/lib:/sw/lib/fontconfig2/lib:/sw/lib/qt4-x11/lib:/sw/opt/strigi/x11/lib:/sw/opt/soprano/x11/lib:/sw/opt/attica/x11/lib:/sw/opt/akonadi/x11/lib::/sw/lib<br>
  CMAKE_MODULE_PATH: 
/sw/opt/kde4/x11/share/apps/cmake/modules::/sw/share/apps/cmake/modules<br>
  PKG_CONFIG_PATH:   
/sw/opt/kde4/x11/lib/pkgconfig:/sw/lib/system-openssl/lib/pkgconfig:/sw/lib/freetype219/lib/pkgconfig:/sw/lib/fontconfig2/lib/pkgconfig:/sw/lib/qt4-x11/lib/pkgconfig:/sw/opt/soprano/x11/lib/pkgconfig:/sw/opt/attica/x11/lib/pkgconfig:/sw/opt/akonadi/x11/lib/pkgconfig:<br>
  CPPFLAGS:           -I/sw/opt/kde4/x11/include
-I/sw/lib/system-openssl/include -I/sw/lib/freetype219/include
-I/sw/lib/fontconfig2/include -I/sw/lib/qt4-x11/include
-I/sw/opt/strigi/x11/include -I/sw/opt/soprano/x11/include
-I/sw/opt/attica/x11/include -I/sw/opt/akonadi/x11/include <br>
  LDFLAGS:            -L/rkward_trunk/rkward/build/build/lib
-L/sw/opt/kde4/x11/lib -L/sw/lib/system-openssl/lib
-L/sw/lib/freetype219/lib -L/sw/lib/fontconfig2/lib
-L/sw/lib/qt4-x11/lib -L/sw/opt/strigi/x11/lib
-L/sw/opt/soprano/x11/lib -L/sw/opt/attica/x11/lib
-L/sw/opt/akonadi/x11/lib 
-Wl,-dylib_file,/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
-Wl,-dead_strip_dylibs<br>
  KDE4_CMAKE_ARGS:    -DBUNDLE_INSTALL_DIR:PATH='/sw/opt/kde4/x11/bin'
-DCMAKE_INSTALL_PREFIX='/sw/opt/kde4/x11'
-DCMAKE_BUILD_TYPE=RelWithDebInfo
-DSTRIGI_STRIGIQTDBUSCLIENT_LIBRARY_RELEASE:FILEPATH='/sw/opt/strigi/x11/lib/libstrigiqtdbusclient.dylib'
-DSOPRANO_PLUGIN_DIR:PATH='/sw/opt/soprano/x11/share'
-DOPENGL_INCLUDE_DIR:PATH=/usr/X11/include
-DOPENGL_gl_LIBRARY:FILEPATH=/usr/X11/lib/libGL.dylib
-DOPENGL_glu_LIBRARY:FILEPATH=/usr/X11/lib/libGLU.dylib
-DBoost_ADDITIONAL_VERSIONS=1.41;1.41.0 -DBOOST_ROOT=/sw
-DBOOST_INCLUDEDIR=/sw/include/boost-1_41 -DBOOST_LIBRARYDIR=/sw/lib
-DPYTHON_EXECUTABLE=/usr/bin/python2.5 -D_KDE_DEFAULT_HOME_POSTFIX=4
-DSYSCONF_INSTALL_DIR='/sw/opt/kde4/x11/etc'<br>
  <br>
gse-103-10:build Home$ cmake .. $KDE4_CMAKE_ARGS
-DR_EXECUTABLE=/Application/R<br>
CMake Error at /opt/local/share/cmake-2.8/Modules/FindKDE4.cmake:95
(FIND_PACKAGE):<br>
  Could not find module FindKDE4Internal.cmake or a configuration file
for<br>
  package KDE4Internal.<br>
  <br>
  Adjust CMAKE_MODULE_PATH to find FindKDE4Internal.cmake or set<br>
  KDE4Internal_DIR to the directory containing a CMake configuration
file for<br>
  KDE4Internal.  The file will have one of the following names:<br>
  <br>
    KDE4InternalConfig.cmake<br>
    kde4internal-config.cmake<br>
  <br>
Call Stack (most recent call first):<br>
  CMakeLists.txt:10 (FIND_PACKAGE)<br>
  <br>
  <br>
CMake Error at rkward/dataeditor/CMakeLists.txt:19 (QT4_AUTOMOC):<br>
  Unknown CMake command "QT4_AUTOMOC".<br>
  <br>
  <br>
-- Configuring incomplete, errors occurred!<br>
CMake Error: Unable to open cache file for save.
/rkward_trunk/rkward/build/CMakeCache.txt<br>
CMake Error: : System Error: Permission denied<br>
gse-103-10:build Home$ <br>
  </font><font size="-1"><br>
  <br>
  </font></blockquote>
<font size="-1">As you asked, I checked whether </font><small>Automoc4Config.cmake
is
installed, which it is, under: /sw/opt/kde4/x11/lid/, not /opt/local/
as you wrote. Might be important as automoc also shows up in this error
message.</small><br>
<br>
<small>I located FindKDE4internal.cmake in /sw/share/cmake-2.8/modules/
, I think the problem might actually be that I can't find a </small><font
 size="-1">KDE4InternalConfig.cmake or </font><font size="-1">kde4internal-config.cmake
file on my system.<br>
<br>
So, I haven't given up yet, would really like to get this to work, I'm
just not familiar with most of this though..<br>
<br>
Hope you can help me a bit more, regards,<br>
<br>
Roel<br>
</font><small></small><small></small>
</body>
</html>