Closed priyankoivan closed 4 months ago
Sorry, it's a bit confusing. You need to use this asdcplib repo, with the branch carl
if you are building libdcp
branch main
.
thank you , i successfully install libdcp. when I run -
dcp::DCP dcp("path/to/dcp/directory");
dcp.read();
read() method give me error .
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff731b34a in ASDCP::Dictionary::Type(ASDCP::MDD_t) const () from /usr/local/lib/libasdcp-carl.so
The target architecture is set to "auto" (currently "i386:x86-64").
Program terminated with signal SIGSEGV, Segmentation fault.
The program no longer exists.
Make sure you are calling dcp::init()
at the start of your program.
thank you so much. The problem was fixed.
when i run - ./waf configure
it show me this -
error - Checking for numgbits in opj_cparameters_t : no Checking for 'libasdcp-carl' : not found
I already install libasdcp-carl from asdcplib-cth and also install libopenjp2