<span class="Apple-style-span" style="background-color: rgb(255, 255, 255);">Hi</span><div><span class="Apple-style-span" style="background-color: rgb(255, 255, 255);"><br></span></div><div><span class="Apple-style-span" style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; "><span class="Apple-style-span" style="background-color: rgb(255, 255, 255);">When I install NCL on my system. There are many error about X11 appeared. Such like:<br>
<br>xdevice.c(40): catastrophic error: could not open source file "X11/Xlib.h"<br>rasdraw.c(30): catastrophic error: could not open source file "X11/Intrinsic.h"<br>w_idt.c(26): catastrophic error: could not open source file "X11/Intrinsic.h"<br>
X11_class0.c(39): catastrophic error: could not open source file "X11/Xlib.h"<br>ld: cannot find -lXpm<br>.......<br><br>I search for these two file by 'locate'. Only find them:<br>/usr/include/xulrunner-sdk-1.9/system_wrappers/X11/Intrinsic.h<br>
/usr/include/xulrunner-sdk-1.9/system_wrappers/X11/Xlib.h<br>And there are nothingin these two files. :<br>Xlib.h:<br>#pragma GCC system_header<br>#pragma GCC visibility push(default)<br>#include_next <X11/Xlib.h><br>
#pragma GCC visibility pop<br><br>Intrinsic.h<br>#pragma GCC system_header<br>#pragma GCC visibility push(default)<br>#include_next <X11/Intrinsic.h><br>#pragma GCC visibility pop<br><br>Them I install libX11-devel and reinstall xorg-x11-proto-devel. But still can't find Xlib.h and Intrinsic.h<br>
Does anybody know the reason?<br>Thanks!</span></span></div>