Bug 11585 - [S60] Guessing SDK in the build scipt doesn't work
Summary: [S60] Guessing SDK in the build scipt doesn't work
Status: CLOSED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 420+
Hardware: S60 Emulator Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-13 01:39 PST by Sander van der Wal
Modified: 2011-03-21 11:52 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sander van der Wal 2006-11-13 01:39:04 PST
In the build script build.bat at line 75, the script guesses at which S60 3rd edition SDK is in use. The problem here is that it only makes a guess at one SDK. I have the S60 3rd maintaince SDK and the script doesn't know about this SDK. I also have the S60 3rd FP1 sdk and the script doesn't know about this either. Further, the TargetDir that the script is looking for isn't a value in the S60 3rd maintanace release.

I would suggest you use %EPOCROOT% instead of looking into the registry.
Comment 1 Bradley Morrison 2006-11-14 14:18:05 PST
Hello,

> In the build script build.bat at line 75, the script guesses at which S60 3rd
> edition SDK is in use. The problem here is that it only makes a guess at one
> SDK.

This is intentional as the binaries included under S60Internals are compatible only with the S60 3rd edition. We'll shortly be adding a new set of binaries so that FP1 is also a supported development environment. 

Thanks for the feedback!
Bradley
Comment 2 Joel Parks 2011-03-21 11:52:47 PDT
re-purposing InTSW keyword for use by QtWebkit team