User forums > Help

Building C::B on Mac OS (arm64): problems

<< < (2/2)

AndrewCot:
I have not looked at the packaging debug output as the DMG file I build works.

I was building wx3.2 before it was availabel on brew and since it became available I have installed it. The build file I attached was updated yesterday afternoon and in the git repo as the check to see if it was installed did not work and has been fixed.

sodev:

--- Quote from: perazz on July 17, 2022, 04:16:00 pm ---Ok I think I've sorted that out.
When using the pre-built homebrew wx library, the packaging manager had troubles with the signature of those libraries,
with errors like

--- Code: ---install_name_tool: warning: changes being made to the file will invalidate the code signature in: ...

--- End code ---

--- End quote ---

This is not an error, but a warning, and will always occur when you package signed libraries, because changing rpath and the like do invalidate the signatures. The solution is to sign the bundle again.

Navigation

[0] Message Index

[*] Previous page

Go to full version