Did you run ./mach package ? That will create the .dmg. If not, it looks like you are using the binary, but it's linked to the build tree. Hence the small size. You'll find the dmg in /obj_blah_blah/dist.
The packaging process might error out at the end. That's fine. The dmg will still be produced.
Edit: Due note that 64-bit builds lose the ability to use 32-bit plugins. (quicktime etc)
Cheers
Ah! I did not! I’ll do that right now.
[EDIT: That did the trick! As for losing 32-bit plug-in capability with a 64-bit build, I’m trying to get into the rhythm of building things from source as a general learning process and learning how to get better at figuring out why something isn’t working/configuring/building/etc. In the background, I’m letting the 32-bit build do its thing. I don’t come from a compsci background or work in software development, so the pressure to know this stuff for work-related stuff isn’t there, but I still want to learn anyhow.]
Last edited: