[asterisk-users] Unable to build Hpec on Zaptel 1.4.10.1

Andres andres at telesip.net
Sat May 10 11:27:17 CDT 2008


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
[root at wailea zaptel]# grep hpec Makefile
[root at wailea zaptel]#

And Look at Zaptel 1.4.6
[root at wailea 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.



More information about the asterisk-users mailing list