"How do I compile" questions are best sent to webkit-help. In this case, it sounds like you've simply found a compile error with a certain flag disabled. Please file a bug at http://bugs.webkit.org and post any patches there.
-eric On Tue, Jun 1, 2010 at 8:31 AM, Deepak Mundra <[email protected]> wrote: > Dear All, > > I was trying to compile webkit without DRAG_SUPPORT. So i set flag > ENABLE_DRAG_SUPPORT to 0 in JavaScriptCore/wtf/Platform.h. > But while compiling i got some errors and found that > > #if ENABLE(DRAG_SUPPORT) wrappers are missing in file > WebCore/page/gtk/EventHandlerGtk.cpp for > > PassRefPtr<Clipboard> EventHandler::createDraggingClipboard() > and > const double EventHandler::TextDragDelay = 0.0; > > So it will give compile error if you disable DRAG_SUPPORT and > compile... I added these wrappers and compilation is going well so > far.. > > Please tell if this will cause any error.. > > Thanks > Deepak > _______________________________________________ > webkit-dev mailing list > [email protected] > http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev > _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

