[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 06:12:44 PDT 2013


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

this files are included in generated/EventHeaders.h and 
generated/EventTargetHeaders.h

i have no idea why this files could not be generated ?

i need a little help.

ps : perl Tools/Scripts/build-webkit --qt --media-stream --media-source 
--media-capture --video --no-webkit2 --no-force-sse2



More information about the webkit-qt mailing list