Am Wed, 19 Oct 2011 11:52:23 +0800 schrieb zhouzy <[email protected]>:
> I want to install aMule,it depends wxwidgets,gtk2. > My os is rhel5.1,too old.so I need reinstalled the > X11R6.9.0-src.tar.bz2.It works now. But when I built wxwidgets,I got > two errors: > [...] > It means my X11R6 does not enable the X Render extension. No, it means ../src/gtk/cursor.cpp doesn't include gdk/gdk.h (and ultimately gdk-display.h) or that the build system didn't add /usr/include/gtk-2.0 as include path or that you stripped the output too much and the header is just not present. => bug in wxwidgets buildsystem or insufficient system setup (lacks -dev packages) I doubt wxwidgets are handled on this list. You should report at their bugtracker. > [amule@localhost X11R6]$ ls lib/modules/extensions i have no xrender shared object either, i doubt there was. > How to enable the X Render extension? xdpyinfo | grep -i render -> does it print "RENDER"? then it's enabled xdpyinfo -ext RENDER tells you all about the extension Cheers, Thomas _______________________________________________ [email protected]: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.freedesktop.org/mailman/listinfo/xorg Your subscription address: [email protected]
