Ubuntu has the following ERROR when installing the debug-enabled Bochs: 1. The virtual machine Bochs installation (1) has "ERROR: Xwindowsguiwasselected, butXwindowslibrarieswerenotfound." solution: sudoapt-getinstalllibx11-devxserver-xorg-devxorg-dev (2) appears
The following error occurs when you install Bochs with debugging functions in Ubuntu:
1. Virtual Machine Bochs Installation
(1) "ERROR: X windows gui was selected, but X windows libraries were not found ."
Solution: sudo apt-get install libx11-dev xserver-xorg-dev
(2) "ERROR: pkg-config was not found, or unable to access the gtk +-2.0 package. install pkg-config and the gtk + development package, or disable the gui debugger, or the wxWidgets display library (whichever is being used )."
ERROR: pkg-config was not found, or unable to access the gtk +-2.0 package. install pkg-config and the gtk + development package, or disable the gui debugger, or the wxWidgets display library (whichever is being used)
Solution: sudo apt-get install libgtk2.0-dev