Open GoogleCodeExporter opened 9 years ago
Thanks, not sure what I was thinking when I wrote that. It should have been:
snprintf(filelist->files[x], MAX_FILENAME_LENGTH, "%s", left->files[y]);
stncpy should generally be avoided because it can lead to buffer overflows.
Original comment by terrenc...@gmail.com
on 18 Feb 2015 at 3:54
For 3d functions i d'like to extend my bash script that use OPEN dcp CLI but i can't because of this issue. I understood that 0.30 wait a modification. This seem not be resolve at yet, so who can i obtain just the file an executable opendcp_mxf with your indications in this discussion ? I m not expert to compile a C programme . Could you give me the modified opendcp_mxf ? I could too try with the 0.27 version of OpenDcp but i cant retrieve this version anywhere ! Thanks a lot ! (Excuse me for my english not perfect )
I found some old releases of OpenDCP : https://github.com/tmeiczin/opendcp/releases
But i have difficulties to install thoses .zip files
I know how to install with .deb files but my test with cmake... to create .deb .... failed :(
( see my participation this
OpenDCP 'install bash srcipt :
In fact, i cant resolve this:
` cmake -DOPENSSL_ROOT_DIR=/usr/lib/i386-linux-gnu/ -DCMAKE_CXX_COMPILER_ID=GNU -DENABLE_GUI=ON /home/guillaume/bin/src/opendcp-0.29.0
...
...
...
-- Creating Upload Package Target
--
-- /home/guillaume/bin/src/opendcp-0.29.0/scripts/googlecode_upload.py -s "OpenDCP 0.29.0 Linux DEB 32-bit" -p "OpenDCP" -u "terrence72@gmail.com" -l "Type-Package, Featured, OpSys-Linux" /home/guillaume/bin/opendcp-build/opendcp-0.29.0-linux.i386.deb
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
OPENJPEG_INCLUDE_DIR
used as include directory in directory /home/guillaume/bin/src/opendcp-0.29.0/libasdcp
used as include directory in directory /home/guillaume/bin/src/opendcp-0.29.0/libasdcp
used as include directory in directory /home/guillaume/bin/src/opendcp-0.29.0/libopendcp
used as include directory in directory /home/guillaume/bin/src/opendcp-0.29.0/cli
used as include directory in directory /home/guillaume/bin/src/opendcp-0.29.0/cli
used as include directory in directory /home/guillaume/bin/src/opendcp-0.29.0/cli
used as include directory in directory /home/guillaume/bin/src/opendcp-0.29.0/cli
used as include directory in directory /home/guillaume/bin/src/opendcp-0.29.0/cli
used as include directory in directory /home/guillaume/bin/src/opendcp-0.29.0/gui
used as include directory in directory /home/guillaume/bin/src/opendcp-0.29.0/gui
used as include directory in directory /home/guillaume/bin/src/opendcp-0.29.0/upload
-- Configuring incomplete, errors occurred! See also "/home/guillaume/bin/opendcp-build/CMakeFiles/CMakeOutput.log". See also "/home/guillaume/bin/opendcp-build/CMakeFiles/CMakeError.log".`
sorry for the layout !
Original issue reported on code.google.com by
sagland
on 18 Feb 2015 at 4:23