Bug 29400 - [Qt] QtWebKit does not build on Solaris 9 using gcc 3.4.5
Summary: [Qt] QtWebKit does not build on Solaris 9 using gcc 3.4.5
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Other
: P2 Minor
Assignee: Nobody
URL:
Keywords: Qt
Depends on:
Blocks:
 
Reported: 2009-09-18 07:20 PDT by Tor Arne Vestbø
Modified: 2010-03-17 07:23 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tor Arne Vestbø 2009-09-18 07:20:11 PDT
This bug report originated from issue QTBUG-2209
<http://bugreports.qt.nokia.com/browse/QTBUG-2209>

--- Description ---

QtWebKit does not build on Solaris 9 using gcc 3.4.5. The compiler complains about a missing header file, stdint.h, and undeclared symbols such as "lroundf ", "nextafterf" and "sqrtf".
Comment 1 Kenneth Rohde Christiansen 2009-10-04 07:43:44 PDT
This bug doesn't show up for our Compilation filter. Tor Arne, how do I change that?
Comment 2 Simon Hausmann 2009-11-28 04:18:53 PST
This bug is not a blocker (it's not a Tier 1 platform)
Comment 3 Diego Gonzalez 2010-03-16 12:27:39 PDT
In this bug the OS should be Other, not Mac OS
Comment 4 Kent Hansen 2010-03-17 05:13:03 PDT
This isn't Qt-specific; looks like a too old / broken toolchain.
There are a bunch of places in JavaScriptCore that need stdint.h.
nextafterf() and friends should be in the math library.
QtWebKit is not enabled by default on Solaris, and we don't even guarantee that it builds with _newer_ compilers if you enable it, let alone GCC 3.4.5.
Comment 5 Jędrzej Nowacki 2010-03-17 07:23:38 PDT
System is "Solaris" so I'm changing platform to "other".

Original report was created against Qt 4.4 and gcc 3.4.5, it is just old. I suppose that the bug is abandoned.

I'm closing this bug as won't fix. BUT if you can reproduce it with trunk with newer compiler I can reopen it :-).