Message-Id: <200302231442.h1NEg9623355@delorie.com> Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Delivered-To: mailing list cygwin@cygwin.com X-Newsgroups: gmane.os.cygwin Subject: Re: Which packages are needed for PostgreSQL-7.3.2-1 From: news@garydjones.mailshell.com References: User-Agent: Xnews/4.11.09 X-No-Archive: yes To: cygwin@cygwin.com X-Gate: Hamster/1.3.23.185 NewsToMail-Gate Date: Sat, 22 Feb 2003 20:18:51 +0100 On 22 Feb 2003, christian.schuster@rsag.ch wrote: > At the moment I can configure and make PostgreSQL-7.3.2-1. > But make pulls out a lot of missing-declarations. > .............. > > make -C tcop all > make[3]: Entering directory > `/usr/src/postgresql-7.3.2-1/src/backend/tcop' > gcc -O2 -Wall -Wmissing-prototypes > -Wmissing-declarations -I../../../src/include [snip] > How can I solve all the misssing statements? Do I need to > solve this or can I use PostgreSQL like this? That Justin[1] fella is the one who can answer definitively since he is the maintainer, but I don't see any problem with the above build run. Do you mean the "-Wmissing-declarations" and similar things? They're just arguments to the compiler (gcc) to generate a warning if a global function is provided without a prototype (try "man gcc" at the command prompt). [1] commonly found under his alias Jason Tishler on this mailing list -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/