> On 29 Oct 2016, at 09:14, Martin Koller <[email protected]> wrote: > > Hi, > > I wanted to give WebAssembly a try and wanted to compile wip/nacl with > emscripten. > However, compilation fails as it seems some files of pepper are missing here, > e.g. pepper_55/src/ppapi_cpp/font_dev.cc > > I tried with 3 different pepper versions (44, 49, 55). > None of these could compile since every one was missing a file (not always > the same).
Looking at my local build I have pepper_47 here. In general, try removing the missing file from the build (see pepper.js.pri); it might not be needed. Morten _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
