Search Criteria
Package Details: lash 0.6.0~rc2-14
Package Actions
Git Clone URL: | https://aur.archlinux.org/lash.git (read-only, click to copy) |
---|---|
Package Base: | lash |
Description: | Session management system for JACK and ALSA |
Upstream URL: | http://lash.nongnu.org |
Licenses: | GPL2 |
Submitter: | dvzrv |
Maintainer: | None |
Last Packager: | flacks |
Votes: | 6 |
Popularity: | 0.000000 |
First Submitted: | 2018-06-14 22:22 (UTC) |
Last Updated: | 2018-06-28 15:58 (UTC) |
Dependencies (4)
- jackAUR (jack2-gitAUR, pipewire-jack-gitAUR, pipewire-full-jack-gitAUR, jack2, pipewire-jack)
- python2AUR (python2-binAUR)
- gtk2 (gtk2-maemoAUR, gtk2-patched-filechooser-icon-viewAUR) (make)
- gtk2 (gtk2-maemoAUR, gtk2-patched-filechooser-icon-viewAUR) (optional) – for lash_panel, lash_save_button and lash_synth
Required by (2)
- jack-keyboard (optional)
- midimon
Latest Comments
« First ‹ Previous 1 2
steelstring94 commented on 2018-06-15 02:56 (UTC)
Getting the same error about missing rpc/xdr.h. Anyone have a solution?
TheGreatAndyChow commented on 2018-06-15 02:47 (UTC)
I think problem is caused by lash-0.6.0.594/liblash/lash.c line 36 asking for /usr/include/rpc/xdr.h, which doesn't exist. Should try to use /usr/include/gssrpc/xdr.h or /usr/include/tirpc/rpc/xdr.h
nubiocicarini commented on 2018-06-15 01:49 (UTC) (edited on 2018-06-15 01:50 (UTC) by nubiocicarini)
I also have the same problem of @dixi_minga.
dixi_minga commented on 2018-06-14 23:48 (UTC)
Compilation error: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -D_FORTIFY_SOURCE=2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DDEBUG_OUTPUT_TERMINAL -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -MT lash.lo -MD -MP -MF .deps/lash.Tpo -c lash.c -fPIC -DPIC -o .libs/lash.o lash.c:36:10: fatal error: rpc/xdr.h: No such file or directory #include <rpc xdr.h=""> ^~~~~~~~~~~ compilation terminated.</rpc>
« First ‹ Previous 1 2