Sudhir,
Quoting sudhir mor <[email protected]>: > Hi, > > I want to configure my asterisk-server for 3G while doing so i have few error > msges > > 1) While trying to install asterisk-1.4.15 everything goes fine but > zaptel-1.4.7 > gives problem in this case i have following msg on my CLI > i) ./configure - Ok > ii) make - Error > > make[2]: Leaving directory `/usr/src/zaptel-1.4.7/menuselect' > make[1]: Leaving directory `/usr/src/zaptel-1.4.7/menuselect' > Generating input for menuselect ... > make[1]: Entering directory `/usr/src/zaptel-1.4.7' > make[1]: Warning: File `Makefile' has modification time 3.4e+02 s in > the future > gcc -o gendigits gendigits.c -lm > ./gendigits > tones.h > gcc -o makefw makefw.c > ./makefw tormenta2.rbt tor2fw > tor2fw.h > Loaded 69900 bytes from file > ./makefw pciradio.rbt radfw > radfw.h > Loaded 42096 bytes from file > make -C /lib/modules/2.6.26.8-57.fc8/build SUBDIRS=/usr/src/zaptel-1.4.7 > HOTPLUG_FIRMWARE=yes modules > make[2]: Entering directory `/usr/src/kernels/2.6.26.8-57.fc8-i686' > scripts/Makefile.build:46: *** CFLAGS was changed in > "/usr/src/zaptel-1.4.7/Makefile". Fix it to use EXTRA_CFLAGS. Stop. > make[2]: *** [_module_/usr/src/zaptel-1.4.7] Error 2 > make[2]: Leaving directory `/usr/src/kernels/2.6.26.8-57.fc8-i686' > make[1]: *** [modules] Error 2 > make[1]: Leaving directory `/usr/src/zaptel-1.4.7' > make: *** [all] Error 2 Try compiling using : KBUILD_NOPEDANTIC=1 make > 2) If i'm tryies to install asterisk-1.4.32 > app_transcoder doesn't get registered > > [r...@asterisk-linux app_transcoder]# make > cc -D _GNU_SOURCE -Wall -Wmissing-prototypes -Wstrict-prototypes -c -o > app_transcoder.o app_transcoder.c > app_transcoder.c: In function âSendH263VideoFrameâ: > app_transcoder.c:154: warning: unused variable âsizeâ > app_transcoder.c: In function âVideoTranscoderEncodeâ: > app_transcoder.c:576: warning: passing argument 2 of âsws_scaleâ from > incompatible pointer type > app_transcoder.c: In function âVideoTranscoderDecodeFrameâ: > app_transcoder.c:915: warning: âavcodec_decode_videoâ is deprecated > (declared at > /usr/local/include/libavcodec/avcodec.h:3454) > app_transcoder.c: In function ârfc2429_appendâ: > app_transcoder.c:1053: warning: unused variable âpebitâ > cc -shared -Xlinker -x -o app_transcoder.so app_transcoder.o -lpthread > -lavcodec > [r...@asterisk-linux app_transcoder]# make install > install -d /usr/lib/asterisk/modules > install -m 755 app_transcoder.so /usr/lib/asterisk/modules phew, change the Makefile as follows: Z_LIBS := $(LIBS) -lpthread -lavcodec -lswscale > 3) While installing mcumediaserver error > [r...@asterisk-linux mcumediaserver]# make > mkdir -p bin > make -C media > make[1]: Entering directory `/usr/src/mcumediaserver/media' > mkdir -p /usr/local/src/mcu/media/build/debug > mkdir -p /usr/local/src/mcu/bin//debug > make[1]: *** No rule to make target `mcu.o', needed by `mcu'. Stop. > make[1]: Leaving directory `/usr/src/mcumediaserver/media' > make: *** [all] Error 2 Not sure what this error is, Sergio can help in here. Regards, Mitul Limbani, Enterux Solutions, www.enterux.com -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-video mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-video
