Menu

#370 Can't build X64 release without building X86 release first

open
nobody
build (1)
bug
2020-10-18
2020-10-18
Dan Weiss
No

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.

Discussion

  • Anton Shekhovtsov

    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.

     
  • Dan Weiss

    Dan Weiss - 2020-10-18

    Thanks, I'll close this. (edit: you cannot close your own tickets on sourceforge?)

     

    Last edit: Dan Weiss 2020-10-18

Anonymous
Anonymous

Add attachments
Cancel





MongoDB Logo MongoDB