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]

Which packages are needed for PostgreSQL-7.3.2-1





Hi list,

I am wondering if anyone can tell me which packages of cygwin I need to
install to build PostgreSQL-7.3.2-1.

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  -DBUILDING_DLL  -c -o dest.o dest.c
         gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations
         -I../../../src/include  -DBUILDING_DLL  -c -o fastpath.o
         fastpath.c
         gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations
         -I../../../src/include  -DBUILDING_DLL  -c -o postgres.o
         postgres.c
         gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations
         -I../../../src/include  -DBUILDING_DLL  -c -o pquery.o pquery.c
         gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations
         -I../../../src/include  -DBUILDING_DLL  -c -o utility.o utility.c
         /usr/i686-pc-cygwin/bin/ld.exe -r -o SUBSYS.o dest.o fastpath.o
         postgres.o pquery.o utility.o
         make[3]: Leaving directory
         `/usr/src/postgresql-7.3.2-1/src/backend/tcop'

         ................

         /usr/include/stdio.h: At top level:
         pl_scan.c:2384: warning: `yy_flex_realloc' defined but not used
         gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations
         -Wno-error  -I. -I../../../../src/include   -c -o pl_handler.o
         pl_handler.c
         gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations
         -Wno-error  -I. -I../../../../src/include   -c -o pl_comp.o
         pl_comp.c
         gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations
         -Wno-error  -I. -I../../../../src/include   -c -o pl_exec.o
         pl_exec.c
         gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations
         -Wno-error  -I. -I../../../../src/include   -c -o pl_funcs.o
         pl_funcs.c
         dlltool --export-all --output-def plpgsql.def pl_gram.o
         pl_handler.o pl_comp.o pl_exec.o pl_funcs.o
         dllwrap -o plpgsql.dll --dllname plpgsql.dll --def plpgsql.def
         pl_gram.o pl_handler.o pl_comp.o pl_exec.o pl_funcs.o
         ../../../../src/utils/d
         llinit.o -L/usr/local/lib -L../../../../src/backend -lpostgres
         dlltool --dllname plpgsql.dll --def plpgsql.def --output-lib
         libplpgsql.a
         make[4]: Leaving directory
         `/usr/src/postgresql-7.3.2-1/src/pl/plpgsql/src'
         make[3]: Leaving directory
         `/usr/src/postgresql-7.3.2-1/src/pl/plpgsql'
         make[2]: Leaving directory `/usr/src/postgresql-7.3.2-1/src/pl'
         make[1]: Leaving directory `/usr/src/postgresql-7.3.2-1/src'
         All of PostgreSQL successfully made. Ready to install.


How can I solve all the misssing statements? Do I need to solve this or can
I use PostgreSQL like this?

I am newbie in cygwin and unix world. So, if somebody would have time to
explain me a little bit, how to read this messages, would be great.

Regards,


Christian Schuster

Rudolf Schuster AG
Postfach 277
CH - 3000 Bern 11

http://www.rsag.ch
++41 31 348 05 30


--
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]