Tzafrir Cohen wrote: >On Fri, May 09, 2008 at 06:36:36PM -0400, Andres wrote: > > >>Hi, >> >>I just tried to upgrade from Zaptel 1.4.6 to 1.4.10.1 but it looks like >>the Makefile has no rules for the HPEC. >> >>make[3]: *** No rule to make target `hpec/hpec_zaptel.h', needed by >>`/usr/src/zaptel/kernel/zaptel-base.o'. Stop. >> >>Can somebody confirm this? >> >> > >Yes, it looks wrong. Could you please try replacing the line that has >"hpec_zaptel.h" with: > >$(obj)/zaptel-base.o: $(src)/hpec/hpec_zaptel.h $(src)/hpec/hpec_user.h > >(Note the added '$(src)/' ) > > > But the Makefile has no line with hpec. Look at Zaptel 1.4.10.1 [EMAIL PROTECTED] zaptel]# grep hpec Makefile [EMAIL PROTECTED] zaptel]#
And Look at Zaptel 1.4.6 [EMAIL PROTECTED] zaptel146]# grep hpec Makefile ifneq ($(wildcard $(PWD)/hpec/hpec_x86_32.o_shipped),) ifneq ($(wildcard $(PWD)/hpec/hpec_x86_64.o_shipped),) ZAPTEL_HPEC:=hpec/hpec_x86_32.o_shipped ZAPTEL_HPEC:=hpec/hpec_x86_64.o_shipped KFLAGS+=-DECHO_CAN_HPEC -I$(PWD)/hpec zaptel-base.o: hpec/hpec_zaptel.h hpec/hpec_user.h It looks like it was left out completely on the latest Zaptel. Should I open the bug report? Thanks, Andres. _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
