[webkit-qt] [WEBKIT 2.3] Compile on windows with --media-stream with qt 4.8.2 msvc

arnaud le roy sdnetwork at gmail.com
Fri Oct 4 10:53:53 PDT 2013


thanks,

now it compiles fine but i have some unresolved symbol in the final 
linkage !

for exemple :

WebCore.lib(JSRTCPeerConnection.obj) : error LNK2019: unresolved 
external symbol "public: void __thiscall WebC
ore::RTCPeerConnection::getStats(class WTF::PassRefPtr<class 
WebCore::RTCStatsCallback>,class WTF::PassRefPtr<
class WebCore::MediaStreamTrack>)" 
(?getStats at RTCPeerConnection@WebCore@@QAEXV?$PassRefPtr at VRTCStatsCallback@W
ebCore@@@WTF@@V?$PassRefPtr at VMediaStreamTrack@WebCore@@@4@@Z) referenced 
in function "__int64 __fastcall WebCo
re::jsRTCPeerConnectionPrototypeFunctionGetStats(class JSC::ExecState 
*)" (?jsRTCPeerConnectionPrototypeFuncti
onGetStats at WebCore@@YI_JPAVExecState at JSC@@@Z)

i have 67 unresolved symbol, maybe it is not enougth to include idl ? it 
seems that all the resolved symbol is on media_stream dependency (i 
attach the major unresolved symbol).

have you an idea ?



Le 04/10/2013 15:33, Konstantin Tokarev a écrit :
>
>
> 04.10.2013, 17:13, "arnaud le roy" <sdnetwork at gmail.com>:
>> Le 04/10/2013 10:10, Konstantin Tokarev a écrit :
>>
>>>   04.10.2013, 12:05, "arnaud le roy" <sdnetwork at gmail.com>:
>>>>   hello,
>>>>
>>>>   i try to compile the webkit 2.3 but i get some compilation error with
>>>>   the media_stream options :
>>>>
>>>>   In file included from WebCore/bindings/js/JSEventTargetCustom.cpp:29:0:
>>>>   generated/EventTargetHeaders.h:130:30: fatal error: LocalMediaStream.h:
>>>>   No such file or directory
>>>   This file is located in Source/WebCore/Modules/mediastream. Make sure it's
>>>   present in include paths (you may need to fix .pro/.pri files to get it).
>>>
>>>   Please submit a patch if you succeed.
>>
>> thanks four your response,
>>
>> effectively a have add some includepath in webcore.pri :
>>
>>    $$SOURCE_DIR/Modules/websockets \
>>    $$SOURCE_DIR/Modules/mediastream \
>>
>> But now i encountered an other problem :
>>
>> this file is not present :
>>
>> - JSMediaStreamEvent.h
>> - JSMediaStreamTrackEvent.h
>> - MediaSource.h
>> - and maybe others ...
>
> JSMediaStreamEvent.h and JSMediaStreamTrackEvent.h (and other files starting
> with JS* you will be missing) should be generated from respective .idl files
> (in this case, MediaStreamEvent.idl and MediaStreamTrackEvent.idl).
>
> You need to add them to WebCore/DerivedSources.pri under condition
>
> contains(DEFINES, ENABLE_XXX=1) {
> IDL_BINDINGS += \
> $$PWD/Modules/mediastream/MediaStreamEvent.idl
> ...
> }
>
> where ENABLE_XXX is ENABLE_MEDIA_STREAM or something like that (look at your
> command line for respective -D flag).
>
>

-------------- next part --------------
WebCore.lib(JSRTCPeerConnection.obj) : error LNK2019: unresolved external symbol "public: void __thiscall WebC
ore::RTCPeerConnection::getStats(class WTF::PassRefPtr<class WebCore::RTCStatsCallback>,class WTF::PassRefPtr<
class WebCore::MediaStreamTrack>)" (?getStats at RTCPeerConnection@WebCore@@QAEXV?$PassRefPtr at VRTCStatsCallback@W
ebCore@@@WTF@@V?$PassRefPtr at VMediaStreamTrack@WebCore@@@4@@Z) referenced in function "__int64 __fastcall WebCo
re::jsRTCPeerConnectionPrototypeFunctionGetStats(class JSC::ExecState *)" (?jsRTCPeerConnectionPrototypeFuncti
onGetStats at WebCore@@YI_JPAVExecState at JSC@@@Z)
WebCore.lib(JSRTCPeerConnection.obj) : error LNK2019: unresolved external symbol "public: void __thiscall WebC
ore::RTCPeerConnection::close(int &)" (?close at RTCPeerConnection@WebCore@@QAEXAAH at Z) referenced in function "__
int64 __fastcall WebCore::jsRTCPeerConnectionPrototypeFunctionClose(class JSC::ExecState *)" (?jsRTCPeerConnec
tionPrototypeFunctionClose at WebCore@@YI_JPAVExecState at JSC@@@Z)
WebCore.lib(JSRTCPeerConnection.obj) : error LNK2019: unresolved external symbol "public: void __thiscall WebC
ore::RTCPeerConnection::createOffer(class WTF::PassRefPtr<class WebCore::RTCSessionDescriptionCallback>,class
WTF::PassRefPtr<class WebCore::RTCErrorCallback>,class WebCore::Dictionary const &,int &)" (?createOffer at RTCPe
erConnection at WebCore@@QAEXV?$PassRefPtr at VRTCSessionDescriptionCallback@WebCore@@@WTF@@V?$PassRefPtr at VRTCErrorC
allback at WebCore@@@4 at ABVDictionary@2 at AAH@Z) referenced in function "__int64 __fastcall WebCore::jsRTCPeerConnec
tionPrototypeFunctionCreateOffer(class JSC::ExecState *)" (?jsRTCPeerConnectionPrototypeFunctionCreateOffer at We
bCore@@YI_JPAVExecState at JSC@@@Z)
WebCore.lib(JSRTCPeerConnection.obj) : error LNK2019: unresolved external symbol "public: void __thiscall WebC
ore::RTCPeerConnection::createAnswer(class WTF::PassRefPtr<class WebCore::RTCSessionDescriptionCallback>,class
 WTF::PassRefPtr<class WebCore::RTCErrorCallback>,class WebCore::Dictionary const &,int &)" (?createAnswer at RTC
PeerConnection at WebCore@@QAEXV?$PassRefPtr at VRTCSessionDescriptionCallback@WebCore@@@WTF@@V?$PassRefPtr at VRTCErro
rCallback at WebCore@@@4 at ABVDictionary@2 at AAH@Z) referenced in function "__int64 __fastcall WebCore::jsRTCPeerConn
ectionPrototypeFunctionCreateAnswer(class JSC::ExecState *)" (?jsRTCPeerConnectionPrototypeFunctionCreateAnswe
r at WebCore@@YI_JPAVExecState at JSC@@@Z)
WebCore.lib(JSRTCPeerConnection.obj) : error LNK2019: unresolved external symbol "public: void __thiscall WebC
ore::RTCPeerConnection::updateIce(class WebCore::Dictionary const &,class WebCore::Dictionary const &,int &)"
(?updateIce at RTCPeerConnection@WebCore@@QAEXABVDictionary at 2@0AAH at Z) referenced in function "__int64 __fastcall
WebCore::jsRTCPeerConnectionPrototypeFunctionUpdateIce(class JSC::ExecState *)" (?jsRTCPeerConnectionPrototype
FunctionUpdateIce at WebCore@@YI_JPAVExecState at JSC@@@Z)
WebCore.lib(JSRTCPeerConnection.obj) : error LNK2019: unresolved external symbol "public: void __thiscall WebC
ore::RTCPeerConnection::addStream(class WTF::PassRefPtr<class WebCore::MediaStream>,class WebCore::Dictionary
const &,int &)" (?addStream at RTCPeerConnection@WebCore@@QAEXV?$PassRefPtr at VMediaStream@WebCore@@@WTF@@ABVDictio
nary at 2@AAH at Z) referenced in function "__int64 __fastcall WebCore::jsRTCPeerConnectionPrototypeFunctionAddStrea
m(class JSC::ExecState *)" (?jsRTCPeerConnectionPrototypeFunctionAddStream at WebCore@@YI_JPAVExecState at JSC@@@Z)
WebCore.lib(JSRTCPeerConnection.obj) : error LNK2019: unresolved external symbol "public: class WTF::PassRefPt
r<class WebCore::RTCDataChannel> __thiscall WebCore::RTCPeerConnection::createDataChannel(class WTF::String,cl
ass WebCore::Dictionary const &,int &)" (?createDataChannel at RTCPeerConnection@WebCore@@QAE?AV?$PassRefPtr at VRTC
DataChannel at WebCore@@@WTF@@VString at 4@ABVDictionary at 2@AAH at Z) referenced in function "__int64 __fastcall WebCore
::jsRTCPeerConnectionPrototypeFunctionCreateDataChannel(class JSC::ExecState *)" (?jsRTCPeerConnectionPrototyp
eFunctionCreateDataChannel at WebCore@@YI_JPAVExecState at JSC@@@Z)
WebCore.lib(JSRTCPeerConnection.obj) : error LNK2019: unresolved external symbol "public: class WTF::String __
thiscall WebCore::RTCPeerConnection::readyState(void)const " (?readyState at RTCPeerConnection@WebCore@@QBE?AVStr
ing at WTF@@XZ) referenced in function "class JSC::JSValue __cdecl WebCore::jsRTCPeerConnectionReadyState(class J
SC::ExecState *,class JSC::JSValue,class JSC::PropertyName)" (?jsRTCPeerConnectionReadyState at WebCore@@YA?AVJSV
alue at JSC@@PAVExecState at 3@V23 at VPropertyName@3@@Z)
WebCore.lib(JSRTCPeerConnection.obj) : error LNK2019: unresolved external symbol "public: class WTF::String __
thiscall WebCore::RTCPeerConnection::iceGatheringState(void)const " (?iceGatheringState at RTCPeerConnection@WebC
ore@@QBE?AVString at WTF@@XZ) referenced in function "class JSC::JSValue __cdecl WebCore::jsRTCPeerConnectionIceG
atheringState(class JSC::ExecState *,class JSC::JSValue,class JSC::PropertyName)" (?jsRTCPeerConnectionIceGath
eringState at WebCore@@YA?AVJSValue at JSC@@PAVExecState at 3@V23 at VPropertyName@3@@Z)
WebCore.lib(JSRTCPeerConnection.obj) : error LNK2019: unresolved external symbol "public: class WTF::String __
thiscall WebCore::RTCPeerConnection::iceState(void)const " (?iceState at RTCPeerConnection@WebCore@@QBE?AVString@
WTF@@XZ) referenced in function "class JSC::JSValue __cdecl WebCore::jsRTCPeerConnectionIceState(class JSC::Ex
ecState *,class JSC::JSValue,class JSC::PropertyName)" (?jsRTCPeerConnectionIceState at WebCore@@YA?AVJSValue at JSC
@@PAVExecState at 3@V23 at VPropertyName@3@@Z)
WebCore.lib(JSRTCPeerConnection.obj) : error LNK2019: unresolved external symbol "public: static class WTF::Pa
ssRefPtr<class WebCore::RTCPeerConnection> __cdecl WebCore::RTCPeerConnection::create(class WebCore::ScriptExe
cutionContext *,class WebCore::Dictionary const &,class WebCore::Dictionary const &,int &)" (?create at RTCPeerCo
nnection at WebCore@@SA?AV?$PassRefPtr at VRTCPeerConnection@WebCore@@@WTF@@PAVScriptExecutionContext at 2@ABVDictionar
y at 2@1AAH at Z) referenced in function "protected: static __int64 __fastcall WebCore::JSRTCPeerConnectionConstruct
or::constructJSRTCPeerConnection(class JSC::ExecState *)" (?constructJSRTCPeerConnection at JSRTCPeerConnectionCo
nstructor at WebCore@@KI_JPAVExecState at JSC@@@Z)
WebCore.lib(JSRTCSessionDescription.obj) : error LNK2019: unresolved external symbol "public: void __thiscall
WebCore::RTCSessionDescription::setType(class WTF::String const &,int &)" (?setType at RTCSessionDescription@WebC
ore@@QAEXABVString at WTF@@AAH at Z) referenced in function "void __cdecl WebCore::setJSRTCSessionDescriptionType(cl
ass JSC::ExecState *,class JSC::JSObject *,class JSC::JSValue)" (?setJSRTCSessionDescriptionType at WebCore@@YAXP
AVExecState at JSC@@PAVJSObject at 3@VJSValue at 3@@Z)
WebCore.lib(JSRTCSessionDescription.obj) : error LNK2019: unresolved external symbol "public: void __thiscall
WebCore::RTCSessionDescription::setSdp(class WTF::String const &,int &)" (?setSdp at RTCSessionDescription@WebCor
e@@QAEXABVString at WTF@@AAH at Z) referenced in function "void __cdecl WebCore::setJSRTCSessionDescriptionSdp(class
 JSC::ExecState *,class JSC::JSObject *,class JSC::JSValue)" (?setJSRTCSessionDescriptionSdp at WebCore@@YAXPAVEx
ecState at JSC@@PAVJSObject at 3@VJSValue at 3@@Z)
WebCore.lib(JSRTCSessionDescription.obj) : error LNK2019: unresolved external symbol "public: class WTF::Strin
g const & __thiscall WebCore::RTCSessionDescription::type(void)const " (?type at RTCSessionDescription@WebCore@@Q
BEABVString at WTF@@XZ) referenced in function "class JSC::JSValue __cdecl WebCore::jsRTCSessionDescriptionType(c
lass JSC::ExecState *,class JSC::JSValue,class JSC::PropertyName)" (?jsRTCSessionDescriptionType at WebCore@@YA?A
VJSValue at JSC@@PAVExecState at 3@V23 at VPropertyName@3@@Z)
WebCore.lib(JSRTCSessionDescription.obj) : error LNK2019: unresolved external symbol "public: class WTF::Strin
g const & __thiscall WebCore::RTCSessionDescription::sdp(void)const " (?sdp at RTCSessionDescription@WebCore@@QBE
ABVString at WTF@@XZ) referenced in function "class JSC::JSValue __cdecl WebCore::jsRTCSessionDescriptionSdp(clas
s JSC::ExecState *,class JSC::JSValue,class JSC::PropertyName)" (?jsRTCSessionDescriptionSdp at WebCore@@YA?AVJSV
alue at JSC@@PAVExecState at 3@V23 at VPropertyName@3@@Z)
WebCore.lib(JSRTCSessionDescription.obj) : error LNK2019: unresolved external symbol "public: static class WTF
::PassRefPtr<class WebCore::RTCSessionDescription> __cdecl WebCore::RTCSessionDescription::create(class WebCor
e::Dictionary const &,int &)" (?create at RTCSessionDescription@WebCore@@SA?AV?$PassRefPtr at VRTCSessionDescription
@WebCore@@@WTF@@ABVDictionary at 2@AAH at Z) referenced in function "protected: static __int64 __fastcall WebCore::J
SRTCSessionDescriptionConstructor::constructJSRTCSessionDescription(class JSC::ExecState *)" (?constructJSRTCS
essionDescription at JSRTCSessionDescriptionConstructor@WebCore@@KI_JPAVExecState at JSC@@@Z)
WebCore.lib(JSRTCIceCandidate.obj) : error LNK2019: unresolved external symbol "public: unsigned short __thisc
all WebCore::RTCIceCandidate::sdpMLineIndex(void)const " (?sdpMLineIndex at RTCIceCandidate@WebCore@@QBEGXZ) refe
renced in function "class JSC::JSValue __cdecl WebCore::jsRTCIceCandidateSdpMLineIndex(class JSC::ExecState *,
class JSC::JSValue,class JSC::PropertyName)" (?jsRTCIceCandidateSdpMLineIndex at WebCore@@YA?AVJSValue at JSC@@PAVEx
ecState at 3@V23 at VPropertyName@3@@Z)
WebCore.lib(JSRTCIceCandidate.obj) : error LNK2019: unresolved external symbol "public: class WTF::String cons
t & __thiscall WebCore::RTCIceCandidate::candidate(void)const " (?candidate at RTCIceCandidate@WebCore@@QBEABVStr
ing at WTF@@XZ) referenced in function "class JSC::JSValue __cdecl WebCore::jsRTCIceCandidateCandidate(class JSC:
:ExecState *,class JSC::JSValue,class JSC::PropertyName)" (?jsRTCIceCandidateCandidate at WebCore@@YA?AVJSValue at J
SC@@PAVExecState at 3@V23 at VPropertyName@3@@Z)
WebCore.lib(JSRTCIceCandidate.obj) : error LNK2019: unresolved external symbol "public: class WTF::String cons
t & __thiscall WebCore::RTCIceCandidate::sdpMid(void)const " (?sdpMid at RTCIceCandidate@WebCore@@QBEABVString at WT
F@@XZ) referenced in function "class JSC::JSValue __cdecl WebCore::jsRTCIceCandidateSdpMid(class JSC::ExecStat
e *,class JSC::JSValue,class JSC::PropertyName)" (?jsRTCIceCandidateSdpMid at WebCore@@YA?AVJSValue at JSC@@PAVExecS
tate at 3@V23 at VPropertyName@3@@Z)
WebCore.lib(JSRTCIceCandidate.obj) : error LNK2019: unresolved external symbol "public: static class WTF::Pass
RefPtr<class WebCore::RTCIceCandidate> __cdecl WebCore::RTCIceCandidate::create(class WebCore::Dictionary cons
t &,int &)" (?create at RTCIceCandidate@WebCore@@SA?AV?$PassRefPtr at VRTCIceCandidate@WebCore@@@WTF@@ABVDictionary@
2 at AAH@Z) referenced in function "protected: static __int64 __fastcall WebCore::JSRTCIceCandidateConstructor::c
onstructJSRTCIceCandidate(class JSC::ExecState *)" (?constructJSRTCIceCandidate at JSRTCIceCandidateConstructor@W
ebCore@@KI_JPAVExecState at JSC@@@Z)
WebCore.lib(JSMediaStreamEvent.obj) : error LNK2019: unresolved external symbol "public: class WebCore::MediaS
tream * __thiscall WebCore::MediaStreamEvent::stream(void)const " (?stream at MediaStreamEvent@WebCore@@QBEPAVMed
iaStream at 2@XZ) referenced in function "class JSC::JSValue __cdecl WebCore::jsMediaStreamEventStream(class JSC:
:ExecState *,class JSC::JSValue,class JSC::PropertyName)" (?jsMediaStreamEventStream at WebCore@@YA?AVJSValue at JSC
@@PAVExecState at 3@V23 at VPropertyName@3@@Z)
WebCore.lib(JSMediaStreamTrackEvent.obj) : error LNK2019: unresolved external symbol "public: class WebCore::M
ediaStreamTrack * __thiscall WebCore::MediaStreamTrackEvent::track(void)const " (?track at MediaStreamTrackEvent@
WebCore@@QBEPAVMediaStreamTrack at 2@XZ) referenced in function "class JSC::JSValue __cdecl WebCore::jsMediaStrea
mTrackEventTrack(class JSC::ExecState *,class JSC::JSValue,class JSC::PropertyName)" (?jsMediaStreamTrackEvent
Track at WebCore@@YA?AVJSValue at JSC@@PAVExecState at 3@V23 at VPropertyName@3@@Z)
WebCore.lib(JSRTCDataChannelEvent.obj) : error LNK2019: unresolved external symbol "public: class WebCore::RTC
DataChannel * __thiscall WebCore::RTCDataChannelEvent::channel(void)const " (?channel at RTCDataChannelEvent@WebC
ore@@QBEPAVRTCDataChannel at 2@XZ) referenced in function "class JSC::JSValue __cdecl WebCore::jsRTCDataChannelEv
entChannel(class JSC::ExecState *,class JSC::JSValue,class JSC::PropertyName)" (?jsRTCDataChannelEventChannel@
WebCore@@YA?AVJSValue at JSC@@PAVExecState at 3@V23 at VPropertyName@3@@Z)
WebCore.lib(JSRTCIceCandidateEvent.obj) : error LNK2019: unresolved external symbol "public: class WebCore::RT
CIceCandidate * __thiscall WebCore::RTCIceCandidateEvent::candidate(void)const " (?candidate at RTCIceCandidateEv
ent at WebCore@@QBEPAVRTCIceCandidate at 2@XZ) referenced in function "class JSC::JSValue __cdecl WebCore::jsRTCIceC
andidateEventCandidate(class JSC::ExecState *,class JSC::JSValue,class JSC::PropertyName)" (?jsRTCIceCandidate
EventCandidate at WebCore@@YA?AVJSValue at JSC@@PAVExecState at 3@V23 at VPropertyName@3@@Z)
WebCore.lib(JSRTCDataChannel.obj) : error LNK2019: unresolved external symbol "public: bool __thiscall WebCore
::RTCDataChannel::reliable(void)const " (?reliable at RTCDataChannel@WebCore@@QBE_NXZ) referenced in function "cl
ass JSC::JSValue __cdecl WebCore::jsRTCDataChannelReliable(class JSC::ExecState *,class JSC::JSValue,class JSC
::PropertyName)" (?jsRTCDataChannelReliable at WebCore@@YA?AVJSValue at JSC@@PAVExecState at 3@V23 at VPropertyName@3@@Z)
WebCore.lib(JSRTCDataChannel.obj) : error LNK2019: unresolved external symbol "public: unsigned long __thiscal
l WebCore::RTCDataChannel::bufferedAmount(void)const " (?bufferedAmount at RTCDataChannel@WebCore@@QBEKXZ) refere
nced in function "class JSC::JSValue __cdecl WebCore::jsRTCDataChannelBufferedAmount(class JSC::ExecState *,cl
ass JSC::JSValue,class JSC::PropertyName)" (?jsRTCDataChannelBufferedAmount at WebCore@@YA?AVJSValue at JSC@@PAVExec
State at 3@V23 at VPropertyName@3@@Z)
WebCore.lib(JSRTCDataChannel.obj) : error LNK2019: unresolved external symbol "public: void __thiscall WebCore
::RTCDataChannel::setBinaryType(class WTF::String const &,int &)" (?setBinaryType at RTCDataChannel@WebCore@@QAEX
ABVString at WTF@@AAH at Z) referenced in function "void __cdecl WebCore::setJSRTCDataChannelBinaryType(class JSC::E
xecState *,class JSC::JSObject *,class JSC::JSValue)" (?setJSRTCDataChannelBinaryType at WebCore@@YAXPAVExecState
@JSC@@PAVJSObject at 3@VJSValue at 3@@Z)
WebCore.lib(JSRTCDataChannel.obj) : error LNK2019: unresolved external symbol "public: void __thiscall WebCore
::RTCDataChannel::send(class WTF::PassRefPtr<class WTF::ArrayBufferView>,int &)" (?send at RTCDataChannel@WebCore
@@QAEXV?$PassRefPtr at VArrayBufferView@WTF@@@WTF@@AAH at Z) referenced in function "__int64 __fastcall WebCore::jsR
TCDataChannelPrototypeFunctionSend2(class JSC::ExecState *)" (?jsRTCDataChannelPrototypeFunctionSend2 at WebCore@
@YI_JPAVExecState at JSC@@@Z)
WebCore.lib(JSRTCDataChannel.obj) : error LNK2019: unresolved external symbol "public: void __thiscall WebCore
::RTCDataChannel::send(class WTF::PassRefPtr<class WebCore::Blob>,int &)" (?send at RTCDataChannel@WebCore@@QAEXV
?$PassRefPtr at VBlob@WebCore@@@WTF@@AAH at Z) referenced in function "__int64 __fastcall WebCore::jsRTCDataChannelP
rototypeFunctionSend3(class JSC::ExecState *)" (?jsRTCDataChannelPrototypeFunctionSend3 at WebCore@@YI_JPAVExecSt
ate at JSC@@@Z)
WebCore.lib(JSRTCDataChannel.obj) : error LNK2019: unresolved external symbol "public: void __thiscall WebCore
::RTCDataChannel::send(class WTF::String const &,int &)" (?send at RTCDataChannel@WebCore@@QAEXABVString at WTF@@AAH
@Z) referenced in function "__int64 __fastcall WebCore::jsRTCDataChannelPrototypeFunctionSend4(class JSC::Exec
State *)" (?jsRTCDataChannelPrototypeFunctionSend4 at WebCore@@YI_JPAVExecState at JSC@@@Z)
WebCore.lib(JSRTCDataChannel.obj) : error LNK2019: unresolved external symbol "public: void __thiscall WebCore
::RTCDataChannel::close(void)" (?close at RTCDataChannel@WebCore@@QAEXXZ) referenced in function "__int64 __fastc
all WebCore::jsRTCDataChannelPrototypeFunctionClose(class JSC::ExecState *)" (?jsRTCDataChannelPrototypeFuncti
onClose at WebCore@@YI_JPAVExecState at JSC@@@Z)
WebCore.lib(JSRTCDataChannel.obj) : error LNK2019: unresolved external symbol "public: void __thiscall WebCore
::RTCDataChannel::send(class WTF::PassRefPtr<class WTF::ArrayBuffer>,int &)" (?send at RTCDataChannel@WebCore@@QA
EXV?$PassRefPtr at VArrayBuffer@WTF@@@WTF@@AAH at Z) referenced in function "__int64 __fastcall WebCore::jsRTCDataCh
annelPrototypeFunctionSend1(class JSC::ExecState *)" (?jsRTCDataChannelPrototypeFunctionSend1 at WebCore@@YI_JPAV
ExecState at JSC@@@Z)
WebCore.lib(JSRTCDataChannel.obj) : error LNK2019: unresolved external symbol "public: class WTF::String __thi
scall WebCore::RTCDataChannel::label(void)const " (?label at RTCDataChannel@WebCore@@QBE?AVString at WTF@@XZ) refere
nced in function "class JSC::JSValue __cdecl WebCore::jsRTCDataChannelLabel(class JSC::ExecState *,class JSC::
JSValue,class JSC::PropertyName)" (?jsRTCDataChannelLabel at WebCore@@YA?AVJSValue at JSC@@PAVExecState at 3@V23 at VPrope
rtyName at 3@@Z)
WebCore.lib(JSRTCDataChannel.obj) : error LNK2019: unresolved external symbol "public: class WTF::String __thi
scall WebCore::RTCDataChannel::readyState(void)const " (?readyState at RTCDataChannel@WebCore@@QBE?AVString at WTF@@
XZ) referenced in function "class JSC::JSValue __cdecl WebCore::jsRTCDataChannelReadyState(class JSC::ExecStat
e *,class JSC::JSValue,class JSC::PropertyName)" (?jsRTCDataChannelReadyState at WebCore@@YA?AVJSValue at JSC@@PAVEx
ecState at 3@V23 at VPropertyName@3@@Z)
WebCore.lib(JSRTCDataChannel.obj) : error LNK2019: unresolved external symbol "public: class WTF::String __thi
scall WebCore::RTCDataChannel::binaryType(void)const " (?binaryType at RTCDataChannel@WebCore@@QBE?AVString at WTF@@
XZ) referenced in function "class JSC::JSValue __cdecl WebCore::jsRTCDataChannelBinaryType(class JSC::ExecStat
e *,class JSC::JSValue,class JSC::PropertyName)" (?jsRTCDataChannelBinaryType at WebCore@@YA?AVJSValue at JSC@@PAVEx
ecState at 3@V23 at VPropertyName@3@@Z)
WebCore.lib(JSMediaStreamTrackList.obj) : error LNK2019: unresolved external symbol "public: unsigned int __th
iscall WebCore::MediaStreamTrackList::length(void)const " (?length at MediaStreamTrackList@WebCore@@QBEIXZ) refer
enced in function "class JSC::JSValue __cdecl WebCore::jsMediaStreamTrackListLength(class JSC::ExecState *,cla
ss JSC::JSValue,class JSC::PropertyName)" (?jsMediaStreamTrackListLength at WebCore@@YA?AVJSValue at JSC@@PAVExecSta
te at 3@V23 at VPropertyName@3@@Z)
WebCore.lib(JSMediaStreamTrackList.obj) : error LNK2019: unresolved external symbol "public: class WebCore::Me
diaStreamTrack * __thiscall WebCore::MediaStreamTrackList::item(unsigned int)const " (?item at MediaStreamTrackLi
st at WebCore@@QBEPAVMediaStreamTrack at 2@I at Z) referenced in function "protected: static class JSC::JSValue __cdecl
 WebCore::JSMediaStreamTrackList::indexGetter(class JSC::ExecState *,class JSC::JSValue,unsigned int)" (?index
Getter at JSMediaStreamTrackList@WebCore@@KA?AVJSValue at JSC@@PAVExecState at 4@V34 at I@Z)
WebCore.lib(JSMediaStreamTrackList.obj) : error LNK2019: unresolved external symbol "public: void __thiscall W
ebCore::MediaStreamTrackList::add(class WTF::PassRefPtr<class WebCore::MediaStreamTrack>,int &)" (?add at MediaSt
reamTrackList at WebCore@@QAEXV?$PassRefPtr at VMediaStreamTrack@WebCore@@@WTF@@AAH at Z) referenced in function "__int
64 __fastcall WebCore::jsMediaStreamTrackListPrototypeFunctionAdd(class JSC::ExecState *)" (?jsMediaStreamTrac
kListPrototypeFunctionAdd at WebCore@@YI_JPAVExecState at JSC@@@Z)
WebCore.lib(JSMediaStreamTrackList.obj) : error LNK2019: unresolved external symbol "public: void __thiscall W
ebCore::MediaStreamTrackList::remove(class WTF::PassRefPtr<class WebCore::MediaStreamTrack>,int &)" (?remove at M
ediaStreamTrackList at WebCore@@QAEXV?$PassRefPtr at VMediaStreamTrack@WebCore@@@WTF@@AAH at Z) referenced in function
"__int64 __fastcall WebCore::jsMediaStreamTrackListPrototypeFunctionRemove(class JSC::ExecState *)" (?jsMediaS
treamTrackListPrototypeFunctionRemove at WebCore@@YI_JPAVExecState at JSC@@@Z)
WebCore.lib(JSMediaStreamTrack.obj) : error LNK2019: unresolved external symbol "public: bool __thiscall WebCo
re::MediaStreamTrack::enabled(void)const " (?enabled at MediaStreamTrack@WebCore@@QBE_NXZ) referenced in function
 "class JSC::JSValue __cdecl WebCore::jsMediaStreamTrackEnabled(class JSC::ExecState *,class JSC::JSValue,clas
s JSC::PropertyName)" (?jsMediaStreamTrackEnabled at WebCore@@YA?AVJSValue at JSC@@PAVExecState at 3@V23 at VPropertyName@
3@@Z)
WebCore.lib(JSMediaStreamTrack.obj) : error LNK2019: unresolved external symbol "public: enum WebCore::MediaSt
reamTrack::ReadyState __thiscall WebCore::MediaStreamTrack::readyState(void)const " (?readyState at MediaStreamTr
ack at WebCore@@QBE?AW4ReadyState at 12@XZ) referenced in function "class JSC::JSValue __cdecl WebCore::jsMediaStrea
mTrackReadyState(class JSC::ExecState *,class JSC::JSValue,class JSC::PropertyName)" (?jsMediaStreamTrackReady
State at WebCore@@YA?AVJSValue at JSC@@PAVExecState at 3@V23 at VPropertyName@3@@Z)
WebCore.lib(JSMediaStreamTrack.obj) : error LNK2019: unresolved external symbol "public: void __thiscall WebCo
re::MediaStreamTrack::setEnabled(bool)" (?setEnabled at MediaStreamTrack@WebCore@@QAEX_N at Z) referenced in functio
n "void __cdecl WebCore::setJSMediaStreamTrackEnabled(class JSC::ExecState *,class JSC::JSObject *,class JSC::
JSValue)" (?setJSMediaStreamTrackEnabled at WebCore@@YAXPAVExecState at JSC@@PAVJSObject at 3@VJSValue at 3@@Z)
WebCore.lib(JSMediaStreamTrack.obj) : error LNK2019: unresolved external symbol "public: class WTF::String __t
hiscall WebCore::MediaStreamTrack::kind(void)const " (?kind at MediaStreamTrack@WebCore@@QBE?AVString at WTF@@XZ) re
ferenced in function "class JSC::JSValue __cdecl WebCore::jsMediaStreamTrackKind(class JSC::ExecState *,class
JSC::JSValue,class JSC::PropertyName)" (?jsMediaStreamTrackKind at WebCore@@YA?AVJSValue at JSC@@PAVExecState at 3@V23@
VPropertyName at 3@@Z)
WebCore.lib(JSMediaStreamTrack.obj) : error LNK2019: unresolved external symbol "public: class WTF::String __t
hiscall WebCore::MediaStreamTrack::label(void)const " (?label at MediaStreamTrack@WebCore@@QBE?AVString at WTF@@XZ)
referenced in function "class JSC::JSValue __cdecl WebCore::jsMediaStreamTrackLabel(class JSC::ExecState *,cla
ss JSC::JSValue,class JSC::PropertyName)" (?jsMediaStreamTrackLabel at WebCore@@YA?AVJSValue at JSC@@PAVExecState at 3@
V23 at VPropertyName@3@@Z)
WebCore.lib(JSLocalMediaStream.obj) : error LNK2019: unresolved external symbol "public: void __thiscall WebCo
re::LocalMediaStream::stop(void)" (?stop at LocalMediaStream@WebCore@@QAEXXZ) referenced in function "__int64 __f
astcall WebCore::jsLocalMediaStreamPrototypeFunctionStop(class JSC::ExecState *)" (?jsLocalMediaStreamPrototyp
eFunctionStop at WebCore@@YI_JPAVExecState at JSC@@@Z)
WebCore.lib(DOMURL.obj) : error LNK2019: unresolved external symbol "public: void __thiscall WebCore::MediaStr
eamRegistry::registerMediaStreamURL(class WebCore::KURL const &,class WTF::PassRefPtr<class WebCore::MediaStre
am>)" (?registerMediaStreamURL at MediaStreamRegistry@WebCore@@QAEXABVKURL at 2@V?$PassRefPtr at VMediaStream@WebCore@@
@WTF@@@Z) referenced in function "public: static class WTF::String __cdecl WebCore::DOMURL::createObjectURL(cl
ass WebCore::ScriptExecutionContext *,class WebCore::MediaStream *)" (?createObjectURL at DOMURL@WebCore@@SA?AVSt
ring at WTF@@PAVScriptExecutionContext at 2@PAVMediaStream at 2@@Z)
WebCore.lib(JSMediaStreamList.obj) : error LNK2019: unresolved external symbol "public: unsigned int __thiscal
l WebCore::MediaStreamList::length(void)const " (?length at MediaStreamList@WebCore@@QBEIXZ) referenced in functi
on "class JSC::JSValue __cdecl WebCore::jsMediaStreamListLength(class JSC::ExecState *,class JSC::JSValue,clas
s JSC::PropertyName)" (?jsMediaStreamListLength at WebCore@@YA?AVJSValue at JSC@@PAVExecState at 3@V23 at VPropertyName@3@
@Z)
WebCore.lib(JSMediaStreamList.obj) : error LNK2019: unresolved external symbol "public: class WebCore::MediaSt
ream * __thiscall WebCore::MediaStreamList::item(unsigned int)const " (?item at MediaStreamList@WebCore@@QBEPAVMe
diaStream at 2@I at Z) referenced in function "protected: static class JSC::JSValue __cdecl WebCore::JSMediaStreamLi
st::indexGetter(class JSC::ExecState *,class JSC::JSValue,unsigned int)" (?indexGetter at JSMediaStreamList@WebCo
re@@KA?AVJSValue at JSC@@PAVExecState at 4@V34 at I@Z)
WebCore.lib(JSRTCStatsElement.obj) : error LNK2019: unresolved external symbol "public: class WTF::String __th
iscall WebCore::RTCStatsElement::stat(class WTF::String const &)const " (?stat at RTCStatsElement@WebCore@@QBE?AV
String at WTF@@ABV34@@Z) referenced in function "__int64 __fastcall WebCore::jsRTCStatsElementPrototypeFunctionSt
at(class JSC::ExecState *)" (?jsRTCStatsElementPrototypeFunctionStat at WebCore@@YI_JPAVExecState at JSC@@@Z)
WebCore.lib(JSRTCStatsElement.obj) : error LNK2019: unresolved external symbol "public: class WTF::Vector<clas
s WTF::String,0> __thiscall WebCore::RTCStatsElement::names(void)const " (?names at RTCStatsElement@WebCore@@QBE?
AV?$Vector at VString@WTF@@$0A@@WTF@@XZ) referenced in function "__int64 __fastcall WebCore::jsRTCStatsElementPro
totypeFunctionNames(class JSC::ExecState *)" (?jsRTCStatsElementPrototypeFunctionNames at WebCore@@YI_JPAVExecSta
te at JSC@@@Z)
..\lib\QtWebKit4.dll : fatal error LNK1120: 67 unresolved externals
NMAKE : fatal error U1077: '"c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\link.EXE"' : return co
de '0x460'
Stop.
NMAKE : fatal error U1077: '"c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\nmake.exe"' : return c
ode '0x2'
Stop.
NMAKE : fatal error U1077: '"c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\nmake.exe"' : return c
ode '0x2'
Stop.
NMAKE : fatal error U1077: 'cd' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\nmake.exe"' : return c
ode '0x2'
Stop.

c:\Qt\webkit>cd WebKitBuild

c:\Qt\webkit\WebKitBuild>dir
 Le volume dans le lecteur C s'appelle Windows7_OS
 Le numéro de série du volume est 107D-481D

 Répertoire de c:\Qt\webkit\WebKitBuild

04/10/2013  16:56    <REP>          .
04/10/2013  16:56    <REP>          ..
04/10/2013  17:01    <REP>          Release
               0 fichier(s)                0 octets
               3 Rép(s)   5 893 570 560 octets libres

c:\Qt\webkit\WebKitBuild>


More information about the webkit-qt mailing list