| | 110 | |
| | 111 | = openssl/x11 = |
| | 112 | * ~/xen-4.0.1$ make world |
| | 113 | {{{ |
| | 114 | Xen CHECK-BUILD Wed Jan 19 23:05:28 JST 2011 |
| | 115 | Checking check_crypto_lib: OK |
| | 116 | Checking check_curl: unused, OK |
| | 117 | Checking check_openssl_devel: |
| | 118 | *** check_openssl_devel FAILED: missing openssl headers |
| | 119 | Checking check_python: OK |
| | 120 | Checking check_python_devel: OK |
| | 121 | Checking check_uuid_devel: OK |
| | 122 | Checking check_x11_devel: |
| | 123 | *** check_x11_devel FAILED: can't find X11 headers |
| | 124 | OK |
| | 125 | Checking check_xgettext: OK |
| | 126 | Checking check_xml2: unused, OK |
| | 127 | Checking check_zlib_devel: OK |
| | 128 | Checking check_zlib_lib: OK |
| | 129 | make[4]: *** [check-build] Error 1 |
| | 130 | make[4]: Leaving directory `/home/mitty/xen-4.0.1/tools/check' |
| | 131 | make[3]: *** [subdir-install-check] Error 2 |
| | 132 | make[3]: Leaving directory `/home/mitty/xen-4.0.1/tools' |
| | 133 | make[2]: *** [subdirs-install] Error 2 |
| | 134 | make[2]: Leaving directory `/home/mitty/xen-4.0.1/tools' |
| | 135 | make[1]: *** [install-tools] Error 2 |
| | 136 | make[1]: Leaving directory `/home/mitty/xen-4.0.1' |
| | 137 | make: *** [world] Error 2 |
| | 138 | }}} |
| | 139 | * [http://lists.xensource.com/archives/html/xen-devel/2007-01/msg00571.html Re: (Xen-devel) purpose of check_x11_devel - Xen Source] |
| | 140 | > The VNC portion of ioemu is not conditionally compiled, and it depends on |
| | 141 | > X11/keysymdef.h. |
| | 142 | * [http://ubuntuforums.org/showthread.php?t=1459689 (SOLVED) Where is /usr/include/X11/keysymdef.h? - Ubuntu Forums] |
| | 143 | > Answering my own question: sudo apt-get install x11proto-core-dev |
| | 144 | * [http://rswiki.csie.org/lxr/http/source/tools/check/check_openssl_devel?v=xen-4.0.0 xen-4.0.0/tools/check/check_openssl_devel] |
| | 145 | {{{ |
| | 146 | has_header openssl/md5.h || fail "missing openssl headers" |
| | 147 | }}} |