[fpc-pascal] FPC 3.2.2 Build Error on Mac

Anthony Walter sysrpl at gmail.com
Sun Oct 17 15:08:21 CEST 2021


I am trying to build FPC from 3.3.2 sources on a Mac and am getting errors
complaining about two binary files having different sizes. Could someone
help me figure out what's going on?

Here is a list of what is output is in the terminal after waiting a while
for `make all` to complete. Also, fpcupdeluxe has basically the same
problem on my Mac.

Thank you.

/Users/macuser/Development/source/compiler/ppc2 and
/Users/macuser/Development/source/compiler/ppc3 are equal
/bin/cp -fp /Users/macuser/Development/source/compiler/ppc3 ppcx64
/bin/cp -fp ppc3 ppc3.tmp
/bin/cp -fp ppcx64 ppcx64.tmp
strip -no_uuid ppc3.tmp
strip -no_uuid ppcx64.tmp
/usr/bin/codesign --remove-signature ppc3.tmp
/usr/bin/codesign --remove-signature ppcx64.tmp
/usr/bin/diff ppc3.tmp ppcx64.tmp
Binary files ppc3.tmp and ppcx64.tmp differ
make[2]: *** [cycle] Error 2
make[1]: *** [compiler_cycle] Error 2
make: *** [build-stamp.x86_64-darwin] Error 2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20211017/26f86edb/attachment.htm>


More information about the fpc-pascal mailing list