Thanks very for the rapid responses Andrew and Panny! I went and installed the base packages from the X set for x-windows, and recompiled asterisk successfully, so that's all good, but you did get me thinking of removing gtkconsole from the Makefile. However since it's compiled I won't try and break it :-)
And yeah I guess installing everything from all of those packages really was overkill, but I was taking the lazy approach rather than trying to step through it manually and knowing my luck miss something important. It's only a test machine at present, celeron 500, 192mb ram, 13gb hdd and Wildcard X100P.. Once I get to know it I might get some decent hardware and rebuild it. Thanks once again for the rapid help! Cheers, Chris -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Kohlsmith Sent: Wednesday, 22 October 2003 21:45 PM To: [EMAIL PROTECTED] Subject: Re: [Asterisk-Users] Slackware 9.1 Install Help > =====CUT===== > In file included from /usr/include/gtk-1.2/gtk/gtkarg.h:31, > from /usr/include/gtk-1.2/gtk/gtkobject.h:31, > from /usr/include/gtk-1.2/gtk/gtkaccelgroup.h:35, > from /usr/include/gtk-1.2/gtk/gtk.h:32, > from pbx_gtkconsole.c:38: > /usr/include/gtk-1.2/gtk/gtktypeutils.h:163: warning: function > declaration isn't a prototype > In file included from /usr/include/gtk-1.2/gtk/gtk.h:80, > from pbx_gtkconsole.c:38: > /usr/include/gtk-1.2/gtk/gtkitemfactory.h:48: warning: function > declaration isn' > t a prototype > pbx_gtkconsole.c: In function `__verboser': > pbx_gtkconsole.c:101: warning: assignment discards qualifiers from > pointer targe > t type > gcc -shared -Xlinker -x -o pbx_gtkconsole.so pbx_gtkconsole.o > `gtk-config --libs > gthread` > /usr/lib/gcc-lib/i486-slackware-linux/3.2.3/../../../../i486-slackware-l > inux/bin > /ld: cannot find -lXext > collect2: ld returned 1 exit status > make[1]: *** [pbx_gtkconsole.so] Error 1 > make[1]: Leaving directory `/usr/src/asterisk/pbx' > make: *** [subdirs] Error 1 > [EMAIL PROTECTED]:/usr/src/asterisk# > =====CUT===== It wants GTK (and by extension, X), but I have * installed on a number of Slack91 boxes without X... This must be a recent thing... Try hacking the pbx/Makefile to eliminate pbx_gtkconsole or removing the GTK+ libraries from your system, as * must be autodetecting what it can build, and kdeconsole's not building. You've got a shitload of extra crap on your * system if you installed everything in those disksets... Regards, Andrew _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users
