Displaying 2 results from an estimated 2 matches for "system_wrappers".
2010 Mar 17
1
Where to find Intrinsic.h and xlib.h
...dt.c(26): catastrophic error: could not open source file
"X11/Intrinsic.h"
X11_class0.c(39): catastrophic error: could not open source file
"X11/Xlib.h"
ld: cannot find -lXpm
.......
I search for these two file by 'locate'. Only find them:
/usr/include/xulrunner-sdk-1.9/system_wrappers/X11/Intrinsic.h
/usr/include/xulrunner-sdk-1.9/system_wrappers/X11/Xlib.h
And there are nothingin these two files. :
Xlib.h?
#pragma GCC system_header
#pragma GCC visibility push(default)
#include_next <X11/Xlib.h>
#pragma GCC visibility pop
Intrinsic.h
#pragma GCC system_header
#pragma GCC...
2008 Sep 07
2
xulrunner-devel package missing many header files
Hi,
I've just installed xulrunner-devel from yum, but there are following
header files cannot be found in xulrunner-sdk-1.9/sdk/include:
mozilla-config.h
mozilla-config32.h
prtypes.h
The include/xulrunner-sdk-1.9 constains those above header files, I
did link to them, but xulrunner-sdk-1.9/system_wrappers/prtypes.h has
a problem as well:
#pragma GCC system_header
#pragma GCC visibility push(default)
#include_next <prtypes.h>
#pragma GCC visibility pop
At final, I could not compile VLC plugin with the
xulrunner-sdk-1.9/sdk. Please advice how to fix it and where could I
install a proper sdk?...