[Kde-bindings] building smoke
Stefano Crocco
stefano.crocco at alice.it
Sun Sep 20 08:29:23 UTC 2009
I read that smoke is now generated using the new smokegenerator utility,
rather than kalyptus. When I tried to build a recent svn revision of smoke,
however, it failed with the following error:
"Cannot load library generator_smoke: (libgenerator_smoke.so: cannot open
shared object file: No such file or directory)"
(Of course, this happended after building the smokegenerator utility). Indeed,
running
find -name '*generator_smoke.so'
from the build directory only shows ./generator/bin/generator_smoke.so, which
explains why libgenerator_smoke.so can't be found: it doesn't exist! I tried
copying that file to /usr/local/lib/libgenerator_smoke.so and that solved that
error (later there was an error in compiling smoke plasma but that's another
issue).
What I did to compile smoke was the following (from the kdebindings
directory):
mkdir build_smoke
cd build_smoke
cmake ..
ccmake . (disable building all the languages except smoke)
make
Is this correct or am I missing something?
Thanks in advance
Stefano
More information about the Kde-bindings
mailing list