In ubuntu distros you'd be missing 'libx11-dev' package. Please check if you rootstrap package repo provides such package ...
br On Tue, Sep 1, 2009 at 4:51 AM, Veerabhadra Sheelavant<[email protected]> wrote: > Hi All, > > I have svn check out latest code on 30 Aug. > I want to build it for ARM with target as DIRECTFB. I am using scratchbox. > ./configure --with-target=directfb --disable-vide0. > > After this when I give make I get complation errors related to X11. For > DirectFB this shouls not happen I guess.. > > any pointersss > > > /dpf/include/libxml2 -I/dpf/include/libxml2 -I/dpf/include > -I/dpf/include/libxml2 -I/dpf/include -mabi=aapcs-linux -mcpu=iwmmxt > -msoft-float -D_REENTRANT -I/dpf/include -O2 -MT > WebKit/gtk/WebCoreSupport/libwebkit_1_0_la-FrameLoaderClientGtk.lo -MD -MP > -MF WebKit/gtk/WebCoreSupport/.deps/libwebkit_1_0_la-FrameLoaderClientGtk.Tpo > -c WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp -fPIC -DPIC -o > WebKit/gtk/WebCoreSupport/.libs/libwebkit_1_0_la-FrameLoaderClientGtk.o > In file included from ./WebCore/bridge/npruntime_internal.h:28, > from ./WebCore/plugins/PluginStream.h:40, > from ./WebCore/plugins/PluginView.h:35, > from WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.h:35, > from WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp:24: > ./WebCore/bridge/npapi.h:97:26: error: X11/Xlib.h: No such file or directory > ./WebCore/bridge/npapi.h:98:27: error: X11/Xutil.h: No such file or directory > In file included from ./WebCore/plugins/PluginStream.h:40, > from ./WebCore/plugins/PluginView.h:35, > from WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.h:35, > from WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp:24: > ./WebCore/bridge/npruntime_internal.h:33:31: error: X11/Xresource.h: No such > file or directory > ./WebCore/platform/text/StringHash.h: In static member function 'static bool > WebCore::StringHash::equal(WebCore::StringImpl*, WebCore::StringImpl*)': > ./WebCore/platform/text/StringHash.h:50: warning: cast from 'const UChar*' to > 'const uint32_t*' increases required alignment of target type > ./WebCore/platform/text/StringHash.h:51: warning: cast from 'const UChar*' to > 'const uint32_t*' increases required alignment of target type > ./WebCore/bridge/npapi.h: At global scope: > ./WebCore/bridge/npapi.h:260: error: ISO C++ forbids declaration of 'Display' > with no type > ./WebCore/bridge/npapi.h:260: error: expected ';' before '*' token > ./WebCore/bridge/npapi.h:261: error: ISO C++ forbids declaration of 'Visual' > with no type > ./WebCore/bridge/npapi.h:261: error: expected ';' before '*' token > ./WebCore/bridge/npapi.h:262: error: 'Colormap' does not name a type > ./WebCore/bridge/npapi.h:582: error: 'XEvent' does not name a type > ./WebCore/bridge/npapi.h:603: error: 'Region' does not name a type > ./WebCore/bridge/npapi.h:848: error: 'NPRegion' has not been declared > ./WebCore/plugins/npfunctions.h:57: error: 'NPRegion' has not been declared > ./WebCore/plugins/PluginView.h:143: error: 'NPRegion' has not been declared > ./WebCore/plugins/PluginView.h:244: error: 'NPEvent' has not been declared > ./JavaScriptCore/wtf/Vector.h: In member function 'T* WTF::VectorBuffer<T, > inlineCapacity>::inlineBuffer() [with T = WebCore::CSSParserValue, unsigned > int inlineCapacity = 4u]': > ./JavaScriptCore/wtf/Vector.h:374: instantiated from 'WTF::VectorBuffer<T, > inlineCapacity>::VectorBuffer() [with T = WebCore::CSSParserValue, unsigned > int inlineCapacity = 4u]' > ./JavaScriptCore/wtf/Vector.h:449: instantiated > > "DISCLAIMER: This message is proprietary to Aricent and is intended solely > for the use of the individual to whom it is addressed. It may contain > privileged or confidential information and should not be circulated or used > for any purpose other than for what it is intended. If you have received this > message in error,please notify the originator immediately. If you are not the > intended recipient, you are notified that you are strictly prohibited from > using, copying, altering, or disclosing the contents of this message. Aricent > accepts no responsibility for loss or damage arising from the use of the > information transmitted by this email including damage from virus." > _______________________________________________ > webkit-help mailing list > [email protected] > http://lists.webkit.org/mailman/listinfo.cgi/webkit-help > -- --Antonio Gomes _______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
