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@RTCPeerConnection@WebCore@@QAEXV?$PassRefPtr@VRTCStatsCallback@W ebCore@@@WTF@@V?$PassRefPtr@VMediaStreamTrack@WebCore@@@4@@Z) referenced in function "__int64 __fastcall WebCo re::jsRTCPeerConnectionPrototypeFunctionGetStats(class JSC::ExecState *)" (?jsRTCPeerConnectionPrototypeFuncti
onGetStats@WebCore@@YI_JPAVExecState@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" <[email protected]>:
Le 04/10/2013 10:10, Konstantin Tokarev a écrit :

  04.10.2013, 12:05, "arnaud le roy" <[email protected]>:
  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).



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@RTCPeerConnection@WebCore@@QAEXV?$PassRefPtr@VRTCStatsCallback@W
ebCore@@@WTF@@V?$PassRefPtr@VMediaStreamTrack@WebCore@@@4@@Z) referenced in 
function "__int64 __fastcall WebCo
re::jsRTCPeerConnectionPrototypeFunctionGetStats(class JSC::ExecState *)" 
(?jsRTCPeerConnectionPrototypeFuncti
onGetStats@WebCore@@YI_JPAVExecState@JSC@@@Z)
WebCore.lib(JSRTCPeerConnection.obj) : error LNK2019: unresolved external 
symbol "public: void __thiscall WebC
ore::RTCPeerConnection::close(int &)" 
(?close@RTCPeerConnection@WebCore@@QAEXAAH@Z) referenced in function "__
int64 __fastcall WebCore::jsRTCPeerConnectionPrototypeFunctionClose(class 
JSC::ExecState *)" (?jsRTCPeerConnec
tionPrototypeFunctionClose@WebCore@@YI_JPAVExecState@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@RTCPe
erConnection@WebCore@@QAEXV?$PassRefPtr@VRTCSessionDescriptionCallback@WebCore@@@WTF@@V?$PassRefPtr@VRTCErrorC
allback@WebCore@@@4@ABVDictionary@2@AAH@Z) referenced in function "__int64 
__fastcall WebCore::jsRTCPeerConnec
tionPrototypeFunctionCreateOffer(class JSC::ExecState *)" 
(?jsRTCPeerConnectionPrototypeFunctionCreateOffer@We
bCore@@YI_JPAVExecState@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@RTC
PeerConnection@WebCore@@QAEXV?$PassRefPtr@VRTCSessionDescriptionCallback@WebCore@@@WTF@@V?$PassRefPtr@VRTCErro
rCallback@WebCore@@@4@ABVDictionary@2@AAH@Z) referenced in function "__int64 
__fastcall WebCore::jsRTCPeerConn
ectionPrototypeFunctionCreateAnswer(class JSC::ExecState *)" 
(?jsRTCPeerConnectionPrototypeFunctionCreateAnswe
r@WebCore@@YI_JPAVExecState@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@RTCPeerConnection@WebCore@@QAEXABVDictionary@2@0AAH@Z) referenced 
in function "__int64 __fastcall
WebCore::jsRTCPeerConnectionPrototypeFunctionUpdateIce(class JSC::ExecState *)" 
(?jsRTCPeerConnectionPrototype
FunctionUpdateIce@WebCore@@YI_JPAVExecState@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@RTCPeerConnection@WebCore@@QAEXV?$PassRefPtr@VMediaStream@WebCore@@@WTF@@ABVDictio
nary@2@AAH@Z) referenced in function "__int64 __fastcall 
WebCore::jsRTCPeerConnectionPrototypeFunctionAddStrea
m(class JSC::ExecState *)" 
(?jsRTCPeerConnectionPrototypeFunctionAddStream@WebCore@@YI_JPAVExecState@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@RTCPeerConnection@WebCore@@QAE?AV?$PassRefPtr@VRTC
DataChannel@WebCore@@@WTF@@VString@4@ABVDictionary@2@AAH@Z) referenced in 
function "__int64 __fastcall WebCore
::jsRTCPeerConnectionPrototypeFunctionCreateDataChannel(class JSC::ExecState 
*)" (?jsRTCPeerConnectionPrototyp
eFunctionCreateDataChannel@WebCore@@YI_JPAVExecState@JSC@@@Z)
WebCore.lib(JSRTCPeerConnection.obj) : error LNK2019: unresolved external 
symbol "public: class WTF::String __
thiscall WebCore::RTCPeerConnection::readyState(void)const " 
(?readyState@RTCPeerConnection@WebCore@@QBE?AVStr
ing@WTF@@XZ) referenced in function "class JSC::JSValue __cdecl 
WebCore::jsRTCPeerConnectionReadyState(class J
SC::ExecState *,class JSC::JSValue,class JSC::PropertyName)" 
(?jsRTCPeerConnectionReadyState@WebCore@@YA?AVJSV
alue@JSC@@PAVExecState@3@V23@VPropertyName@3@@Z)
WebCore.lib(JSRTCPeerConnection.obj) : error LNK2019: unresolved external 
symbol "public: class WTF::String __
thiscall WebCore::RTCPeerConnection::iceGatheringState(void)const " 
(?iceGatheringState@RTCPeerConnection@WebC
ore@@QBE?AVString@WTF@@XZ) referenced in function "class JSC::JSValue __cdecl 
WebCore::jsRTCPeerConnectionIceG
atheringState(class JSC::ExecState *,class JSC::JSValue,class 
JSC::PropertyName)" (?jsRTCPeerConnectionIceGath
eringState@WebCore@@YA?AVJSValue@JSC@@PAVExecState@3@V23@VPropertyName@3@@Z)
WebCore.lib(JSRTCPeerConnection.obj) : error LNK2019: unresolved external 
symbol "public: class WTF::String __
thiscall WebCore::RTCPeerConnection::iceState(void)const " 
(?iceState@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@WebCore@@YA?AVJSValue@JSC
@@PAVExecState@3@V23@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@RTCPeerCo
nnection@WebCore@@SA?AV?$PassRefPtr@VRTCPeerConnection@WebCore@@@WTF@@PAVScriptExecutionContext@2@ABVDictionar
y@2@1AAH@Z) referenced in function "protected: static __int64 __fastcall 
WebCore::JSRTCPeerConnectionConstruct
or::constructJSRTCPeerConnection(class JSC::ExecState *)" 
(?constructJSRTCPeerConnection@JSRTCPeerConnectionCo
nstructor@WebCore@@KI_JPAVExecState@JSC@@@Z)
WebCore.lib(JSRTCSessionDescription.obj) : error LNK2019: unresolved external 
symbol "public: void __thiscall
WebCore::RTCSessionDescription::setType(class WTF::String const &,int &)" 
(?setType@RTCSessionDescription@WebC
ore@@QAEXABVString@WTF@@AAH@Z) referenced in function "void __cdecl 
WebCore::setJSRTCSessionDescriptionType(cl
ass JSC::ExecState *,class JSC::JSObject *,class JSC::JSValue)" 
(?setJSRTCSessionDescriptionType@WebCore@@YAXP
AVExecState@JSC@@PAVJSObject@3@VJSValue@3@@Z)
WebCore.lib(JSRTCSessionDescription.obj) : error LNK2019: unresolved external 
symbol "public: void __thiscall
WebCore::RTCSessionDescription::setSdp(class WTF::String const &,int &)" 
(?setSdp@RTCSessionDescription@WebCor
e@@QAEXABVString@WTF@@AAH@Z) referenced in function "void __cdecl 
WebCore::setJSRTCSessionDescriptionSdp(class
 JSC::ExecState *,class JSC::JSObject *,class JSC::JSValue)" 
(?setJSRTCSessionDescriptionSdp@WebCore@@YAXPAVEx
ecState@JSC@@PAVJSObject@3@VJSValue@3@@Z)
WebCore.lib(JSRTCSessionDescription.obj) : error LNK2019: unresolved external 
symbol "public: class WTF::Strin
g const & __thiscall WebCore::RTCSessionDescription::type(void)const " 
(?type@RTCSessionDescription@WebCore@@Q
BEABVString@WTF@@XZ) referenced in function "class JSC::JSValue __cdecl 
WebCore::jsRTCSessionDescriptionType(c
lass JSC::ExecState *,class JSC::JSValue,class JSC::PropertyName)" 
(?jsRTCSessionDescriptionType@WebCore@@YA?A
VJSValue@JSC@@PAVExecState@3@V23@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@RTCSessionDescription@WebCore@@QBE
ABVString@WTF@@XZ) referenced in function "class JSC::JSValue __cdecl 
WebCore::jsRTCSessionDescriptionSdp(clas
s JSC::ExecState *,class JSC::JSValue,class JSC::PropertyName)" 
(?jsRTCSessionDescriptionSdp@WebCore@@YA?AVJSV
alue@JSC@@PAVExecState@3@V23@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@RTCSessionDescription@WebCore@@SA?AV?$PassRefPtr@VRTCSessionDescription
@WebCore@@@WTF@@ABVDictionary@2@AAH@Z) referenced in function "protected: 
static __int64 __fastcall WebCore::J
SRTCSessionDescriptionConstructor::constructJSRTCSessionDescription(class 
JSC::ExecState *)" (?constructJSRTCS
essionDescription@JSRTCSessionDescriptionConstructor@WebCore@@KI_JPAVExecState@JSC@@@Z)
WebCore.lib(JSRTCIceCandidate.obj) : error LNK2019: unresolved external symbol 
"public: unsigned short __thisc
all WebCore::RTCIceCandidate::sdpMLineIndex(void)const " 
(?sdpMLineIndex@RTCIceCandidate@WebCore@@QBEGXZ) refe
renced in function "class JSC::JSValue __cdecl 
WebCore::jsRTCIceCandidateSdpMLineIndex(class JSC::ExecState *,
class JSC::JSValue,class JSC::PropertyName)" 
(?jsRTCIceCandidateSdpMLineIndex@WebCore@@YA?AVJSValue@JSC@@PAVEx
ecState@3@V23@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@RTCIceCandidate@WebCore@@QBEABVStr
ing@WTF@@XZ) referenced in function "class JSC::JSValue __cdecl 
WebCore::jsRTCIceCandidateCandidate(class JSC:
:ExecState *,class JSC::JSValue,class JSC::PropertyName)" 
(?jsRTCIceCandidateCandidate@WebCore@@YA?AVJSValue@J
SC@@PAVExecState@3@V23@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@RTCIceCandidate@WebCore@@QBEABVString@WT
F@@XZ) referenced in function "class JSC::JSValue __cdecl 
WebCore::jsRTCIceCandidateSdpMid(class JSC::ExecStat
e *,class JSC::JSValue,class JSC::PropertyName)" 
(?jsRTCIceCandidateSdpMid@WebCore@@YA?AVJSValue@JSC@@PAVExecS
tate@3@V23@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@RTCIceCandidate@WebCore@@SA?AV?$PassRefPtr@VRTCIceCandidate@WebCore@@@WTF@@ABVDictionary@
2@AAH@Z) referenced in function "protected: static __int64 __fastcall 
WebCore::JSRTCIceCandidateConstructor::c
onstructJSRTCIceCandidate(class JSC::ExecState *)" 
(?constructJSRTCIceCandidate@JSRTCIceCandidateConstructor@W
ebCore@@KI_JPAVExecState@JSC@@@Z)
WebCore.lib(JSMediaStreamEvent.obj) : error LNK2019: unresolved external symbol 
"public: class WebCore::MediaS
tream * __thiscall WebCore::MediaStreamEvent::stream(void)const " 
(?stream@MediaStreamEvent@WebCore@@QBEPAVMed
iaStream@2@XZ) referenced in function "class JSC::JSValue __cdecl 
WebCore::jsMediaStreamEventStream(class JSC:
:ExecState *,class JSC::JSValue,class JSC::PropertyName)" 
(?jsMediaStreamEventStream@WebCore@@YA?AVJSValue@JSC
@@PAVExecState@3@V23@VPropertyName@3@@Z)
WebCore.lib(JSMediaStreamTrackEvent.obj) : error LNK2019: unresolved external 
symbol "public: class WebCore::M
ediaStreamTrack * __thiscall WebCore::MediaStreamTrackEvent::track(void)const " 
(?track@MediaStreamTrackEvent@
WebCore@@QBEPAVMediaStreamTrack@2@XZ) referenced in function "class 
JSC::JSValue __cdecl WebCore::jsMediaStrea
mTrackEventTrack(class JSC::ExecState *,class JSC::JSValue,class 
JSC::PropertyName)" (?jsMediaStreamTrackEvent
Track@WebCore@@YA?AVJSValue@JSC@@PAVExecState@3@V23@VPropertyName@3@@Z)
WebCore.lib(JSRTCDataChannelEvent.obj) : error LNK2019: unresolved external 
symbol "public: class WebCore::RTC
DataChannel * __thiscall WebCore::RTCDataChannelEvent::channel(void)const " 
(?channel@RTCDataChannelEvent@WebC
ore@@QBEPAVRTCDataChannel@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@JSC@@PAVExecState@3@V23@VPropertyName@3@@Z)
WebCore.lib(JSRTCIceCandidateEvent.obj) : error LNK2019: unresolved external 
symbol "public: class WebCore::RT
CIceCandidate * __thiscall WebCore::RTCIceCandidateEvent::candidate(void)const 
" (?candidate@RTCIceCandidateEv
ent@WebCore@@QBEPAVRTCIceCandidate@2@XZ) referenced in function "class 
JSC::JSValue __cdecl WebCore::jsRTCIceC
andidateEventCandidate(class JSC::ExecState *,class JSC::JSValue,class 
JSC::PropertyName)" (?jsRTCIceCandidate
EventCandidate@WebCore@@YA?AVJSValue@JSC@@PAVExecState@3@V23@VPropertyName@3@@Z)
WebCore.lib(JSRTCDataChannel.obj) : error LNK2019: unresolved external symbol 
"public: bool __thiscall WebCore
::RTCDataChannel::reliable(void)const " 
(?reliable@RTCDataChannel@WebCore@@QBE_NXZ) referenced in function "cl
ass JSC::JSValue __cdecl WebCore::jsRTCDataChannelReliable(class JSC::ExecState 
*,class JSC::JSValue,class JSC
::PropertyName)" 
(?jsRTCDataChannelReliable@WebCore@@YA?AVJSValue@JSC@@PAVExecState@3@V23@VPropertyName@3@@Z)
WebCore.lib(JSRTCDataChannel.obj) : error LNK2019: unresolved external symbol 
"public: unsigned long __thiscal
l WebCore::RTCDataChannel::bufferedAmount(void)const " 
(?bufferedAmount@RTCDataChannel@WebCore@@QBEKXZ) refere
nced in function "class JSC::JSValue __cdecl 
WebCore::jsRTCDataChannelBufferedAmount(class JSC::ExecState *,cl
ass JSC::JSValue,class JSC::PropertyName)" 
(?jsRTCDataChannelBufferedAmount@WebCore@@YA?AVJSValue@JSC@@PAVExec
State@3@V23@VPropertyName@3@@Z)
WebCore.lib(JSRTCDataChannel.obj) : error LNK2019: unresolved external symbol 
"public: void __thiscall WebCore
::RTCDataChannel::setBinaryType(class WTF::String const &,int &)" 
(?setBinaryType@RTCDataChannel@WebCore@@QAEX
ABVString@WTF@@AAH@Z) referenced in function "void __cdecl 
WebCore::setJSRTCDataChannelBinaryType(class JSC::E
xecState *,class JSC::JSObject *,class JSC::JSValue)" 
(?setJSRTCDataChannelBinaryType@WebCore@@YAXPAVExecState
@JSC@@PAVJSObject@3@VJSValue@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@RTCDataChannel@WebCore
@@QAEXV?$PassRefPtr@VArrayBufferView@WTF@@@WTF@@AAH@Z) referenced in function 
"__int64 __fastcall WebCore::jsR
TCDataChannelPrototypeFunctionSend2(class JSC::ExecState *)" 
(?jsRTCDataChannelPrototypeFunctionSend2@WebCore@
@YI_JPAVExecState@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@RTCDataChannel@WebCore@@QAEXV
?$PassRefPtr@VBlob@WebCore@@@WTF@@AAH@Z) referenced in function "__int64 
__fastcall WebCore::jsRTCDataChannelP
rototypeFunctionSend3(class JSC::ExecState *)" 
(?jsRTCDataChannelPrototypeFunctionSend3@WebCore@@YI_JPAVExecSt
ate@JSC@@@Z)
WebCore.lib(JSRTCDataChannel.obj) : error LNK2019: unresolved external symbol 
"public: void __thiscall WebCore
::RTCDataChannel::send(class WTF::String const &,int &)" 
(?send@RTCDataChannel@WebCore@@QAEXABVString@WTF@@AAH
@Z) referenced in function "__int64 __fastcall 
WebCore::jsRTCDataChannelPrototypeFunctionSend4(class JSC::Exec
State *)" 
(?jsRTCDataChannelPrototypeFunctionSend4@WebCore@@YI_JPAVExecState@JSC@@@Z)
WebCore.lib(JSRTCDataChannel.obj) : error LNK2019: unresolved external symbol 
"public: void __thiscall WebCore
::RTCDataChannel::close(void)" (?close@RTCDataChannel@WebCore@@QAEXXZ) 
referenced in function "__int64 __fastc
all WebCore::jsRTCDataChannelPrototypeFunctionClose(class JSC::ExecState *)" 
(?jsRTCDataChannelPrototypeFuncti
onClose@WebCore@@YI_JPAVExecState@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@RTCDataChannel@WebCore@@QA
EXV?$PassRefPtr@VArrayBuffer@WTF@@@WTF@@AAH@Z) referenced in function "__int64 
__fastcall WebCore::jsRTCDataCh
annelPrototypeFunctionSend1(class JSC::ExecState *)" 
(?jsRTCDataChannelPrototypeFunctionSend1@WebCore@@YI_JPAV
ExecState@JSC@@@Z)
WebCore.lib(JSRTCDataChannel.obj) : error LNK2019: unresolved external symbol 
"public: class WTF::String __thi
scall WebCore::RTCDataChannel::label(void)const " 
(?label@RTCDataChannel@WebCore@@QBE?AVString@WTF@@XZ) refere
nced in function "class JSC::JSValue __cdecl 
WebCore::jsRTCDataChannelLabel(class JSC::ExecState *,class JSC::
JSValue,class JSC::PropertyName)" 
(?jsRTCDataChannelLabel@WebCore@@YA?AVJSValue@JSC@@PAVExecState@3@V23@VPrope
rtyName@3@@Z)
WebCore.lib(JSRTCDataChannel.obj) : error LNK2019: unresolved external symbol 
"public: class WTF::String __thi
scall WebCore::RTCDataChannel::readyState(void)const " 
(?readyState@RTCDataChannel@WebCore@@QBE?AVString@WTF@@
XZ) referenced in function "class JSC::JSValue __cdecl 
WebCore::jsRTCDataChannelReadyState(class JSC::ExecStat
e *,class JSC::JSValue,class JSC::PropertyName)" 
(?jsRTCDataChannelReadyState@WebCore@@YA?AVJSValue@JSC@@PAVEx
ecState@3@V23@VPropertyName@3@@Z)
WebCore.lib(JSRTCDataChannel.obj) : error LNK2019: unresolved external symbol 
"public: class WTF::String __thi
scall WebCore::RTCDataChannel::binaryType(void)const " 
(?binaryType@RTCDataChannel@WebCore@@QBE?AVString@WTF@@
XZ) referenced in function "class JSC::JSValue __cdecl 
WebCore::jsRTCDataChannelBinaryType(class JSC::ExecStat
e *,class JSC::JSValue,class JSC::PropertyName)" 
(?jsRTCDataChannelBinaryType@WebCore@@YA?AVJSValue@JSC@@PAVEx
ecState@3@V23@VPropertyName@3@@Z)
WebCore.lib(JSMediaStreamTrackList.obj) : error LNK2019: unresolved external 
symbol "public: unsigned int __th
iscall WebCore::MediaStreamTrackList::length(void)const " 
(?length@MediaStreamTrackList@WebCore@@QBEIXZ) refer
enced in function "class JSC::JSValue __cdecl 
WebCore::jsMediaStreamTrackListLength(class JSC::ExecState *,cla
ss JSC::JSValue,class JSC::PropertyName)" 
(?jsMediaStreamTrackListLength@WebCore@@YA?AVJSValue@JSC@@PAVExecSta
te@3@V23@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@MediaStreamTrackLi
st@WebCore@@QBEPAVMediaStreamTrack@2@I@Z) referenced in function "protected: 
static class JSC::JSValue __cdecl
 WebCore::JSMediaStreamTrackList::indexGetter(class JSC::ExecState *,class 
JSC::JSValue,unsigned int)" (?index
Getter@JSMediaStreamTrackList@WebCore@@KA?AVJSValue@JSC@@PAVExecState@4@V34@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@MediaSt
reamTrackList@WebCore@@QAEXV?$PassRefPtr@VMediaStreamTrack@WebCore@@@WTF@@AAH@Z)
 referenced in function "__int
64 __fastcall WebCore::jsMediaStreamTrackListPrototypeFunctionAdd(class 
JSC::ExecState *)" (?jsMediaStreamTrac
kListPrototypeFunctionAdd@WebCore@@YI_JPAVExecState@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@M
ediaStreamTrackList@WebCore@@QAEXV?$PassRefPtr@VMediaStreamTrack@WebCore@@@WTF@@AAH@Z)
 referenced in function
"__int64 __fastcall 
WebCore::jsMediaStreamTrackListPrototypeFunctionRemove(class JSC::ExecState *)" 
(?jsMediaS
treamTrackListPrototypeFunctionRemove@WebCore@@YI_JPAVExecState@JSC@@@Z)
WebCore.lib(JSMediaStreamTrack.obj) : error LNK2019: unresolved external symbol 
"public: bool __thiscall WebCo
re::MediaStreamTrack::enabled(void)const " 
(?enabled@MediaStreamTrack@WebCore@@QBE_NXZ) referenced in function
 "class JSC::JSValue __cdecl WebCore::jsMediaStreamTrackEnabled(class 
JSC::ExecState *,class JSC::JSValue,clas
s JSC::PropertyName)" 
(?jsMediaStreamTrackEnabled@WebCore@@YA?AVJSValue@JSC@@PAVExecState@3@V23@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@MediaStreamTr
ack@WebCore@@QBE?AW4ReadyState@12@XZ) referenced in function "class 
JSC::JSValue __cdecl WebCore::jsMediaStrea
mTrackReadyState(class JSC::ExecState *,class JSC::JSValue,class 
JSC::PropertyName)" (?jsMediaStreamTrackReady
State@WebCore@@YA?AVJSValue@JSC@@PAVExecState@3@V23@VPropertyName@3@@Z)
WebCore.lib(JSMediaStreamTrack.obj) : error LNK2019: unresolved external symbol 
"public: void __thiscall WebCo
re::MediaStreamTrack::setEnabled(bool)" 
(?setEnabled@MediaStreamTrack@WebCore@@QAEX_N@Z) referenced in functio
n "void __cdecl WebCore::setJSMediaStreamTrackEnabled(class JSC::ExecState 
*,class JSC::JSObject *,class JSC::
JSValue)" 
(?setJSMediaStreamTrackEnabled@WebCore@@YAXPAVExecState@JSC@@PAVJSObject@3@VJSValue@3@@Z)
WebCore.lib(JSMediaStreamTrack.obj) : error LNK2019: unresolved external symbol 
"public: class WTF::String __t
hiscall WebCore::MediaStreamTrack::kind(void)const " 
(?kind@MediaStreamTrack@WebCore@@QBE?AVString@WTF@@XZ) re
ferenced in function "class JSC::JSValue __cdecl 
WebCore::jsMediaStreamTrackKind(class JSC::ExecState *,class
JSC::JSValue,class JSC::PropertyName)" 
(?jsMediaStreamTrackKind@WebCore@@YA?AVJSValue@JSC@@PAVExecState@3@V23@
VPropertyName@3@@Z)
WebCore.lib(JSMediaStreamTrack.obj) : error LNK2019: unresolved external symbol 
"public: class WTF::String __t
hiscall WebCore::MediaStreamTrack::label(void)const " 
(?label@MediaStreamTrack@WebCore@@QBE?AVString@WTF@@XZ)
referenced in function "class JSC::JSValue __cdecl 
WebCore::jsMediaStreamTrackLabel(class JSC::ExecState *,cla
ss JSC::JSValue,class JSC::PropertyName)" 
(?jsMediaStreamTrackLabel@WebCore@@YA?AVJSValue@JSC@@PAVExecState@3@
V23@VPropertyName@3@@Z)
WebCore.lib(JSLocalMediaStream.obj) : error LNK2019: unresolved external symbol 
"public: void __thiscall WebCo
re::LocalMediaStream::stop(void)" (?stop@LocalMediaStream@WebCore@@QAEXXZ) 
referenced in function "__int64 __f
astcall WebCore::jsLocalMediaStreamPrototypeFunctionStop(class JSC::ExecState 
*)" (?jsLocalMediaStreamPrototyp
eFunctionStop@WebCore@@YI_JPAVExecState@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@MediaStreamRegistry@WebCore@@QAEXABVKURL@2@V?$PassRefPtr@VMediaStream@WebCore@@
@WTF@@@Z) referenced in function "public: static class WTF::String __cdecl 
WebCore::DOMURL::createObjectURL(cl
ass WebCore::ScriptExecutionContext *,class WebCore::MediaStream *)" 
(?createObjectURL@DOMURL@WebCore@@SA?AVSt
ring@WTF@@PAVScriptExecutionContext@2@PAVMediaStream@2@@Z)
WebCore.lib(JSMediaStreamList.obj) : error LNK2019: unresolved external symbol 
"public: unsigned int __thiscal
l WebCore::MediaStreamList::length(void)const " 
(?length@MediaStreamList@WebCore@@QBEIXZ) referenced in functi
on "class JSC::JSValue __cdecl WebCore::jsMediaStreamListLength(class 
JSC::ExecState *,class JSC::JSValue,clas
s JSC::PropertyName)" 
(?jsMediaStreamListLength@WebCore@@YA?AVJSValue@JSC@@PAVExecState@3@V23@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@MediaStreamList@WebCore@@QBEPAVMe
diaStream@2@I@Z) referenced in function "protected: static class JSC::JSValue 
__cdecl WebCore::JSMediaStreamLi
st::indexGetter(class JSC::ExecState *,class JSC::JSValue,unsigned int)" 
(?indexGetter@JSMediaStreamList@WebCo
re@@KA?AVJSValue@JSC@@PAVExecState@4@V34@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@RTCStatsElement@WebCore@@QBE?AV
String@WTF@@ABV34@@Z) referenced in function "__int64 __fastcall 
WebCore::jsRTCStatsElementPrototypeFunctionSt
at(class JSC::ExecState *)" 
(?jsRTCStatsElementPrototypeFunctionStat@WebCore@@YI_JPAVExecState@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@RTCStatsElement@WebCore@@QBE?
AV?$Vector@VString@WTF@@$0A@@WTF@@XZ) referenced in function "__int64 
__fastcall WebCore::jsRTCStatsElementPro
totypeFunctionNames(class JSC::ExecState *)" 
(?jsRTCStatsElementPrototypeFunctionNames@WebCore@@YI_JPAVExecSta
te@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>
_______________________________________________
webkit-qt mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-qt

Reply via email to