On a side note, with Asterisk 11, I'm getting this : gcc -pipe -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -g -O2 -c -o app_espeak.o app_espeak.c app_espeak.c: In function ‘espeak_exec’: app_espeak.c:219:13: error: dereferencing pointer to incomplete type app_espeak.c:221:47: error: dereferencing pointer to incomplete type
(My plaftform is still Debian Wheezy). 2014-08-28 16:50 GMT+02:00 Olivier <[email protected]>: > Hi, > > I'm giving a look at [1] with this: > > cd /tmp > git clone https://github.com/zaf/Asterisk-eSpeak.git > cd Asterisk-eSpeak > ln -s <path-to-asterisk-folder>/include/asterisk.h > ln -s <path-to-asterisk-folder>/include/asterisk > make > > I'm getting this: > gcc -pipe -fPIC -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes > -Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -g -O2 -c -o > app_espeak.o app_espeak.c > In file included from asterisk.h:21:0, > from app_espeak.c:34: > asterisk/autoconfig.h:7:32: fatal error: asterisk/buildopts.h: File Not found > (above line translated) > > I can't find any buildopts.h anywhere in Asterisk 12 source files > though it exists in Asterisk 11. > > Did I miss something ? > > Regards > > PS: If possible, I would prefer to keep asterisk "external" modules in > seperate folder. Is there a smarted way to get (smater than the above) > ? > > > [1] http://zaf.github.io/Asterisk-eSpeak/ -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
