Ticket #136 (closed defect: fixed)
QtScript module does not build
| Reported by: | dmik | 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
comment:2 Changed 3 years ago by dmik
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.
Note: See
TracTickets for help on using
tickets.

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 ?