[HACKERS] build error

2009-08-16 Thread vanek
The fmgroids.h file was incorrectly being generated by shell script Gen_fmgrtab.sh, so I had to fix the makefile so that instead of the shell script generating the .h file, perl generated it: #fmgroids.h fmgrtab.c: Gen_fmgrtab.sh $(top_srcdir)/src/include/catalog/pg_proc.h

Re: [HACKERS] build error

2009-08-16 Thread Tom Lane
vanek va...@acd.net writes: The fmgroids.h file was incorrectly being generated by shell script Gen_fmgrtab.sh, Uh, it works for everybody else. What platform are you testing on? (The kernel version isn't a real helpful answer, since it's unlikely this is a kernel issue.) While I'm not

Re: [HACKERS] build error

2009-08-16 Thread vanek
Uh, it works for everybody else. What platform are you testing on? (The kernel version isn't a real helpful answer, since it's unlikely this is a kernel issue.) While I'm not certain how it would lead to this exact failure, one thing to check is that your machine's clock is set correctly ---

Re: [HACKERS] build error

2009-08-16 Thread Andrew Dunstan
vanek wrote: Uh, it works for everybody else. What platform are you testing on? (The kernel version isn't a real helpful answer, since it's unlikely this is a kernel issue.) While I'm not certain how it would lead to this exact failure, one thing to check is that your machine's clock is set

[HACKERS] Build error in HEAD

2004-08-01 Thread Christopher Kings-Lynne
I'm seeing this: gmake[4]: Leaving directory `/usr/home/chriskl/pgsql-server/src/port' gmake[3]: *** No rule to make target `pg_config.o', needed by `pg_config'. Stop. gmake[3]: Leaving directory `/usr/home/chriskl/pgsql-server/src/bin/pg_config' gmake[2]: *** [all] Error 2 gmake[2]: Leaving

Re: [HACKERS] Build error in HEAD

2004-08-01 Thread Devrim GUNDUZ
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On Sun, 1 Aug 2004, Christopher Kings-Lynne wrote: I'm seeing this: gmake[4]: Leaving directory `/usr/home/chriskl/pgsql-server/src/port' gmake[3]: *** No rule to make target `pg_config.o', needed by `pg_config'. Stop. gmake[3]: Leaving

Re: [HACKERS] Build error in HEAD

2004-08-01 Thread Bruce Momjian
Fixed. --- Devrim GUNDUZ wrote: [ PGP not available, raw data follows ] -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On Sun, 1 Aug 2004, Christopher Kings-Lynne wrote: I'm seeing this: gmake[4]:

Re: [HACKERS] Build error?

2003-12-08 Thread Bruce Momjian
Joe Conway wrote: Is that something broken on my system??? Bruce just reported something like this too. I had a somewhat similar issue about a week and a half ago. It may be a long shot, but try: ./configure \ --with-openssl \ --with-krb5 \ --with-includes=/usr/kerberos/include

[HACKERS] Build error?

2003-12-07 Thread Christopher Kings-Lynne
I just made distclean and then reconfigured with --with-openssl and I get this in HEAD: gcc -O2 -fno-strict-aliasing -g -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/interfaces/libpq -I../../../src/include -DBINDIR=\/home/chriskl/local/bin\ -c -o common.o common.c -MMD In

Re: [HACKERS] Build error?

2003-12-07 Thread Joe Conway
Christopher Kings-Lynne wrote: /usr/include/openssl/asn1.h:907: syntax error before `)' In file included from /usr/include/openssl/evp.h:145, from /usr/include/openssl/x509.h:67, from /usr/include/openssl/ssl.h:177, from

Re: [HACKERS] Build error?

2003-12-07 Thread Tom Lane
Christopher Kings-Lynne [EMAIL PROTECTED] writes: I just made distclean and then reconfigured with --with-openssl and I get this in HEAD: FWIW, CVS tip builds perfectly cleanly --with-openssl in RHL 8.0, which has (digs...) openssl-devel-0.9.6b-29 openssl-0.9.6b-29 openssl096-0.9.6-11 Some

[HACKERS] Build error in cvs head

2003-04-04 Thread Manfred Koizar
My build failed in interfaces/ecpg/compatlib because the Makefile references pgtypeslib instead of compatlib. I was wondering why nobody else got that problem. Maybe because they have an old version of informix.c lying around in pgtypeslib? Anyway, this patch should fix that problem. Servus