Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: CVS head has broken make - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: CVS head has broken make
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: CVS head has broken make  (Tom Lane <[email protected]>)
Responses Re: CVS head has broken make
List pgsql-hackers
Tom Lane wrote:
> Stefan Kaltenbrunner <[email protected]> writes:
> > yeah the "code coverage" changes broke it - the buildfarm dashboard is 
> > pretty telling:
> 
> Yes --- it looks like the configure.in patch is designed to look for
> gcov AND lcov (do we really need both?) AND genhtml, and error out
> if they're not present, even if you didn't say --enable-coverage.
> Please fix.

gcov and lcov do different things; they are both needed.  lcov is a GNU
extension of gcov, which generates the HTML pages.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Verbosity of Function Return Type Checks
Next
From: Tom Lane
Date:
Subject: Re: Planner question