Can't build X64 release without building X86 release first
An enhanced version of the original VirtualDub
Brought to you by:
shekhjkl
Due to a mistake in a custom build step somewhere, it's currently impossible to create an x64 build without creating a x86 build first.
The offending line appears in my logs as this:
"..\..\out\Release\asuka" fontextract
The problem is that when making an X64 build, the directory is named "ReleaseAMD64" instead of "Release", so this line fails.
The word "Release" should probably be replaced with the name of the configuration instead.
Anonymous
This is pointed in the BUILDING.txt
Not a mistake. There are these custom tools which were never prepared to build for X64 target. They probably could, with only minor fixes but it is also quite simple to build them first.
Thanks, I'll close this. (edit: you cannot close your own tickets on sourceforge?)
Last edit: Dan Weiss 2020-10-18