This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Which packages are needed for PostgreSQL-7.3.2-1


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]