shotcut icon indicating copy to clipboard operation
shotcut copied to clipboard

latest 24.09.13 release fails to build on 32bit (i686)

Open david-geiger opened this issue 1 year ago • 1 comments

Hi,

On Mageia Cauldron latest 24.09.13 release fails to build on 32bit arch with the following build issue:

/usr/bin/ld: src/CMakeFiles/shotcut.dir/dialogs/filedatedialog.cpp.o: in function FileDateDialog::accept()': /home/iurt/rpmbuild/BUILD/shotcut-24.09.13/src/dialogs/filedatedialog.cpp:81:(.text+0x4ce): undefined reference to Mlt::Producer::set_creation_time(long long)' /usr/bin/ld: src/CMakeFiles/shotcut.dir/mltcontroller.cpp.o: in function Mlt::Controller::lockCreationTime(Mlt::Producer*) const': /home/iurt/rpmbuild/BUILD/shotcut-24.09.13/src/mltcontroller.cpp:1040:(.text+0x35d5): undefined reference to Mlt::Producer::set_creation_time(long long)' collect2: error: ld returned 1 exit status ninja: build stopped: subcommand failed.

Attached full build log: build.i686.0.20240920054337.log

david-geiger avatar Sep 20 '24 06:09 david-geiger

Probably caused by your MLT build and related to this issue: https://github.com/mltframework/mlt/issues/1020

bmatherly avatar Sep 20 '24 12:09 bmatherly

Fixed in MLT

ddennedy avatar Nov 19 '24 19:11 ddennedy