You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Thursday, June 26th 2008, 5:29am

Problems compiling kdebindings 4.0.83

Hello there. I am new around here, but I already bring a question.

What should I do to get kdebindings 4.0.83 compiled?

I am running Bluewhite64 Linux, on an Intel Core 2 Quad (Q6600) and I believe I have all deps installed.

I am compiling kdebindings with this:
===========
cmake \
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DMAN_INSTALL_DIR=/usr/man \
-DSYSCONF_INSTALL_DIR=/etc/kde \
-DCMAKE_BACKWARDS_COMPATIBILITY:STRING="2.2" \
-DENABLE_QYOTO:BOOL=OFF \
-DENABLE_QSCINTILLA_SHARP:BOOL=OFF \
-DENABLE_KIMONO:BOOL=OFF \
-DBUILD_csharp:BOOL=OFF \
-DENABLE_KHTML:BOOL=OFF \
..
make
==============

(I am using that, based on Robby Workman's SlackBuild scripts for slackware 12.1)

Then after some time I get the following error:
===========
Generating bindings for smoke language...
Starting writeDoc for phonon...
Preparsing...
Skipping union QVariant::Private::Data
Writing smokedata.cpp...
Writing x_*.cpp...
Done.
Scanning dependencies of target smokephonon
[ 8%] Building CXX object smoke/phonon/CMakeFiles/smokephonon.dir/smokedata.o
[ 8%] Building CXX object smoke/phonon/CMakeFiles/smokephonon.dir/x_1.o
c++: /tmp/kdebindings-4.0.83/build/smoke/phonon/x_1.cpp: No such file or directory
c++: no input files
make[2]: *** [smoke/phonon/CMakeFiles/smokephonon.dir/x_1.o] Error 1
make[1]: *** [smoke/phonon/CMakeFiles/smokephonon.dir/all] Error 2
make: *** [all] Error 2
kdebindings failed to build.
===========

What am I doing wrong?

Thanks for your attention

Similar threads