Skip to content

Instantly share code, notes, and snippets.

@wlach
Created October 3, 2019 19:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wlach/ac1dda9ddc5c128f439fd43e39f6a9fe to your computer and use it in GitHub Desktop.
Save wlach/ac1dda9ddc5c128f439fd43e39f6a9fe to your computer and use it in GitHub Desktop.
/src/emsdk/emsdk/emscripten/tag-1.38.30/emcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -I. -I./Include -I/src/cpython/build/sqlite-autoconf-3270200 -I/src/cpython/build/bzip2-1.0.2 -I -c ./Modules/_sqlite/cache.c -o Modules/cache.o
./Modules/_sqlite/cache.c:260:9: error: use of undeclared identifier 'MODULE_NAME'
MODULE_NAME "Node", /* tp_name */
^
./Modules/_sqlite/cache.c:302:9: error: use of undeclared identifier 'MODULE_NAME'
MODULE_NAME ".Cache", /* tp_name */
^
2 errors generated.
shared:ERROR: compiler frontend failed to generate LLVM bitcode, halting
Makefile:1851: recipe for target 'Modules/cache.o' failed
make[2]: *** [Modules/cache.o] Error 1
make[2]: Leaving directory '/src/cpython/build/3.7.0/Python-3.7.0'
Makefile:138: recipe for target '/src/cpython/build/3.7.0/Python-3.7.0/libpython3.7.a' failed
make[1]: *** [/src/cpython/build/3.7.0/Python-3.7.0/libpython3.7.a] Error 2
make[1]: Leaving directory '/src/cpython'
Makefile:220: recipe for target 'cpython/installs/python-3.7.0/lib/python3.7' failed
make: *** [cpython/installs/python-3.7.0/lib/python3.7] Error 2
root@ce8c2af9499e:/src# cd emsdk/
root@ce8c2af9499e:/src/emsdk# make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment