Re: [webkit-dev] errors in Carbide but not on command line

2008-07-17 Thread Jack Wootton
Hi, The WebKit bld.inf contains the following lines: #ifndef __BROWSER_SDK #include domain/osextensions/platform_paths.hrh #endif This seems simple enough and, I can just remove the line '#include domain/osextensions/platform_paths.hrh'. However, in the JavaScriptCore bld.inf it looks likes

Re: [webkit-dev] errors in Carbide but not on command line

2008-07-17 Thread Jack Wootton
OK, So from reading this http://discussion.forum.nokia.com/forum/showthread.php?t=69737 I understand the situation better. One question: How can Nokia port the webkit so that it doesn't build in their own IDE? People moan about Google this and Google that, but this is something Google would

Re: [webkit-dev] errors in Carbide but not on command line

2008-07-17 Thread Zalan Bujtas
This seems simple enough and, I can just remove the line '#include domain/osextensions/platform_paths.hrh'. However, in the JavaScriptCore bld.inf it looks likes this: The targeted sdk (s60 3rd edition) cannot resolve MW_LAYER_SDK_EXPORT_PATH, so the export paths are hardcoded. That's the

Re: [webkit-dev] errors in Carbide but not on command line

2008-07-17 Thread Jonni.Rainisto
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ext Zalan Bujtas Sent: 17 July, 2008 13:35 To: Jack Wootton Cc: webkit-dev@lists.webkit.org Subject: Re: [webkit-dev] errors in Carbide but not on command line This seems simple enough and, I can just remove the line '#include domain/osextensions

Re: [webkit-dev] errors in Carbide but not on command line

2008-07-17 Thread Jack Wootton
PROTECTED] On Behalf Of ext Zalan Bujtas Sent: 17 July, 2008 13:35 To: Jack Wootton Cc: webkit-dev@lists.webkit.org Subject: Re: [webkit-dev] errors in Carbide but not on command line This seems simple enough and, I can just remove the line '#include domain/osextensions/platform_paths.hrh

[webkit-dev] errors in Carbide but not on command line

2008-07-16 Thread Jack Wootton
Hi all, Having successfully built S60 WebKit on the command line (using an older version (21772 )), I decided to try building it in Carbide. I get the following errors: /** Start Errors **/ In file included from .\BLD.INF:50:

Re: [webkit-dev] errors in Carbide but not on command line

2008-07-16 Thread Jack Wootton
To add, the following two files are displaying errors in Carbide: S60\JavaScriptCore\group\bld.inf S60\WebKit\group\bld.inf JavaScriptCore bld.inf both have a problem with the following line: #include domain/osextensions/platform_paths.hrh Presumably it can't find the file. On Wed, Jul 16,

Re: [webkit-dev] errors in Carbide but not on command line

2008-07-16 Thread Zalan Bujtas
#include domain/osextensions/platform_paths.hrh it is #ifdef-ed out in the bld.inf. Carbide does not manage #ifdefs in the build files properly. Zalan. On Wed, Jul 16, 2008 at 12:41 PM, Jack Wootton [EMAIL PROTECTED] wrote: To add, the following two files are displaying errors in Carbide: