| delorie.com/archives/browse.cgi | search |
| Message-Id: | <200302231442.h1NEg9623355@delorie.com> |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| X-Newsgroups: | gmane.os.cygwin |
| Subject: | Re: Which packages are needed for PostgreSQL-7.3.2-1 |
| From: | news AT garydjones DOT mailshell DOT com |
| References: | <OFDCC04A14 DOT C44CEBB0-ONC1256CD5 DOT 0065DBBE-C1256CD5 DOT 0066E670 AT rsag DOT ch> |
| User-Agent: | Xnews/4.11.09 |
| X-No-Archive: | yes |
| To: | cygwin AT cygwin DOT com |
| X-Gate: | Hamster/1.3.23.185 NewsToMail-Gate |
| Date: | Sat, 22 Feb 2003 20:18:51 +0100 |
On 22 Feb 2003, christian DOT schuster AT rsag DOT 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |