[GENERAL] Need help compiling from souce

2013-06-26 Thread Jake Silverman
I'm trying to compile pg 9.3 beta 1 from source using microsoft visual studio on a computer running windows 7. When I build I run into around 1600 errors and around 36 warnings. I imagine I'm doing something horribly wrong. The following is the start of my error log: http://pastebin.com/PdGdvWT7 A

Re: [GENERAL] Need help compiling from souce

2013-06-26 Thread Jake Silverman
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 -Jake (Just realized I didn't hit reply all. I'm sorry for sending you this message twice.) On Wed, Jun 26, 2013 at 11:29 AM, Tom Lane wrot

Re: [GENERAL] Need help compiling from souce

2013-06-27 Thread Jake Silverman
un 26, 2013, at 5:58 PM, Tom Lane wrote: > Jake Silverman 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'

[GENERAL] C User Defined Functions

2013-07-03 Thread Jake Silverman
Hey, I was trying to compile a user-defined function in C (I am trying to compile one of the examples given in chapter 35.9 of the 9.3beta2 documentation) using Microsoft Visual Studio Express 2012 on a 64-bit Windows 7 computer. I ran into the following error: C:\>cl /I "C:\postgres9.3beta2FI\i