[Webkit-unassigned] [Bug 30647] New: fails to build due to strnstr

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 21 15:48:51 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=30647

           Summary: fails to build due to strnstr
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tropikhajma at gmail.com


Building QT4.6beta1 on OpenSolaris with Sun Studio12u1 fails with:
"websockets/WebSocketHandshake.cpp", line 255: Error: The function "strnstr"
must have a prototype

strnstr is not part of the C++ standard and is not present on solaris.
Other projects test for the presence of this function and eventually
reimplement it (see in Aide
http://sourceforge.net/projects/aide/files/aide/0.13.1/aide-0.13.1.tar.gz/download)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list