the alisp.c file includes wordexp.h even though it doesnt actually use any wordexp functions ... causes trouble when target doesnt have wordexp support :) patch attached to scrub said headers -mike
Attachment:
pgpupCeutwIBf.pgp
Description: PGP signature
Signed-off-by: Mike Frysinger <vapier@xxxxxxxxxx> alisp.c | 1 - 1 file changed, 1 deletion(-) diff -r 46221e609f45 src/alisp/alisp.c --- a/src/alisp/alisp.c Wed Sep 06 14:39:01 2006 +0200 +++ b/src/alisp/alisp.c Thu Sep 07 14:42:21 2006 -0400 @@ -30,7 +30,6 @@ #include <ctype.h> #include <math.h> #include <err.h> -#include <wordexp.h> #define alisp_seq_iterator alisp_object
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/alsa-devel