Announcement

Collapse
No announcement yet.

Cannot get KMid to work

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Cannot get KMid to work

    Hi all,

    I compiled KMid 2.4.0, no error messages.
    When I start kmid via menu, I get a popup: Fatal Error: No MIDI module loaded.
    Starting from konsole, I get the following message:

    $ kmid
    QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: Datei oder Verzeichnis nicht gefunden
    QFileSystemWatcher: failed to add paths: /home/thomas/.config/ibus/bus
    kmid(6196)/kdeui (kdelibs): Attempt to use QAction "show_volume_pitch" with KXMLGUIFactory!
    kmid(6196)/kdeui (kdelibs): Attempt to use QAction "show_position" with KXMLGUIFactory!
    kmid(6196)/kdeui (kdelibs): Attempt to use QAction "show_codecs" with KXMLGUIFactory!
    kmid(6196)/kdeui (kdelibs): Attempt to use QAction "show_rhythm" with KXMLGUIFactory!
    kmid(6196): KPluginFactory could not load the backend: "kmid_alsa"

    I can play midi files through Rosegarden, pmidi or kmidimon via usb to an external device.
    Thank you,

    Thomas

    #2
    Re: Cannot get KMid to work

    It's working fine here (using timidity) . Please paste cmake output here.
    ASROCK Z87 Pro4 - i5 4670K - R9 270x ☞ Triple Boot: KDE NEON ★ Windows 10 ★ Windows 7

    Comment


      #3
      Re: Cannot get KMid to work

      cmake output:

      -- The C compiler identification is GNU
      -- The CXX compiler identification is GNU
      -- Check for working C compiler: /usr/bin/gcc
      -- Check for working C compiler: /usr/bin/gcc -- works
      -- Detecting C compiler ABI info
      -- Detecting C compiler ABI info - done
      -- Check for working CXX compiler: /usr/bin/c++
      -- Check for working CXX compiler: /usr/bin/c++ -- works
      -- Detecting CXX compiler ABI info
      -- Detecting CXX compiler ABI info - done
      -- Looking for Q_WS_X11
      -- Looking for Q_WS_X11 - found
      -- Looking for Q_WS_WIN
      -- Looking for Q_WS_WIN - not found.
      -- Looking for Q_WS_QWS
      -- Looking for Q_WS_QWS - not found.
      -- Looking for Q_WS_MAC
      -- Looking for Q_WS_MAC - not found.
      -- Found Qt-Version 4.7.2 (using /usr/bin/qmake)
      -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so;/usr/lib/x86_64-linux-gnu/libXft.so;/usr/lib/x86_64-linux-gnu/libXau.so;/usr/lib/x86_64-linux-gnu/libXdmcp.so
      -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so;/usr/lib/x86_64-linux-gnu/libXft.so;/usr/lib/x86_64-linux-gnu/libXau.so;/usr/lib/x86_64-linux-gnu/libXdmcp.so - found
      -- Looking for gethostbyname
      -- Looking for gethostbyname - found
      -- Looking for connect
      -- Looking for connect - found
      -- Looking for remove
      -- Looking for remove - found
      -- Looking for shmat
      -- Looking for shmat - found
      -- Looking for IceConnectionNumber in ICE
      -- Looking for IceConnectionNumber in ICE - found
      -- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
      -- Looking for include files CMAKE_HAVE_PTHREAD_H
      -- Looking for include files CMAKE_HAVE_PTHREAD_H - found
      -- Looking for pthread_create in pthreads
      -- Looking for pthread_create in pthreads - not found
      -- Looking for pthread_create in pthread
      -- Looking for pthread_create in pthread - found
      -- Found Threads: TRUE
      -- Looking for _POSIX_TIMERS
      -- Looking for _POSIX_TIMERS - found
      -- Found Automoc4: /usr/bin/automoc4
      -- Found Perl: /usr/bin/perl
      -- Found Phonon: /usr/include
      -- Performing Test _OFFT_IS_64BIT
      -- Performing Test _OFFT_IS_64BIT - Success
      -- Performing Test HAVE_FPIE_SUPPORT
      -- Performing Test HAVE_FPIE_SUPPORT - Success
      -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL
      -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Success
      -- Performing Test __KDE_HAVE_GCC_VISIBILITY
      -- Performing Test __KDE_HAVE_GCC_VISIBILITY - Success
      -- Found KDE 4.6 include dir: /usr/include
      -- Found KDE 4.6 library dir: /usr/lib
      -- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
      -- Found automoc4: /usr/bin/automoc4
      -- checking for module 'alsa>=1.0'
      -- package 'alsa>=1.0' not found
      -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
      -- Configuring done
      -- Generating done
      -- Build files have been written to: /home/thomas/downloads/kmid-2.4.0/build

      Comment


        #4
        SOLVED Re: Cannot get KMid to work

        cmake output complained about missing alsa. So (re?-)installed some alsa packages (alsa-base and alsa-utils) and recompiled. Now it works.

        Comment


          #5
          Re: Cannot get KMid to work

          Great! btw the missing package is libasound2-dev (lib64asound2-dev in 64bit?).
          ASROCK Z87 Pro4 - i5 4670K - R9 270x ☞ Triple Boot: KDE NEON ★ Windows 10 ★ Windows 7

          Comment

          Working...
          X