Opened 14 years ago

Closed 14 years ago

#136 closed defect (fixed)

QtScript module does not build

Reported by: Dmitry A. Kuminov Owned by:
Priority: blocker Milestone: Qt 4.6.2
Component: General Version: 4.5.1 GA
Severity: highest Keywords:
Cc:

Description

I've just discovered that the QtScript? module does not build. It depends on the JavaScriptCore? module from WebKit? (included in src/3rdparty) but that module is apparently not tailored for the OS/2 platform. This needs to be solved -- QtScript? is used in many parts.

Change History (4)

comment:1 Changed 14 years ago by rudi

That's interresting. When discussing the 3.3.5 bild issues I mentioned problems with JavaScriptCore? but you made me believe that this is fixed by using 4.4.2. It looks like it's not. What error do you get ? Something like "signbit" or "isfinite" missing ?

comment:2 Changed 14 years ago by Dmitry A. Kuminov

Yes, these are two completely separate problems. GCC < 3.4 is unable to build this code due to bugs in GCC. Now, we cannot build because there the implementation of the platform-specific bits is missing for OS/2. But I'm implementing this ATM so it will eventually build.

comment:3 Changed 14 years ago by Dmitry A. Kuminov

I added support for the OS/2 platform in r592, QtScript? builds now. We will see later if it actually works or not (for instance, using QAssistant or any other program that uses it). I'll leave this defect open until then.

comment:4 Changed 14 years ago by Dmitry A. Kuminov

Resolution: fixed
Status: newclosed

Closing it; a non-working module would be a separate issue.

Note: See TracTickets for help on using tickets.