Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pdftex.bc is not a valid input file #64

Open
MariusHerget opened this issue Jun 2, 2020 · 1 comment
Open

pdftex.bc is not a valid input file #64

MariusHerget opened this issue Jun 2, 2020 · 1 comment

Comments

@MariusHerget
Copy link

When I try to compile texlive.js (from @davidcarlisle: https://github.com/davidcarlisle/texlive.js) I receive the following error message:

create pdftex worker
#OBJFILES=$(for i in `find build/texk/web2c/lib build/texk/kpathsea -name '*.o'` ; do llvm-nm $i | grep main >/dev/null || echo $i ; done) && \                                                                              emcc  --memory-init-file 0 -v --closure 1 -s TOTAL_MEMORY=$((128*1024*1024)) -O3  pdftex.bc -s INVOKE_RUN=0 --pre-js pdftex-pre.js --post-js pdftex-post.js -o pdftex-worker.js -s ERROR_ON_UNDEFINED_SYMBOLS=0 -s SINGLE_FILE=1 -g1
shared:INFO: (Emscripten: Running sanity checks)
emcc: warning: pdftex.bc is not a valid input file [-Winvalid-input]
emcc: error: no input files
note that input files without a known suffix are ignored, make sure your input files end with one of: ('.c', '.i', '.cpp', '.cxx', '.cc', '.c++', '.CPP', '.CXX', '.C', '.CC', '.C++', '.ii', '.m', '.mi', '.mm', '.mii', '/dev/null', '.S', '.bc', '.o', '.obj', '.lo', '.dylib', '.so', '.a', '.ll', '.s', '.h', '.hxx', '.hpp', '.hh', '.H', '.HXX', '.HPP', '.HH')
make: *** [Makefile:90: pdftex-worker.js] Error 1

Environment:

emcc: emcc (Emscripten gcc/clang-like replacement) 1.39.16 (9ecd579ac647c4484e2d9af2ab0bbc1e1505aa95)
texlive: 20200327

Attachments:

pdftex.bc
MakeFile

Any ideas on how to solve this? I need the newest emscripten version with the full latex scheme.

CC: @manuels @fzimmermann89

@ElijahGodrand
Copy link

ElijahGodrand commented Dec 26, 2024

pdftex.bc is from pdftex

pdftex wat not generated.

If u review your log file, and you will find there was another previous bug, such as "'tangle.web' was not fount".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants