Menu

Build fails with lash enabled

Collette
2016-02-13
2016-04-03
  • Collette

    Collette - 2016-02-13

    I compile fsthost under fedora 24.
    lash-devel is installed on my machine.
    When I compile fsthost, it fails. Here is the message I've got:

    gcc -c -m64 -pthread -I/usr/include/libxml2 -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/lash-1.0 -I/usr/include/alsa -g -O2 -Wall -Wno-deprecated-declarations -Wno-multichar -march=native -mfpmath=sse -DHAVE_LASH -fPIC -I. -I/usr/include -I/usr/include/wine -I/usr/include/wine/windows -I/usr/include/x86_64-linux-gnu -o lash/lash_64.o lash/lash.c
    lash/lash.c: Dans la fonction ‘jfst_lash_save’:
    lash/lash.c:57:23: erreur: ‘lash_client’ undeclared (first use in this function)
    lash_send_config(lash_client, config);
    ^
    lash/lash.c:57:23: note: each undeclared identifier is reported only once for each function it appears in
    lash/lash.c: Dans la fonction ‘jfst_lash_idle’:
    lash/lash.c:128:10: erreur: ‘lash_client’ undeclared (first use in this function)
    if (! lash_enabled(lash_client))
    ^
    Makefile:132: recipe for target 'lash/lash_64.o' failed
    make: *** [lash/lash_64.o] Error 1

     
  • The Xj

    The Xj - 2016-04-03

    Hi. Thanks for reporting this problem. Usually I fix bug much faster , but personally I did not use lash, so it takes some time. Lash support will works only for one plugin ( first loaded ), and you should know that on adm64 machine you need 32bit lash to build fsthost32 with lash support. I prefer JackSession and this session protocol is best implemented.

     

Log in to post a comment.