Menu

Make error

Helpdesk
Christophe
2012-11-09
2012-12-28
  • Christophe

    Christophe - 2012-11-09

    Hello I try to install be::shell on my Kubuntu 12.10 with KDE 4.9.2
    I download from git and I have some errors
    First error is with ./configure

    chris@chris-pc:~/be-shell$ ./configure
    rm : option invalide -- 'd'
    Saisissez « rm --help » pour plus d'informations.

    And second error with make

    /usr/bin/ld: ne peut trouver -lXcomposite
    collect2: erreur: ld a retourné 1 code d'état d'exécution
    make[2]: [be.shell] Erreur 1
    make[1]:
    [CMakeFiles/be.shell.dir/all] Erreur 2
    make: *** [all] Erreur 2

    What is lXcomposite ? and how to install it ?

    Thanks

     
  • Thomas Luebking

    Thomas Luebking - 2012-11-09

    Not at all (for the moment :)

    The dependency creeped in with another change to CMake and I just reverted it, so "git fetch; git rebase origin/master" and recompile.

    Sorry for the trouble.

    libXComposite is what allows to redirect windows into pixmaps and is usually used by compositors and whenever i find the time to finish that, optionally by systray icons in be.shell as well (nb: that does not mean i'd endorse the concept of systray icons - they're still nonsense ;-)

     
  • CraazyT

    CraazyT - 2012-11-16

    Hi Thomas,

    I'm running kubuntu 12:10 for now and I tried the following and get this error:

    Thanks ;-)

    git fetch; git rebase origin/masterCurrent branch master is up to date.
    $ ./configure rm: invalid option -- 'd'
    Try rm --help' for more information. mkdir: cannot create directorybuild': File exists
    Configuring... please wait
    -- Found Qt-Version 4.8.3 (using /usr/bin/qmake)
    -- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
    -- Found KDE 4.9 include dir: /usr/include
    -- Found KDE 4.9 library dir: /usr/lib
    -- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
    -- Found automoc4: /usr/bin/automoc4
    CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
    Please set them or make sure they are set and tested correctly in the CMake files:
    X11_Xcomposite_LIB (ADVANCED)
    linked by target "be.shell" in directory /home/tommy/be-shell

    -- Configuring incomplete, errors occurred!
    Configuration failed :-(

     
  • yathaid

    yathaid - 2012-12-28

    If that did not work, installing libxrender-dev solved it for me.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.