Re: [Lazarus] Build of Lazarus fails on Mac with STABS error (perhaps because of MacOSX 10.11??)

2015-10-01 Thread Mattias Gaertner
On Wed, 30 Sep 2015 15:22:31 +0200 Michael Ring wrote: > Two or three weeks ago I switched my main computer to OSX 10.11, now I > tried to re-compile Lazarus but compilation failed. I compile Lazarus > quite regulary, so my guess is that this is perhaps related to OSX

Re: [Lazarus] Build of Lazarus fails on Mac with STABS error (perhaps because of MacOSX 10.11??)

2015-10-01 Thread Michael Ring
I did a full rebuild based on fpc 2.6.4, worked perfectly on my Mac, both via the normal make and also via lazbuild. Thank you very much, Mattias! Michael Am 01.10.15 um 20:45 schrieb Mattias Gaertner: On Wed, 30 Sep 2015 15:22:31 +0200 Michael Ring wrote: Two or

Re: [Lazarus] Build of Lazarus fails on Mac with STABS error (perhaps because of MacOSX 10.11??)

2015-09-30 Thread Schindler Karl-Michael
Hi > Am 30.09.2015 um 19:31 schrieb lazarus-requ...@lists.lazarus.freepascal.org: > > Date: Wed, 30 Sep 2015 16:37:38 +0200 > From: Michael Ring > Subject: Re: [Lazarus] Build of Lazarus fails on Mac with STABS error > (perhaps because of MacOSX 10.11??) > To:

Re: [Lazarus] Build of Lazarus fails on Mac with STABS error (perhaps because of MacOSX 10.11??)

2015-09-30 Thread Sven Barth
Am 30.09.2015 16:37 schrieb "Michael Ring" : > Is there a way to pass -gw with the help of lazbuild? I checked, but did not find anything obious. I don't know either, that is something the Lazarus devs will need to answer. > Do you know if Stabs for Mac is only removed on

Re: [Lazarus] Build of Lazarus fails on Mac with STABS error (perhaps because of MacOSX 10.11??)

2015-09-30 Thread Sven Barth
Am 30.09.2015 20:59 schrieb "Schindler Karl-Michael" < karl-michael.schind...@web.de>: > So, it does not require fpc 3.0 or even svn-trunk. Yes, it does not /require/ 3.0 or trunk, but trunk (and also 3.0) will have the problem solved by only supporting dwarf for Mac OS X, thus -gl will (should?)

[Lazarus] Build of Lazarus fails on Mac with STABS error (perhaps because of MacOSX 10.11??)

2015-09-30 Thread Michael Ring
Two or three weeks ago I switched my main computer to OSX 10.11, now I tried to re-compile Lazarus but compilation failed. I compile Lazarus quite regulary, so my guess is that this is perhaps related to OSX 10.11 as this problem is new to me and I have not seen others talking about an error

Re: [Lazarus] Build of Lazarus fails on Mac with STABS error (perhaps because of MacOSX 10.11??)

2015-09-30 Thread Sven Barth
Am 30.09.2015 15:22 schrieb "Michael Ring" : > grep "\-g" /usr/local/share/lazarus/components/debuggerintf/Makefile > > override COMPILER_OPTIONS+=-MObjFPC -Scghi -O1 -g -gl -l -vw- -vh- -venibq -vm4046 > > > > Any ideas how to solve this? > You should try to pass

Re: [Lazarus] Build of Lazarus fails on Mac with STABS error (perhaps because of MacOSX 10.11??)

2015-09-30 Thread Michael Ring
Thank you both for the information, I tried Michael's workarround, it did not work for me. What worked in the end was using latest 3.0.1 compiler with lazbuild. Michael Am 30.09.15 um 22:41 schrieb Sven Barth: Am 30.09.2015 20:59 schrieb "Schindler Karl-Michael"

Re: [Lazarus] Build of Lazarus fails on Mac with STABS error (perhaps because of MacOSX 10.11??)

2015-09-30 Thread Michael Ring
I am not sure if I understand correctly what you mean. Is there a way to pass -gw with the help of lazbuild? I checked, but did not find anything obious. The only other option would be to fix all Makefiles with a sed script (there is quite a number of -g in the Makefiles) this works of