Ymagis / ClairMeta

Clairmeta is a python package for Digital Cinema Package (DCP) probing and checking.
BSD 3-Clause "New" or "Revised" License
84 stars 22 forks source link

Question: Clairmeta Installation #215

Closed worldpoop closed 2 years ago

worldpoop commented 2 years ago

Apologies, can't get a bite at aslibdcp. Trouble installing the dependency, a bit lost, just want to get Clairmeta working fully. Thank you anyone for your assistance!

make install Making install in src /bin/sh ../libtool --tag=CXX --mode=link g++ -g -O2 -o asdcp-util asdcp-util.o libasdcp.la libkumu.la -lpthread libtool: link: g++ -g -O2 -o .libs/asdcp-util asdcp-util.o -Wl,-bind_at_load ./.libs/libasdcp.dylib -L/usr/local/opt/openssl@3/lib /Users/mau/Desktop/asdcplib/asdcplib-rel_2_10_35/src/.libs/libkumu.dylib ./.libs/libkumu.dylib -lpthread Undefined symbols for architecture x86_64: "_SHA1_Final", referenced from: digest_file(std::1::basic_string<char, std::__1::char_traits, std::1::allocator > const&) in asdcp-util.o "_SHA1_Init", referenced from: digest_file(std::1::basic_string<char, std::__1::char_traits, std::1::allocator > const&) in asdcp-util.o "_SHA1_Update", referenced from: digest_file(std::1::basic_string<char, std::__1::char_traits, std::1::allocator > const&) in asdcp-util.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1

jamiegau commented 2 years ago

You should really hit the asdcplib GitHub Issues section. This area is focused on clairmeta specific issues.

remia commented 2 years ago

Hi @worldpoop,

We would need more info to know what's going on, most importantly what you do before calling make install. The easiest way I recommend to get it working is to take inspiration from our Github Action macOS script.

worldpoop commented 2 years ago

Your script, well, rocks. Thank you, that took care of everything!

remia commented 2 years ago

Thanks for the feedback @worldpoop !