Menu

Error while installing

Help
Anonymous
2015-06-30
2015-07-03
  • Anonymous

    Anonymous - 2015-06-30

    Hi!
    I'm not experienced enough to know exactly what to paste here in order to get the best help. Feel free to ask for additional information.

    Running:
    PRETTY_NAME="Debian GNU/Linux 8 (jessie)"
    NAME="Debian GNU/Linux"
    VERSION_ID="8"
    VERSION="8 (jessie)"

    Installed libgaminggear-0.10.1 without any issues. Uninstalled roccat toosl 2.x with script prior to trying to install 3.5.

    Output where it chokes:

    [ 57%] Building C object kovaplus/roccatkovaplusconfig/CMakeFiles/roccatkovaplusconfig.dir/kovaplusconfig_window.c.o
    Linking C executable roccatkovaplusconfig
    [ 57%] Built target roccatkovaplusconfig
    Scanning dependencies of target roccatkovapluscontrol
    [ 57%] Building C object    kovaplus/roccatkovapluscontrol/CMakeFiles/roccatkovapluscontrol.dir/kovapluscontrol.c.o
    Linking C executable roccatkovapluscontrol
    ../libroccatkovaplus/libroccatkovaplus.so.3.5.0: undefined reference to    `gaminggear_input_event_write_keyboard_multi'
    collect2: error: ld returned 1 exit status
    kovaplus/roccatkovapluscontrol/CMakeFiles/roccatkovapluscontrol.dir/build.make:89: recipe    for target 'kovaplus/roccatkovapluscontrol/roccatkovapluscontrol' failed
    make[2]: *** [kovaplus/roccatkovapluscontrol/roccatkovapluscontrol] Error 1
    CMakeFiles/Makefile2:4091: recipe for target    'kovaplus/roccatkovapluscontrol/CMakeFiles/roccatkovapluscontrol.dir/all' failed
    make[1]: *** [kovaplus/roccatkovapluscontrol/CMakeFiles/roccatkovapluscontrol.dir/all]    Error 2
    Makefile:127: recipe for target 'all' failed
    make: *** [all] Error 2
    

    I'm a "get everything with repositories" kinda guy, so I'm fairly unfamiliar with this method of installing. Any help will be appreciated. :)

     
  • Stefan Achatz

    Stefan Achatz - 2015-07-03

    What are the exact cmake configuration options you gave when you compiled libgaminggear and roccat-tools?

    Does the following patch, adding one line, help?

    diff --git a/kovaplus/roccatkovapluscontrol/CMakeLists.txt b/kovaplus/roccatkovapluscontrol/CMakeLists.txt
    index 6ea451b..dca1d44 100644
    --- a/kovaplus/roccatkovapluscontrol/CMakeLists.txt
    +++ b/kovaplus/roccatkovapluscontrol/CMakeLists.txt
    @@ -3,6 +3,7 @@ ADD_EXECUTABLE(roccatkovapluscontrol kovapluscontrol.c)
     TARGET_LINK_LIBRARIES(roccatkovapluscontrol
       libroccatkovaplus
       libroccat
    +  ${GAMINGGEAR0_LIBRARY}
       ${GLIB2_LIBRARIES}
     )
    
     

Anonymous
Anonymous

Add attachments
Cancel