Thomas Kenyon
2008-Sep-11 14:57 UTC
[asterisk-users] asterisk 1.6.0rc6 make menuselect failed.
In trying to upgrade my test machine from 1.6.0beta9 to 1.6.0rc6 when I try to make menuseletc I get the following error. This is using gcc 4.1, libgtk 2.0, on an intel Core2Duo machine running an up to date Debian etch. Asterisk builds okay (not tried running it yet) menuselect_gtk.c: In function ?run_menu?: menuselect_gtk.c:311: warning: implicit declaration of function ?gtk_tree_view_set_enable_tree_lines? menuselect_gtk.c:312: warning: implicit declaration of function ?gtk_tree_view_set_grid_lines? menuselect_gtk.c:312: error: ?GTK_TREE_VIEW_GRID_LINES_BOTH? undeclared (first use in this function) menuselect_gtk.c:312: error: (Each undeclared identifier is reported only once menuselect_gtk.c:312: error: for each function it appears in.) make[1]: *** [menuselect_gtk.o] Error 1 make[1]: Leaving directory `/usr/src/asterisk/rc/asterisk-1.6.0-rc6/menuselect' make: *** [menuselect/gmenuselect] Error 2
Alex Balashov
2008-Sep-11 15:06 UTC
[asterisk-users] asterisk 1.6.0rc6 make menuselect failed.
It sounds like you probably need to install libgtk2.0-dev, or whatever the package is, that contains the GTK headers needed for compilation. On Thu, September 11, 2008 10:57 am, Thomas Kenyon wrote:> In trying to upgrade my test machine from 1.6.0beta9 to 1.6.0rc6 when I > try to make menuseletc I get the following error. > > This is using gcc 4.1, libgtk 2.0, on an intel Core2Duo machine running > an up to date Debian etch. > > Asterisk builds okay (not tried running it yet) > > menuselect_gtk.c: In function ?run_menu?: > menuselect_gtk.c:311: warning: implicit declaration of function > ?gtk_tree_view_set_enable_tree_lines? > menuselect_gtk.c:312: warning: implicit declaration of function > ?gtk_tree_view_set_grid_lines? > menuselect_gtk.c:312: error: ?GTK_TREE_VIEW_GRID_LINES_BOTH? undeclared > (first use in this function) > menuselect_gtk.c:312: error: (Each undeclared identifier is reported > only once > menuselect_gtk.c:312: error: for each function it appears in.) > make[1]: *** [menuselect_gtk.o] Error 1 > make[1]: Leaving directory > `/usr/src/asterisk/rc/asterisk-1.6.0-rc6/menuselect' > make: *** [menuselect/gmenuselect] Error 2 > > _______________________________________________ > -- 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 >-- Alex Balashov Evariste Systems Web : http://www.evaristesys.com/ Tel : (+1) (678) 954-0670 Direct : (+1) (678) 954-0671 Mobile : (+1) (706) 338-8599
Sean Bright
2008-Sep-12 02:34 UTC
[asterisk-users] asterisk 1.6.0rc6 make menuselect failed.
Thomas Kenyon wrote:> In trying to upgrade my test machine from 1.6.0beta9 to 1.6.0rc6 when I > try to make menuseletc I get the following error. > > This is using gcc 4.1, libgtk 2.0, on an intel Core2Duo machine running > an up to date Debian etch. > > Asterisk builds okay (not tried running it yet) > > menuselect_gtk.c: In function ?run_menu?: > menuselect_gtk.c:311: warning: implicit declaration of functionWould you mind opening a bug in mantis (http://bugs.digium.com/) and include the config.log in your asterisk source directory as well as the one in the menuselect sub-directory as attachments to the bug? I've seen this problem crop up before and I would like to get it worked out. Thanks, -- Sean Bright sean.bright at gmail.com