Thank you for your reply. I forgot to install readline. Fixed A google search shows me that I'm not the first one to skip this step. -sorry-
By the way the wiki for osx need some update since niutil is not available on osx leopard (google again) I will try with dscl harold On 11 Feb, 2008, at 04:59, Damjan Jovanovic wrote: > X-ECN Telecoms-MailScanner-Information: Contact ECN Telecoms > X-ECN Telecoms-MailScanner: Found to be clean > X-ECN Telecoms-MailScanner-SpamCheck: not spam, SpamAssassin (not > cached, > score=-103.427, required 6, autolearn=not spam, ALL_TRUSTED -1.80, > AWL 0.97, BAYES_00 -2.60, USER_IN_WHITELIST -100.00) > X-ECN Telecoms-MailScanner-From: [EMAIL PROTECTED] > X-Spam-Status: No > > > On Sun, 2008-02-10 at 20:55 +0100, Harold Polet wrote: >> Hello, >> Foreword : I'm a beginner. I used asterisk previously on osx.3 an >> would >> like to switch to callweaver while I migrate the server >> System : Xserve G4 with osx server 10.5.1 >> Callweaver 1.1.99.20080209 > >> When I do make I get : >> callweaver.c: In function 'opbx_rl_read_char': >> callweaver.c:1344: warning: implicit declaration of function 'rl_getc' >> callweaver.c:1395: warning: implicit declaration of function >> 'rl_forced_update_display' >> callweaver.c: In function 'opbx_rl_initialize': >> callweaver.c:1733: error: 'rl_editing_mode' undeclared (first use in >> this function) >> >> Note : the ligne is rl_editing_mode = 1; and not used anywhere else in >> callweaver.c, can I just remove it ? >> >> callweaver.c:1733: error: (Each undeclared identifier is reported only >> once >> callweaver.c:1733: error: for each function it appears in.) >> callweaver.c: In function 'opbx_remotecontrol': >> callweaver.c:1847: error: 'rl_event_hook' undeclared (first use in >> this >> function) >> >> Note : #ifdef __Darwin__ >> rl_event_hook = opbx_rl_out_event; >> #else >> rl_getc_function = opbx_rl_read_char; >> #endif >> It looks like it's just for darwin (osx?) but is not accepted. >> >> callweaver.c: In function 'callweaver_main': >> callweaver.c:2566: warning: 'daemon' is deprecated (declared at >> /usr/include/stdlib.h:283) >> >> make[3]: *** [libcallweaver_la-callweaver.lo] Error 1 >> make[2]: *** [all-recursive] Error 1 >> make[1]: *** [all] Error 2 >> make: *** [all-recursive] Error 1 >> >> Any idea what I can do ? > > Check you have a recent version of readline installed. > > If that fixes it, we need to update the configure script to check for > that. > >> Thank you, >> Harold > > Damjan > >> _______________________________________________ >> Callweaver-users mailing list >> [email protected] >> http://lists.callweaver.org/mailman/listinfo/callweaver-users > > _______________________________________________ > Callweaver-users mailing list > [email protected] > http://lists.callweaver.org/mailman/listinfo/callweaver-users _______________________________________________ Callweaver-users mailing list [email protected] http://lists.callweaver.org/mailman/listinfo/callweaver-users
