| From: | "Erik Rijkers" <er(at)xs4all(dot)nl> |
|---|---|
| To: | "David Rowley" <dgrowleyml(at)gmail(dot)com> |
| Cc: | "PostgreSQL-development" <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: [PATCH] Negative Transition Aggregate Functions (WIP) |
| Date: | 2013-12-21 10:47:20 |
| Message-ID: | 0880486ca26c76bfcbf71fc550de905e.squirrel@webmail.xs4all.nl |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Sat, December 21, 2013 10:53, David Rowley wrote:
> [inverse_transition_functions_v1.1.patch.gz ]
Hi,
I know, $subject says "WIP", but I assumed it's supposed to compile, so I tried to get this to run on linux (Centos 5.0).
gcc 4.8.2,
with
./configure --prefix=/home/aardvark/pg_stuff/pg_installations/pgsql.inverse --with-pgport=6554 --enable-depend
--enable-cassert --enable-debug --with-openssl --with-perl --with-libxml --with-libxslt --with-ossp-uuid
but although applying the patch and configure were OK, the compile went awry:
[...]
make[4]: Entering directory `/home/aardvark/pg_stuff/pg_sandbox/pgsql.inverse/src/backend'
make[4]: Nothing to be done for `submake-errcodes'.
make[4]: Leaving directory `/home/aardvark/pg_stuff/pg_sandbox/pgsql.inverse/src/backend'
make[3]: Leaving directory `/home/aardvark/pg_stuff/pg_sandbox/pgsql.inverse/src/common'
make -C catalog schemapg.h
make[3]: Entering directory `/home/aardvark/pg_stuff/pg_sandbox/pgsql.inverse/src/backend/catalog'
cd ../../../src/include/catalog && '/home/aardvark/perl-5.19/bin/perl' ./duplicate_oids
1220
1221
1800
1801
1970
1971
make[3]: Leaving directory `/home/aardvark/pg_stuff/pg_sandbox/pgsql.inverse/src/backend/catalog'
make[2]: Leaving directory `/home/aardvark/pg_stuff/pg_sandbox/pgsql.inverse/src/backend'
make[1]: Leaving directory `/home/aardvark/pg_stuff/pg_sandbox/pgsql.inverse/src'
-- [2013.12.21 11:35:29 inverse] make contrib
dblink.c:55:28: fatal error: utils/fmgroids.h: No such file or directory
#include "utils/fmgroids.h"
^
compilation terminated.
make[1]: *** [dblink.o] Error 1
make: *** [all-dblink-recurse] Error 2
-- make returned 2 - abort
( although that output mentions perl 5,19, I also tried with regular perl 5.18, cassert on/off, etc.; every combination
yielded this same compile error )
Thanks,
Erik Rijkers
| From | Date | Subject | |
|---|---|---|---|
| Next Message | David Rowley | 2013-12-21 11:12:54 | Re: [PATCH] Negative Transition Aggregate Functions (WIP) |
| Previous Message | David Rowley | 2013-12-21 09:53:36 | Re: [PATCH] Negative Transition Aggregate Functions (WIP) |