[Webkit-unassigned] [Bug 77837] New: [Gtk] Linking error when trying to cross-compile with icu unicode backend

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 5 11:19:13 PST 2012


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

           Summary: [Gtk] Linking error when trying to cross-compile with
                    icu unicode backend
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tuxator at o2.pl


Trying to cross-compile WebkitGtk for windows with build option

--with-unicode-backend=icu

results  in linking error like one below

CXX    DerivedSources/WebCore/libWebCoreInternals_la-JSInternalSettings.lo
In file included from /usr/i686-w64-mingw32/sys-root/mingw/include/libsoup-2.4/libsoup/soup-portability.h:13:0,
                 from /usr/i686-w64-mingw32/sys-root/mingw/include/libsoup-2.4/libsoup/soup-address.h:11,
                 from /usr/i686-w64-mingw32/sys-root/mingw/include/libsoup-2.4/libsoup/soup.h:13,
                 from ./Source/WebCore/platform/network/soup/ResourceResponse.h:31,
                 from ./Source/WebCore/platform/network/AuthenticationChallengeBase.h:30,
                 from ./Source/WebCore/platform/network/soup/AuthenticationChallenge.h:28,
                 from ./Source/WebCore/platform/network/ResourceHandle.h:29,
                 from ./Source/WebCore/loader/ResourceLoaderOptions.h:34,
                 from ./Source/WebCore/loader/cache/CachedResource.h:30,
                 from ./Source/WebCore/loader/cache/CachedResourceHandle.h:29,
                 from ./Source/WebCore/css/CSSImportRule.h:26,
                 from ./Source/WebCore/bindings/js/JSDOMBinding.h:25,
                 from DerivedSources/WebCore/JSInternalSettings.h:25,
                 from DerivedSources/WebCore/JSInternalSettings.cpp:22:
/usr/i686-w64-mingw32/sys-root/mingw/include/winsock2.h:15:2: warning: #warning Please include winsock2.h before windows.h [-Wcpp]
  CXXLD  libWebCoreInternals.la
  CXX    Source/JavaScriptCore/Programs_jsc_1-jsc.o
  CXXLD  Programs/jsc-1.exe
/usr/lib/gcc/i686-w64-mingw32/4.7.0/../../../../i686-w64-mingw32/bin/ld: cannot find -licuin
collect2: error: ld returned 1 exit status
make[1]: *** [Programs/jsc-1.exe] Error 1
make[1]: Leaving directory `/home/pawel/src/WebKit'
make: *** [all] Error 2

-- 
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