[HACKERS] CVS HEAD compile failure on Freebsd 4.9

2004-05-11 Thread Mark Kirkwood
Fresh checkout of CVS HEAD yesterday, updated today : $ ./configure --prefix=/usr/local/pgsql/7.5 $ make gmake[4]: Entering directory `/usr/home/postgres/develop/c/pgsql/src/backend/access/nbtree' gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../../src/in

Re: [HACKERS] CVS HEAD compile failure on Freebsd 4.9

2004-02-10 Thread Mark Kirkwood
Just updated now. compiles. fast fix :-) Tom Lane wrote: I plan to fix that later tonight if no one beats me to it. regards, tom lane ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.or

Re: [HACKERS] CVS HEAD compile failure on Freebsd 4.9

2004-02-09 Thread Bruce Momjian
Tom Lane wrote: > Bruce Momjian <[EMAIL PROTECTED]> writes: > > What Win32 has done is to centralize all delay calls around that > > function, now renamed PG_USLEEP/PG_MSLEEP. I was going to add the > > missing includes but if you want to centralize it, I think that makes > > more sense. > > Yeah

Re: [HACKERS] CVS HEAD compile failure on Freebsd 4.9

2004-02-09 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> writes: > What Win32 has done is to centralize all delay calls around that > function, now renamed PG_USLEEP/PG_MSLEEP. I was going to add the > missing includes but if you want to centralize it, I think that makes > more sense. Yeah, I'm planning to add a "pgsle

Re: [HACKERS] CVS HEAD compile failure on Freebsd 4.9

2004-02-09 Thread Bruce Momjian
Tom Lane wrote: > Vsevolod Lobko <[EMAIL PROTECTED]> writes: > > Yes, here too... > > There are no headers included for struct timeval and function select > > in miscadmin.h > > Certain parties who shall remain nameless have been gratuitously > scattering dependencies on select() into lots of mod

Re: [HACKERS] CVS HEAD compile failure on Freebsd 4.9

2004-02-09 Thread Tom Lane
Vsevolod Lobko <[EMAIL PROTECTED]> writes: > Yes, here too... > There are no headers included for struct timeval and function select > in miscadmin.h Certain parties who shall remain nameless have been gratuitously scattering dependencies on select() into lots of modules that don't need them. (W

Re: [HACKERS] CVS HEAD compile failure on Freebsd 4.9

2004-02-09 Thread Vsevolod Lobko
Yes, here too... There are no headers included for struct timeval and function select in miscadmin.h adding #include fixes the problem on freebsd, but I'm sure it's not a portable solution... Index: miscadmin.h === RCS file: /home