-Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -DZAPTEL_OPTIMIZATIONS -DASTERISK_VERSION=\"CVS-04/03/04-10:19:04\" -DINSTALL_PREFIX=\"\" -DASTETCDIR=\"/etc/asterisk\" -DASTLIBDIR=\"/usr/lib/asterisk\" -DASTVARLIBDIR=\"/var/lib/asterisk\" -DASTVARRUNDIR=\"/var/run\" -DASTSPOOLDIR=\"/var/spool/asterisk\" -DASTLOGDIR=\"/var/log/asterisk\" -DASTCONFPATH=\"/etc/asterisk/asterisk.conf\" -DASTMODDIR=\"/usr/lib/asterisk/modules\" -DASTAGIDIR=\"/var/lib/asterisk/agi-bin\" -DBUSYDETECT_MARTIN -DNEW_PRI_HANGUP -c -o asterisk.o asterisk.c bison ast_expr.y --name-prefix=ast_yy -o ast_expr.c make: *** [ast_expr.c] Broken pipe Any clue's why this is happening ? Regards...Martin -- Please avoid sending me Word or PowerPoint attachments. See fsf.org/philosophy/no-word-attachments.html Free MS-Office replacement for most platforms openoffice.org
Martin wrote:> -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 >-DZAPTEL_OPTIMIZATIONS -DASTERISK_VERSION=\"CVS-04/03/04-10:19:04\" >-DINSTALL_PREFIX=\"\" -DASTETCDIR=\"/etc/asterisk\" >-DASTLIBDIR=\"/usr/lib/asterisk\" -DASTVARLIBDIR=\"/var/lib/asterisk\" >-DASTVARRUNDIR=\"/var/run\" -DASTSPOOLDIR=\"/var/spool/asterisk\" >-DASTLOGDIR=\"/var/log/asterisk\" >-DASTCONFPATH=\"/etc/asterisk/asterisk.conf\" >-DASTMODDIR=\"/usr/lib/asterisk/modules\" >-DASTAGIDIR=\"/var/lib/asterisk/agi-bin\" -DBUSYDETECT_MARTIN >-DNEW_PRI_HANGUP -c -o asterisk.o asterisk.c >bison ast_expr.y --name-prefix=ast_yy -o ast_expr.c >make: *** [ast_expr.c] Broken pipe > >Any clue's why this is happening ? > >Regards...Martin > >If you are using Fedora Linux, they ist because there seems to be an issue with Bison.. Down grade to the old RH9 Bison RPM and it should build.. If you are not using Fedora than I have no idea.. :) Later..
On Saturday 03 April 2004 10:36, Martin wrote:> -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 > -DZAPTEL_OPTIMIZATIONS -DASTERISK_VERSION=\"CVS-04/03/04-10:19:04\" > -DINSTALL_PREFIX=\"\" -DASTETCDIR=\"/etc/asterisk\" > -DASTLIBDIR=\"/usr/lib/asterisk\" -DASTVARLIBDIR=\"/var/lib/asterisk\" > -DASTVARRUNDIR=\"/var/run\" -DASTSPOOLDIR=\"/var/spool/asterisk\" > -DASTLOGDIR=\"/var/log/asterisk\" > -DASTCONFPATH=\"/etc/asterisk/asterisk.conf\" > -DASTMODDIR=\"/usr/lib/asterisk/modules\" > -DASTAGIDIR=\"/var/lib/asterisk/agi-bin\" -DBUSYDETECT_MARTIN > -DNEW_PRI_HANGUP -c -o asterisk.o asterisk.c > bison ast_expr.y --name-prefix=ast_yy -o ast_expr.c > make: *** [ast_expr.c] Broken pipe > > Any clue's why this is happening ? > > Regards...MartinApparently, I needed m4. Why hasn't the required list been updated at :- asterisk.org/index.php?menu=download bison, doxygen, m4, coreutils Regards...Martin -- Please avoid sending me Word or PowerPoint attachments. See fsf.org/philosophy/no-word-attachments.html Free MS-Office replacement for most platforms openoffice.org