On Thu, Mar 7, 2013 at 7:39 PM, Jeremy Huddleston Sequoia <[email protected]> wrote: > It looks like you're still missing some files in the tarball. You should > compare the list of files in the repo with the list of files in the tarball > to make sure nothing else is missing that should be in there... > > > In file included from Source/WebCore/dom/ScriptExecutionContext.cpp:39: > In file included from ./Source/WebCore/html/PublicURLManager.h:36: > In file included from ./Source/WebCore/Modules/mediastream/MediaStream.h:34: > In file included from > ./Source/WebCore/platform/mediastream/MediaStreamDescriptor.h:37: > In file included from > ./Source/WebCore/platform/mediastream/MediaStreamComponent.h:36: > ./Source/WebCore/platform/mediastream/MediaStreamSource.h:37:10: fatal error: > 'AudioDestinationConsumer.h' file not found > #include "AudioDestinationConsumer.h" > ^
Are you trying to compile with MediaStream support? If not, what options are you passing to configure? We typically don't test incomplete features, so there's no guarantee they will build from release to release until they are complete. --Martin _______________________________________________ webkit-gtk mailing list [email protected] https://lists.webkit.org/mailman/listinfo/webkit-gtk
