[WebKit-devel] Build fix

Dawit Alemayehu adawit at kde.org
Thu Feb 4 16:36:56 CET 2010


On Wednesday 03 February 2010 14:37:59 Adrian von Bidder wrote:
> Heyho!
> 
> Just tried to build latest svn; it fails on KDE 4.3, needs this trivial
> fix:
> 
> --- a/src/networkaccessmanager.h
> +++ b/src/networkaccessmanager.h
> @@ -28,7 +28,7 @@
>  #include <kio/accessmanager.h>
>  typedef KIO::AccessManager AccessManagerBase;
>  #else
> -#include "kdewebkit/networkaccessmanager_p.h"
> +#include "networkaccessmanager_p.h"
>  typedef KDEPrivate::NetworkAccessManager AccessManagerBase;
>  #endif
> 
> cheers
> -- vbi

Nope... That is probably because how you are attempting to build it. The 
directory structure in playground/lib/webkitkde must be keep as is. Otherwise, 
you obviously need to patch the source file as shown above. If you compile the 
whole webkitkde module instead of the part portion, then the build should not 
break...


More information about the WebKit-devel mailing list