Jonn R Taylor wrote: > > Hi all, > > > > I am unable to run make menuselect for asterisk-addons. Works fine for > zaptel and asterisk. Here is the output. > > > > Jonn > > > > [EMAIL PROTECTED] 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! > > [EMAIL PROTECTED] asterisk-addons]# rpm -qa | grep ncurses > > ncurses-5.5-24.20060715 > > ncurses-devel-5.5-24.20060715 > > [EMAIL PROTECTED] asterisk-addons]# rpm -qa | grep gtk > > gtk2-2.10.4-20.el5 > > [EMAIL PROTECTED] asterisk-addons]# > > ------------------------------------------------------------------------ > > _______________________________________________ >
I had the same problem with asterisk 1.4.18. I switched to 1.4.21 and it worked great. _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- AstriCon 2008 - September 22 - 25 Phoenix, Arizona Register Now: http://www.astricon.net asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
