Replies: 10 comments
|
Try deleting C:\Git\TeamTalk5\Build\out64\Library\TeamTalkLib\build\ffmpeg so it will trigger a new build of FFmpeg. |
|
I'm also experiencing some build issues when building FFmpeg for Win32 (x86): Strangely this doesn't occur on GitHub. |
|
Doesn't occur on GitHub, and doesn't occured before merges to master. |
|
If you're running the x64_x86 cross compiler, try switching to the x86 native tools. If not, try the opposite. That might solve the problem. I'll look into it in a few days. |
|
Still the same issue forme me with master branch. I tried switching to x86_64 cros tool, and x64 native tools, with same result :( |
|
Can you try debug-windows-cross branch? |
|
Hi, |
|
Yes, I checked yesterday as well, but it failed. I'll have to try a different method. |
|
Yes! It works |
Uh oh!
There was an error while loading. Please reload this page.
Hi,
after recent merges to master branch, I had to rebuild again (because CMake was automatically ran).
Unfortunately, I have the following issue regarding FFmpeg:
" Performing build step for 'ffmpeg-src'
cl.exe is unable to create an executable file.
If cl.exe is a cross-compiler, use the --enable-cross-compile option.
Only do this if you know what cross compiling means.
C compiler test failed.
If you think configure made a mistake, make sure you are using the latest
version from Git. If the latest version fails, report the problem to the
ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.libera.chat.
Include the log file "ffbuild/config.log" produced by configure as this will help
solve the problem.
C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(254,5): error MSB8066: la build personnalisée de 'C:\Git\TeamTalk5\Build\out64\CMakeFiles\c6935ca7b83be80fd0fe3bf6ac1af939\ffmpeg-src-mkdir.rule;C:\Git\TeamTalk5\Build\out64\CMakeFiles\c6935ca7b83be80fd0fe3bf6ac1af939\ffmpeg-src-download.rule;C:\Git\TeamTalk5\Build\out64\CMakeFiles\c6935ca7b83be80fd0fe3bf6ac1af939\ffmpeg-src-update.rule;C:\Git\TeamTalk5\Build\out64\CMakeFiles\c6935ca7b83be80fd0fe3bf6ac1af939\ffmpeg-src-patch.rule;C:\Git\TeamTalk5\Build\out64\CMakeFiles\c6935ca7b83be80fd0fe3bf6ac1af939\ffmpeg-src-configure.rule;C:\Git\TeamTalk5\Build\out64\CMakeFiles\c6935ca7b83be80fd0fe3bf6ac1af939\ffmpeg-src-build.rule;C:\Git\TeamTalk5\Build\out64\CMakeFiles\c6935ca7b83be80fd0fe3bf6ac1af939\ffmpeg-src-install.rule;C:\Git\TeamTalk5\Build\out64\CMakeFiles\3c34544fdd4967371a8f26981520e5ad\ffmpeg-src-complete.rule;C:\Git\TeamTalk5\Build\out64\CMakeFiles\976605a38d41beb040a4d247a464080d\ffmpeg-src.rule;C:\Git\TeamTalk5\Library\TeamTalkLib\build\ffmpeg\CMakeLists.txt' s'est arrêtée. Code 1. [C:\Git\TeamTalk5\Build\out64\Library\TeamTalkLib\build\ffmpeg\ffmpeg-src.vcxproj]"
Anyone has an idea?
Thanks.
All reactions