voylin / yt_gozen_ffmpeg

1 stars 1 forks source link

ld.exe: cannot find -lavcodec: No such file or directory #1

Open hongfeiyucode opened 9 hours ago

hongfeiyucode commented 9 hours ago

In file included from D:/mingw64/include/c++/14.2.0/bits/chrono.h:40, from D:/mingw64/include/c++/14.2.0/mutex:43, from godot-cpp\include/godot_cpp/core/class_db.hpp:48, from godot-cpp\src\core\class_db.cpp:31: D:/mingw64/include/c++/14.2.0/ctime:60:11: error: 'clock_t' has not been declared in '::' 60 | using ::clock_t; | ^~~

hongfeiyucode commented 9 hours ago

D:/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/14.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lavcodec: No such file or directory D:/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/14.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lavformat: No such file or directory D:/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/14.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lavfilter: No such file or directory D:/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/14.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lavdevice: No such file or directory D:/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/14.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lavutil: No such file or directory D:/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/14.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lswscale: No such file or directory D:/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/14.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lswresample: No such file or directory collect2.exe: error: ld returned 1 exit status

===== scons: *** [bin\libgozen.windows.template_debug.x86_64.dll] Error 1 scons: building terminated because of errors.

hongfeiyucode commented 8 hours ago

Both Windows and Linux have these issues, do you have any ideas?