[Home]

Summary:ASTERISK-10219: svn trunk not compiling on centos 4.4
Reporter:paul miller (idkpmiller)Labels:
Date Opened:2007-09-02 03:05:15Date Closed:2007-09-09 08:17:34
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Addons/chan_mobile
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Here is the steps and the output from an attempt to compile.

# svn co http://svn.digium.com/svn/asterisk-addons/trunk/ asterisk-add-ons

Checked out external at revision 40.

Checked out revision 205.
Checked out revision 436.
#
#cd  asterisk-add-ons
[asterisk-add-ons]#./configure

Then a

[asterisk-add-ons]#make menuselect

I unlelect all items except for chan_mobile

make[1]: Leaving directory `/usr/src/asterisk-add-ons/menuselect'
menuselect changes saved!
[asterisk-add-ons]#

Then a failed make

[root@ser asterisk-add-ons]# make
make[1]: Entering directory `/usr/src/asterisk-add-ons'
build_tools/mkdep -fPIC  -fPIC  chan_mobile.c
gcc -g -c -fPIC  -fPIC  -o chan_mobile.o chan_mobile.c
chan_mobile.c: In function `do_search_devices':
chan_mobile.c:300: error: `HANDSFREE_AGW_PROFILE_ID' undeclared (first use in this function)
chan_mobile.c:300: error: (Each undeclared identifier is reported only once
chan_mobile.c:300: error: for each function it appears in.)
make[1]: *** [chan_mobile.o] Error 1
make[1]: Leaving directory `/usr/src/asterisk-add-ons'
make: *** [all] Error 2
[root@ser asterisk-add-ons]#
Comments:By: Dave Bowerman (dbowerman) 2007-09-04 19:14:15

could you please attach your config.log file to this bug note.

HANDSFREE_AGW_PROFILE_ID is defined in /usr/include/bluetooth/sdp.h, could you check and see if this is so on your system. although the configure script should check this.

By: Dave Bowerman (dbowerman) 2007-09-07 20:28:46

idkpmiller: had a chance to look at this yet?

By: paul miller (idkpmiller) 2007-09-09 06:28:22

Apoligies, I had to remove the setup as the SVN branch had severe issues with SIP registrations, there is no chance of me setting it back up anytime soon so its best to close issue..

Sorry.

By: Michiel van Baak (mvanbaak) 2007-09-09 08:17:34

Closed on reporters request