calejost / unimrcp

Automatically exported from code.google.com/p/unimrcp
Apache License 2.0
0 stars 0 forks source link

[app_unimrcp] Build isuue with UniMRCP 0.9.0 #65

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Simple issue with missing brace:

 gcc -DPACKAGE_NAME=\"asterisk-unimrcp\" -DPACKAGE_TARNAME=\"asterisk-
unimrcp\" -DPACKAGE_VERSION=\"0.1.0\" "-DPACKAGE_STRING=\"asterisk-unimrcp 
0.1.0\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"asterisk-unimrcp\" -
DVERSION=\"0.1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -
DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -
DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -
DHAVE_DLFCN_H=1 -DUNIMRCP_DIR_LOCATION=\"/usr/local/unimrcp\" -
DASTERISK162=1 -I. -I. -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -
D_LARGEFILE64_SOURCE -g -O2 -pthread -I/usr/local/unimrcp/include -
I/usr/local/apr/include/apr-1 -I/include -g -O2 -MT app_unimrcp.lo -MD -MP 
-MF .deps/app_unimrcp.Tpo -c app_unimrcp.c  -fPIC -DPIC -o 
.libs/app_unimrcp.o
app_unimrcp.c:1589: error: expected identifier or '(' before 'return'
app_unimrcp.c:1590: error: expected identifier or '(' before '}' token
make[1]: *** [app_unimrcp.lo] Ошибка 1

Original issue reported on code.google.com by igor.gon...@gmail.com on 8 Feb 2010 at 5:07

Attachments:

GoogleCodeExporter commented 8 years ago
Should be fixed in r1475. Thanks

Original comment by achalo...@gmail.com on 8 Feb 2010 at 5:29