Re: Need help compiling from souce

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jake Silverman <jakerosssilv(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Need help compiling from souce
Date: 2013-06-26 21:58:21
Message-ID: 14675.1372283901@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Jake Silverman <jakerosssilv(at)gmail(dot)com> writes:
> Sorry about that, and thanks for taking the time to help me. Here is the
> full file: https://www.dropbox.com/s/c4dwf47nob0i7fr/file4.txt

[ lots and lots of
error C2065: 'BLCKSZ' : undeclared identifier
error C2065: 'XLOG_SEG_SIZE' : undeclared identifier
etc etc ]

It looks like you're missing some of the macros that normally get set up
by the configure script on Unix builds. I confess I'm not familiar with
how configuration goes on an MSVC build, but did you follow all the
steps in
http://www.postgresql.org/docs/devel/static/install-windows.html
?

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jake Silverman 2013-06-27 01:10:32 Re: Need help compiling from souce
Previous Message John R Pierce 2013-06-26 20:12:33 Re: installer woes, 9.1 on windows 2008 R2