Re: Compiler does not detect support for 64 bit integers

From: Antonio Franzoso <antoniofranzoso(at)yahoo(dot)it>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Compiler does not detect support for 64 bit integers
Date: 2011-11-24 11:37:52
Message-ID: 4ECE2C90.9000708@yahoo.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Il 23/11/2011 22:44, Tom Lane ha scritto:
> Antonio Franzoso<antoniofranzoso(at)yahoo(dot)it> 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 environment the
> build process is basically like Unix, it's not the MSVC way.
>
> regards, tom lane
>

Thanks for reply. Should I run a configure script even I've specified in
the build option where compiler can find the header files?
Sorry, but I'm a newbie.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Phoenix Kiula 2011-11-24 12:14:28 Re: Installed. Now what?
Previous Message Naoya Anzai 2011-11-24 09:55:53 "CREATE TABLE table_name AS EXECUTE name WITH DATA" becomes syntax error.