Re: [GENERAL] Compiler does not detect support for 64 bit integers

2011-11-24 Thread Antonio Franzoso
Il 23/11/2011 22:44, Tom Lane ha scritto: Antonio Franzoso writes: I'm using Code::block with MinGW on a Windows Seven x64 and I get these errors: ..\..\..\Program Files\PostgreSQL\9.0\include\server\c.h|284|error: #error must have a working 64-bit integer datatype| Um ... did you run the conf

Re: [GENERAL] Compiler does not detect support for 64 bit integers

2011-11-23 Thread Tom Lane
Antonio Franzoso writes: > I'm using Code::block with MinGW on a Windows Seven x64 and I get these > errors: > ..\..\..\Program Files\PostgreSQL\9.0\include\server\c.h|284|error: > #error must have a working 64-bit integer datatype| Um ... did you run the configure script? In a MinGW environm

[GENERAL] Compiler does not detect support for 64 bit integers

2011-11-23 Thread Antonio Franzoso
I'm trying to compile a parser for full text searching starting from the code in this example: http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/docs/HOWTO-parser-tsearch2.html I'm using Code::block with MinGW on a Windows Seven x64 and I get these errors: ..\..\..\Program Files\PostgreSQ