seikichi/tiff.js

Does not compile with emcc 1.38.19

jeronimonunes opened this issue · 0 comments

I was trying to compile the project by my own because I wanted to add TIFFReadScanline to the exports. When I tried, I saw that the 1.2.8 version of zlib was no longer available to download on the server, so I updated it to 1.2.11. After that the libjpeg emconfigure ./configure printed an error:

checking dynamic linker characteristics... ERROR:root:no input files
note that input files without a known suffix are ignored, make sure your input files end with one of: ('.c', '.C', '.i', '.cpp', '.cxx', '.cc',
'.c++', '.CPP', '.CXX', '.CC', '.C++', '.ii', '.m', '.mi', '.mm', '.mii', '/dev/null', '.bc', '.o', '.obj', '.lo', '.dylib', '.so', '.a', '.ll', '.h', '.hxx', '.hpp', '.hh', '.H', '.HXX', '.HPP', '.HH')
GNU/Linux ld.so

I tried to compile it using emconfigure ./configure --disable-shared but it also didn't work.

Which version of emcc did you use to compile this project?