Re: [Lazarus] Problem compiling trunk LazUtils Error: (11006) Illegal parameter: -vm6058

2018-06-25 Thread Michael Ring via Lazarus
Thank you! Things are back to normal now, Lazarus builds and installs & rebuilds just fine. Michael Am 25.06.18 um 09:20 schrieb Mattias Gaertner via Lazarus: On Sun, 24 Jun 2018 23:45:54 +0200 Bart via Lazarus wrote: On Sun, Jun 24, 2018 at 11:04 PM, Mattias Gaertner via Lazarus

Re: [Lazarus] Problem compiling trunk LazUtils Error: (11006) Illegal parameter: -vm6058

2018-06-25 Thread Mattias Gaertner via Lazarus
On Sun, 24 Jun 2018 23:45:54 +0200 Bart via Lazarus wrote: > On Sun, Jun 24, 2018 at 11:04 PM, Mattias Gaertner via Lazarus > wrote: > > > My fpc 3.0.4 simply ignores the parameter. > > What compiler flavor shows this error? > > 3.0.4rc1 does (never got to updating that to the actual 3.0.4

Re: [Lazarus] Problem compiling trunk LazUtils Error: (11006) Illegal parameter: -vm6058

2018-06-24 Thread Bart via Lazarus
On Sun, Jun 24, 2018 at 11:04 PM, Mattias Gaertner via Lazarus wrote: > My fpc 3.0.4 simply ignores the parameter. > What compiler flavor shows this error? 3.0.4rc1 does (never got to updating that to the actual 3.0.4 release). C:\Users\Bart\LazarusProjecten\ConsoleProjecten>fpc -vm6058

Re: [Lazarus] Problem compiling trunk LazUtils Error: (11006) Illegal parameter: -vm6058

2018-06-24 Thread Mattias Gaertner via Lazarus
On Sun, 24 Jun 2018 13:00:06 +0200 Florian Klämpfl via Lazarus wrote: >[...] > > Error: (11006) Illegal parameter: -vm6058 > > > > when compiling LazUtils. >[...] > This error message is 3.1.1+ only. My fpc 3.0.4 simply ignores the parameter. What compiler flavor shows this error? Mattias --

Re: [Lazarus] Problem compiling trunk LazUtils Error: (11006) Illegal parameter: -vm6058

2018-06-24 Thread Florian Klämpfl via Lazarus
Am 24.06.2018 um 20:12 schrieb Bart via Lazarus: On Sun, Jun 24, 2018 at 7:59 PM, Michael Ring via Lazarus wrote: Are you 100% sure that this message is 3.1.1+ only? He probably means that a message with id 6058 only exists in 3.1.1, so you cannot suppress it using -vm6058 in earlier

Re: [Lazarus] Problem compiling trunk LazUtils Error: (11006) Illegal parameter: -vm6058

2018-06-24 Thread Michael Ring via Lazarus
Are you 100% sure that this message is 3.1.1+ only? Please look at the output below, the error is reported for /usr/local/bin/ppcx64, and when I do a version check on that file it returns 3.0.4 Error: (11006) Illegal parameter: -vm6058 Hint: (11007) -? writes help pages Error:

Re: [Lazarus] Problem compiling trunk LazUtils Error: (11006) Illegal parameter: -vm6058

2018-06-24 Thread Florian Klämpfl via Lazarus
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