f34nk / tidy_ex

Elixir binding to the granddaddy of HTML tools
http://www.html-tidy.org/
GNU Lesser General Public License v2.1
9 stars 2 forks source link

Failed to compile on OSX Sierra 10.12 #4

Open f34nk opened 4 years ago

f34nk commented 4 years ago

TidyEx failes to compile on OSX Sierra 10.12 because of missing open_memstream.

[ 13%] Linking C executable tidy_worker
Undefined symbols for architecture x86_64:
  "_open_memstream", referenced from:
      _eterm_vec_join in eterm_vec.c.o
      _eterm_to_string in eterm_vec.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [tidy_worker] Error 1
make[1]: *** [CMakeFiles/tidy_worker.dir/all] Error 2
make: *** [all] Error 2
f34nk commented 4 years ago

Same issue with my other package: https://github.com/f34nk/modest_ex/issues/21