Am 24.06.2018 um 12:07 schrieb Michael Ring via Lazarus:
I cannot build current lazarus trunk on MacOSX, 64bits, not sure if the problem
is because of my build environment or not.
I have successfully build lazarus for a very long time with the steps I do.
When I rebuild lazarus I get this error message:
Error: (11006) Illegal parameter: -vm6058
when compiling LazUtils.
I can workarround the problem by removing the following lines from lazutils.lpk:
<CompilerMessages>
<IgnoredMessages idx6058="True"/>
</CompilerMessages>
I do not see an obvious problem in my buildsystem:
lrwxr-xr-x 1 root staff 23 4 Dez 2017 /usr/local/bin/ppc386 ->
../lib/fpc/3.0.4/ppc386
lrwxr-xr-x 1 root staff 23 4 Dez 2017 /usr/local/bin/ppcx64 ->
../lib/fpc/3.0.4/ppcx64
lrwxr-xr-x 1 ring staff 25 24 Jun 11:49 /usr/local/bin/lazbuild ->
../share/lazarus/lazbuild
ppcx64 points to fpc 3.0.4 which is last official version so I guess all is
fine.
Any ideas?
This error message is 3.1.1+ only.
--
_______________________________________________
Lazarus mailing list
[email protected]
https://lists.lazarus-ide.org/listinfo/lazarus