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
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to