[Asterisk-Users] Loop error when compiling CVS version of 1.2-Beta

Geoff Karl geoff.karl at gmail.com
Thu Sep 1 09:16:54 MST 2005


I am still getting an error compiling the 1.2-Beta version.  The
tarball works fine, but I have never been able to compile the 1.2beta
from CVS.  I have been compiling CVS-HEAD on the machine for quite
some time.


It goes into this loop:

if cmp -s include/asterisk/version.h.tmp include/asterisk/version.h ;
then echo; else \
        mv include/asterisk/version.h.tmp include/asterisk/version.h ; \
fi
rm -f include/asterisk/version.h.tmp
build_tools/mkdep -pipe  -Wall -Wstrict-prototypes
-Wmissing-prototypes -Wmissing-declarations -g  -Iinclude -I../include
-D_REENTRANT -D_GNU_SOURCE  -O6 -march=i686  -DZAPTEL_OPTIMIZATIONS   
      -fomit-frame-pointer  acl.c aescrypt.c aeskey.c aestab.c alaw.c
app.c ast_expr2.c ast_expr2f.c asterisk.c astmm.c autoservice.c
callerid.c cdr.c channel.c chanvars.c cli.c config.c config_old.c db.c
devicestate.c dlfcn.c dns.c dnsmgr.c dsp.c enum.c file.c frame.c
fskmodem.c image.c indications.c io.c jitterbuf.c loader.c logger.c
manager.c md5.c muted.c netsock.c pbx.c plc.c poll.c privacy.c rtp.c
say.c sched.c slinfactory.c srv.c strcompat.c tdd.c term.c translate.c
ulaw.c utils.c


This is the contents of the include/asterisk/version.h file.

/*
 * version.h
 * Automatically generated
 */
#define ASTERISK_VERSION "CVS-Nv1-2-0-beta1-09/01/05-11:06:01"
#define ASTERISK_VERSION_NUM 999999



Geoff



More information about the asterisk-users mailing list