Created
July 10, 2017 21:35
-
-
Save bagong/8eef9a079aefc6afebd534197ea68ba4 to your computer and use it in GitHub Desktop.
MSYS2 QtWebkit with gstreamer build error "module jsmin not found"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 25%] Generating ../../DerivedSources/WebCore/UserAgentScripts.h, ../../DerivedSources/WebCore/UserAgentScriptsData.cpp | |
[ 25%] Generating ../../DerivedSources/WebCore/WebKitVersion.h | |
Traceback (most recent call last): | |
File "C:/M/mingw-w64-qtwebkit/src/qtwebkit-5.212.0-alpha2/Source/WebCore/Scripts/make-js-file-arrays.py", line 28, in <module> | |
from jsmin import JavascriptMinify | |
ImportError: No module named jsmin | |
[ 25%] Generating ../../DerivedSources/WebCore/InspectorOverlayPage.h, ../../DerivedSources/WebCore/InspectorOverlayPage.combined.html | |
make[2]: *** [Source/WebCore/CMakeFiles/WebCore.dir/build.make:340: DerivedSources/WebCore/UserAgentScripts.h] Error 1 | |
make[2]: *** Waiting for unfinished jobs.... | |
make[1]: *** [CMakeFiles/Makefile2:632: Source/WebCore/CMakeFiles/WebCore.dir/all] Error 2 | |
make[1]: *** Waiting for unfinished jobs.... | |
[ 25%] Linking CXX executable ../../../bin/jsc.exe | |
[ 25%] Built target jsc | |
make: *** [Makefile:163: all] Error 2 | |
==> ERROR: A failure occurred in build(). | |
Aborting... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment