Bug 11585
Summary: | [S60] Guessing SDK in the build scipt doesn't work | ||
---|---|---|---|
Product: | WebKit | Reporter: | Sander van der Wal <svdwal> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | CLOSED INVALID | ||
Severity: | Normal | CC: | bradley.morrison, S60webkit |
Priority: | P2 | ||
Version: | 420+ | ||
Hardware: | S60 Emulator | ||
OS: | Windows XP |
Sander van der Wal
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Bradley Morrison
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
Joel Parks
re-purposing InTSW keyword for use by QtWebkit team