Hi rob On Wed, 8 Aug 2007 21:52:41 +1000, Rob Gillan <[EMAIL PROTECTED]> wrote: > Just a quick follow up, here's the error on Callweaver make: > > gcc -DHAVE_CONFIG_H -I. -I../include -fomit-frame-pointer - > D_REENTRANT -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing- > declarations -DTEMP_STORE=2 -DTHREADSAFE=1 -DSQLITE_OMIT_CURSOR - > DNO_TCL -I../sqlite3-embedded -I../sqlite3-embedded -DOS_UNIX -I.. - > I../include -I/usr/local/callweaver/include -I/usr/include/openssl - > DHAVE_SSL -I/usr/local/callweaver/include -MT libcallweaver_la- > callweaver.lo -MD -MP -MF .deps/libcallweaver_la-callweaver.Tpo -c > callweaver.c -fno-common -DPIC -o .libs/libcallweaver_la-callweaver.o > In file included from /usr/local/callweaver/include/spandsp.h:52, > from callweaver.c:79: > /usr/local/callweaver/include/spandsp/arctan2.h: In function 'arctan2': > /usr/local/callweaver/include/spandsp/arctan2.h:57: warning: implicit > declaration of function 'fabsf' > /usr/local/callweaver/include/spandsp/arctan2.h:57: warning: > incompatible implicit declaration of built-in function 'fabsf' > In file included from /usr/local/callweaver/include/spandsp.h:59, > from callweaver.c:79: > /usr/local/callweaver/include/spandsp/dc_restore.h: In function > 'fsaturatef': > /usr/local/callweaver/include/spandsp/dc_restore.h:108: warning: > implicit declaration of function 'rintf' > /usr/local/callweaver/include/spandsp/dc_restore.h:108: warning: > incompatible implicit declaration of built-in function 'rintf' > /usr/local/callweaver/include/spandsp/dc_restore.h: In function > 'fsaturate': > /usr/local/callweaver/include/spandsp/dc_restore.h:118: warning: > implicit declaration of function 'rint' > /usr/local/callweaver/include/spandsp/dc_restore.h:118: warning: > incompatible implicit declaration of built-in function 'rint' > callweaver.c: In function 'handle_show_version_files': > callweaver.c:329: warning: field precision should have type 'int', > but argument 3 has type 'size_t' > callweaver.c:329: warning: field precision should have type 'int', > but argument 5 has type 'size_t' > callweaver.c: In function 'opbx_rl_read_char': > callweaver.c:1205: warning: implicit declaration of function 'rl_getc' > callweaver.c:1245: warning: implicit declaration of function > 'rl_forced_update_display' > callweaver.c: In function 'opbx_rl_initialize': > callweaver.c:1534: error: 'rl_editing_mode' undeclared (first use in > this function) > callweaver.c:1534: error: (Each undeclared identifier is reported > only once > callweaver.c:1534: error: for each function it appears in.) > callweaver.c: In function 'opbx_remotecontrol': > callweaver.c:1645: error: 'rl_event_hook' undeclared (first use in > this function) > make[3]: *** [libcallweaver_la-callweaver.lo] Error 1 > make[2]: *** [all-recursive] Error 1 > make[1]: *** [all] Error 2 > make: *** [all-recursive] Error 1 > > _______________________________________________ > Callweaver-users mailing list > [email protected] > http://lists.callweaver.org/mailman/listinfo/callweaver-users
you need GNU readline to compile it, not the OSX default readline ( which is fact is the editline). -- Nelson Silva ----------------- _______________________________________________ Callweaver-users mailing list [email protected] http://lists.callweaver.org/mailman/listinfo/callweaver-users
