> I am trying to port WebKit to a MIPS based platform and ran into compilation > errors below: > > Since I configured for no X11 support (using directfb without X11), I am > wondering as to why X11/Xlib.h, X11/Xutil.h and X11/Xresource.h are still > being included.. the result is that the compilation fails with these errors: > > In file included from ./WebCore/bridge/npruntime_internal.h:28, > from ./WebCore/bridge/NP_jsobject.h:31, > from WebCore/bindings/js/ScriptController.cpp:34:
It's from the NPAPI plugin support. Try to rebuild but with plugin support disabled. -- Ariya Hidayat http://www.linkedin.com/in/ariyahidayat _______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
