On Fri, 2006-24-03 at 21:53 +0100, Leonard "paniq" Ritter wrote:
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
You need to rebuild the autotools crap:
aclocal
autoheader
automake --add-missing
autoconf
Then run configure again.
-DR-
P.S. Don't top-post ;)