Re: make coverage-html on OS X - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: make coverage-html on OS X
Date
Msg-id 7d2a2515-b704-868d-0991-7c066c7f5a98@2ndquadrant.com
Whole thread Raw
In response to Re: make coverage-html on OS X  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
Responses Re: make coverage-html on OS X  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
List pgsql-hackers
On 10/14/16 11:50 AM, Jim Nasby wrote:
> On 10/13/16 11:13 PM, Peter Eisentraut wrote:
>> On 10/13/16 4:03 PM, Jim Nasby wrote:
>>> I've slowly stripped away my normal build environment; I'm now using
>>> baseline gcc (no ccache) with the following ./configure... anyone have
>>> any ideas how to debug/fix this?
>>
>> Which gcc are you using?
> 
> gcc --version
> Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr 
> --with-gxx-include-dir=/usr/include/c++/4.2.1
> Apple LLVM version 8.0.0 (clang-800.0.38)

I would try it with something that is not the system compiler.  For
example, a gcc build from Homebrew.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Ashutosh Bapat
Date:
Subject: Re: postgres_fdw : altering foreign table not invalidating prepare statement execution plan.
Next
From: Amit Kapila
Date:
Subject: Re: Parallel tuplesort (for parallel B-Tree index creation)