[asterisk-bugs] [Asterisk 0010627]: svn trunk not compiling on centos 4.4
noreply at bugs.digium.com
noreply at bugs.digium.com
Tue Sep 4 19:14:15 CDT 2007
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=10627
======================================================================
Reported By: idkpmiller
Assigned To: dbowerman
======================================================================
Project: Asterisk
Issue ID: 10627
Category: Addons/chan_mobile
Reproducibility: always
Severity: major
Priority: normal
Status: assigned
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 09-02-2007 03:05 CDT
Last Modified: 09-04-2007 19:14 CDT
======================================================================
Summary: svn trunk not compiling on centos 4.4
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 at 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 at ser asterisk-add-ons]#
======================================================================
----------------------------------------------------------------------
dbowerman - 09-04-07 19:14
----------------------------------------------------------------------
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.
Issue History
Date Modified Username Field Change
======================================================================
09-04-07 19:14 dbowerman Note Added: 0069944
======================================================================
More information about the asterisk-bugs
mailing list