From kde-bindings Sun Sep 20 08:29:23 2009 From: Stefano Crocco Date: Sun, 20 Sep 2009 08:29:23 +0000 To: kde-bindings Subject: [Kde-bindings] building smoke Message-Id: <200909201029.23298.stefano.crocco () alice ! it> X-MARC-Message: https://marc.info/?l=kde-bindings&m=125343536429759 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 _______________________________________________ Kde-bindings mailing list Kde-bindings@kde.org https://mail.kde.org/mailman/listinfo/kde-bindings