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\PostgreSQL\9.0\include\server\c.h|284|error: #error must have a working 64-bit integer datatype| ..\..\..\Program Files\PostgreSQL\9.0\include\server\postgres.h|550|error: expected ')' before 'X'|
||=== Build finished: 2 errors, 0 warnings ===|

Compiler detects errors in Postgresql's header files and I do not know how to solve them. Any suggestion?

Thanks in advance,
Antonio


--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to