Dear Steve,

yes I'm sure that I leave a space between - and p1. the patch run succefuly... the prouve : In the new makefile I have these new lines :

*************************
CHANNEL_LIBS+=$(shell [ -f /usr/include/unical.h ] && echo chan_unicall.so)

chan_unicall.o: chan_unicall.c
$(CC) -c $(CFLAGS) -o chan_unicall.o chan_unicall.c

chan_unicall.so: chan_unicall.o
$(CC) $(SOLINK) -o $@ $<  -lunicall -ltiff -lxml2 -ltonezone $(ZAPLIB)
*************************

excuse me, because I don't use FedoraC3 but FC1

- it can pose problem ?
- what is the  versions of linux I must use ?

... I have not errors in compilation. the problem is in the compilation of chan_unicall.c : no .so and .o files are created!!!

ps: about patching!!! I inform you that the patch pose problem with the latest version of asterisk v1.0.2 the asterisk channels make file have been certainly changed...

many thanks for your help

kaws elchamal

------------------------------

Message: 8
Date: Fri, 26 Nov 2004 20:31:47 +0800
From: Steve Underwood <[EMAIL PROTECTED]>
Subject: Re: [Asterisk-Users] problem with chan_unicall.c for MFC/R2
        with    asterisk
To: Asterisk Users Mailing List - Non-Commercial Discussion
        <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

 kaws  elchamal wrote:

> I patch asterisk in this way:
>
> patch - p1 < channels_makefile.patch  .... is it the good way to patch
> it?
>
> after the patch, I complie asterisk without problem I configure the
> unicall.conf as needs. compiling asterisk patched dont generate any
> error but the file chan_unicall.c and was not compiled!!! (no .so and
> .o files ares generated) chan_unicall remain like ghost!!! please help
> me....

If chan_unicall was not compiled, the patching of the makefile must have
failed. Did you really leave a space between the "-" and p1". That would
stop the makefile from being patched.

Steve



------------------------------

_________________________________________________________________
MSN Messenger : dialoguez en temps r�el avec vos amis ! http://g.msn.fr/FR1001/866


_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to