doesnt seem like it.
lash.h:28:23: error: lash/lash.h: No such file or directory
lash.h:40: error: ISO C++ forbids declaration of 'lash_client_t' with no
type
lash.h:40: error: expected ';' before '*' token
lash.h:43: error: 'lash_event_t' has not been declared
lash.h:44: error: 'lash_config_t' has not been declared
make[2]: *** [midibus.o] Error 1
make[2]: Leaving directory
`/home/paniq/devel/aur/seq24/src/seq24-0.8.3/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory
`/home/paniq/devel/aur/seq24/src/seq24-0.8.3/src'
make: *** [all-recursive] Error 1
perhaps its because i run gcc 4
On Fri, 2006-03-24 at 14:18 -0500, Dave Robillard wrote:
On Fri, 2006-24-03 at 19:54 +0100, Leonard
"paniq" Ritter wrote:
i am going to hold a small seminar about an
introduction to linux audio
in two weeks.
in preparation for that seminar i wanted to ask you what applications
should be presented in your opinion.
so far i want to show off, demonstrating how to do one song with it:
- jack/alsa
- ardour
- seq24
- jackrack (ladspa)
- amsynth
- specimen
- lash (will be a poor performance yet ;)
So Mjoo must have LASH support then, right? ;)
If you're showing seq24 and lash, you might want to try the following
patch to seq24-0.8.3 that adds LASH support:
http://www.scs.carleton.ca/~drobilla/files/seq24-0.8.3-dr-lash-1.patch
It's full support, everything should restore perfectly. Please let me
know otherwise (Rob has that patch and I believe it will be incorporated
in to the next official release of Seq24)
-DR-