On Aug 4, 2022, at 13:19, Mark Brethen wrote: > I’m seeing this error when generate all the header dependencies for > FbdReader. This is confusing, which file has the error?
Error messages from several different files are being jumbled together due to parallel building. You can make it less confusing by disabling parallel building: sudo port build use_parallel_build=no
