Opened 15 years ago
Closed 15 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 by , 15 years ago
comment:2 by , 15 years ago
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 by , 15 years ago
comment:4 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Closing it; a non-working module would be a separate issue.
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 ?