[asterisk-users] Unable to run make menuselect for asterisk-addons
Jonn R Taylor
jonnt at taylortelephone.com
Thu Sep 11 15:22:01 CDT 2008
Asterisk 1.6.0rc6 and Asterisk-addons 1.6.0rc1
_____
From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Jonn R Taylor
Sent: Thursday, September 11, 2008 3:19 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [asterisk-users] Unable to run make menuselect for asterisk-addons
Hi all,
I am unable to run make menuselect for asterisk-addons. Works fine for zaptel and asterisk. Here is the output.
Jonn
[root at CentOS51-test asterisk-addons]# make menuselect
CC="gcc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" makeopts
\make[1]: Entering directory `/usr/src/asterisk-addons/menuselect'
Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found
make[1]: Leaving directory `/usr/src/asterisk-addons/menuselect'
make[1]: Entering directory `/usr/src/asterisk-addons/menuselect'
make[1]: `makeopts' is up to date.
make[1]: Leaving directory `/usr/src/asterisk-addons/menuselect'
CC="gcc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent"
make[1]: Entering directory `/usr/src/asterisk-addons/menuselect'
gcc -g -c -D_GNU_SOURCE -Wall -c -o menuselect.o menuselect.c
gcc -g -c -D_GNU_SOURCE -Wall -c -o strcompat.o strcompat.c
gcc -g -c -D_GNU_SOURCE -Wall -c -o menuselect_curses.o menuselect_curses.c
make[2]: Entering directory `/usr/src/asterisk-addons/menuselect/mxml'
gcc -O -Wall -c mxml-attr.c
gcc -O -Wall -c mxml-entity.c
gcc -O -Wall -c mxml-file.c
gcc -O -Wall -c mxml-index.c
gcc -O -Wall -c mxml-node.c
gcc -O -Wall -c mxml-search.c
gcc -O -Wall -c mxml-set.c
gcc -O -Wall -c mxml-private.c
gcc -O -Wall -c mxml-string.c
/bin/rm -f libmxml.a
/usr/bin/ar crvs libmxml.a mxml-attr.o mxml-entity.o mxml-file.o mxml-index.o mxml-node.o mxml-search.o mxml-set.o mxml-private.o mxml-string.o
a - mxml-attr.o
a - mxml-entity.o
a - mxml-file.o
a - mxml-index.o
a - mxml-node.o
a - mxml-search.o
a - mxml-set.o
a - mxml-private.o
a - mxml-string.o
ranlib libmxml.a
make[2]: Leaving directory `/usr/src/asterisk-addons/menuselect/mxml'
gcc -o cmenuselect menuselect.o strcompat.o menuselect_curses.o mxml/libmxml.a -lncurses
gcc -g -c -D_GNU_SOURCE -Wall -c -o menuselect_stub.o menuselect_stub.c
gcc -o menuselect menuselect.o strcompat.o menuselect_stub.o mxml/libmxml.a
make[1]: Leaving directory `/usr/src/asterisk-addons/menuselect'
Generating input for menuselect ...
**************************************************
*** Install ncurses to use the menu interface! ***
**************************************************
menuselect changes NOT saved!
[root at CentOS51-test asterisk-addons]# rpm -qa | grep ncurses
ncurses-5.5-24.20060715
ncurses-devel-5.5-24.20060715
[root at CentOS51-test asterisk-addons]# rpm -qa | grep gtk
gtk2-2.10.4-20.el5
[root at CentOS51-test asterisk-addons]#
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080911/4d807445/attachment.htm
More information about the asterisk-users
mailing list