Fwd: Fwd: [GENERAL] Cannot open include file: 'nodes/nodes.h'

2008-12-02 Thread elekis
ho f***, that must be multi db. something say to me that will be funny :D thanks for all a++ On Tue, Dec 2, 2008 at 3:15 PM, Alvaro Herrera <[EMAIL PROTECTED]> wrote: > elekis escribió: > >> rcqpgsql.c >> c:\program files\postgresql\8.3\include\server\pg_config.h(116) : >> warning C4005: 'HA

Re: Fwd: [GENERAL] Cannot open include file: 'nodes/nodes.h'

2008-12-02 Thread Alvaro Herrera
elekis escribió: > rcqpgsql.c > c:\program files\postgresql\8.3\include\server\pg_config.h(116) : > warning C4005: 'HAVE_FINITE' : macro redefinition >C:\Program Files\MySQL\MySQL Server > 5.0\include\config-win.h(286) : see previous definition of > 'HAVE_FINITE' You're including a MySQL

Fwd: [GENERAL] Cannot open include file: 'nodes/nodes.h'

2008-12-01 Thread elekis
#include "postgres.h" #include "catalog/pg_type.h" #include "nodes/nodes.h" heu... I have that now rcqpgsql.c c:\program files\postgresql\8.3\include\server\pg_config.h(116) : warning C4005: 'HAVE_FINITE' : macro redefinition C:\Program Files\MySQL\MySQL Server 5.0\include\config-win.h(

Re: [GENERAL] Cannot open include file: 'nodes/nodes.h'

2008-12-01 Thread Tom Lane
elekis <[EMAIL PROTECTED]> writes: > and my include is > #include "catalog/pg_type.h" > #include "nodes/nodes.h" You need postgres.h first. regards, tom lane -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription:

Re: [GENERAL] Cannot open include file: 'nodes/nodes.h'

2008-12-01 Thread elekis
hi all, I tried your both solutions (and effectively, I forget the $ signe, sorry) but know , I have that C:\Program Files\PostgreSQL\8.3\include\server\nodes/nodes.h(390) : error C2054: expected '(' to follow 'PGDLLIMPORT' C:\Program Files\PostgreSQL\8.3\include\server\nodes/nodes.h(390) : er

Re: [GENERAL] Cannot open include file: 'nodes/nodes.h'

2008-12-01 Thread Tom Lane
elekis <[EMAIL PROTECTED]> writes: > I tried , in the command line to put > -I$(PGSQL_HOME)\include -I(PGSQL_HOME)\include\server > but, nothing change. If that's really what you put, then you forgot a dollar sign... regards, tom lane -- Sent via pgsql-general mailing

Re: [GENERAL] Cannot open include file: 'nodes/nodes.h'

2008-12-01 Thread Filip Rembiałkowski
2008/12/1 elekis <[EMAIL PROTECTED]> > hi all, > > > I try to use the file pg_type.h who containing, pre-defined type like > INT4IOD, INT2OID, INT8OID. > > So I include in the file#include "server/catalog/pg_type.h" but I > have the followed error > C:\Program Files\PostgreSQL\8.3\include\serv

[GENERAL] Cannot open include file: 'nodes/nodes.h'

2008-12-01 Thread elekis
hi all, I try to use the file pg_type.h who containing, pre-defined type like INT4IOD, INT2OID, INT8OID. So I include in the file#include "server/catalog/pg_type.h" but I have the followed error C:\Program Files\PostgreSQL\8.3\include\server/catalog/pg_type.h(22) : fatal error C1083: Cannot