[Home]

Summary:ASTERISK-05512: chan_ooh323 doesn't compile with latest CVS
Reporter:hristo (hristo)Labels:
Date Opened:2005-11-08 16:27:16.000-0600Date Closed:2005-11-08 17:31:49.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Channels/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:fresh CVS checkout (including addons), fresh install of asterisk, but I get the following error after ./configue and make for ooh323:

# make
make  all-am
make[1]: Entering directory `/usr/src/asterisk-addons/asterisk-ooh323c'
source='src/chan_h323.c' object='chan_h323.lo' libtool=yes \
depfile='.deps/chan_h323.Plo' tmpdepfile='.deps/chan_h323.TPlo' \
depmode=gcc3 /bin/sh ./config/depcomp \
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./ooh323c/src -I./ooh323c/src/h323    -DGNU -D_GNU_SOURCE -D_REENTRANT -D_COMPACT -c -o chan_h323.lo `test -f 'src/chan_h323.c' || echo './'`src/chan_h323.c
rm -f .libs/chan_h323.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -I./ooh323c/src -I./ooh323c/src/h323 -DGNU -D_GNU_SOURCE -D_REENTRANT -D_COMPACT -c src/chan_h323.c -MT chan_h323.lo -MD -MP -MF .deps/chan_h323.TPlo  -fPIC -DPIC -o .libs/chan_h323.lo
In file included from src/chan_h323.h:33,
                from src/chan_h323.c:18:
/usr/include/asterisk/file.h:52: error: syntax error before '*' token
/usr/include/asterisk/file.h:53: error: syntax error before '*' token
make[1]: *** [chan_h323.lo] Error 1
make[1]: Leaving directory `/usr/src/asterisk-addons/asterisk-ooh323c'
make: *** [all] Error 2
#


****** ADDITIONAL INFORMATION ******

kernel: 2.6.9-11.ELsmp
gcc version 3.4.3
Comments:By: Jason Parker (jparker) 2005-11-08 17:23:15.000-0600

Please see ASTERISK-5502.  Is this related?

By: Russell Bryant (russell) 2005-11-08 17:31:29.000-0600

fixed in cvs head