| From: | sashan <sashang(at)ihug(dot)co(dot)nz> |
|---|---|
| To: | pgsql-novice(at)postgresql(dot)org |
| Subject: | Re: building using vc++6 |
| Date: | 2004-03-06 07:04:38 |
| Message-ID: | 40497806.5030709@ihug.co.nz |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-novice |
Ok
I copied include/pg_config.h.win32 to include/pg_config.h and it seems
to have built ... phew it's been a long day and I missed those steps in
the instructions here
http://www.postgresql.org/docs/7/static/install-win32.htm
sashan wrote:
> Hi
>
> I'm trying to build postgres7.4.1 using VC++6. I want to then build a
> pygresql binary for python 2.3. I've only found binaries for python
> 2.2 and 2.1. Anyway I type
>
> nmake /f win32.mak
>
> in the src directory and get this error
>
> getaddrinfo.c
> ..\..\include\c.h(66) : fatal error C1083: Cannot open include file:
> 'strings.h'
>
> I've serched for strings.h in in the postgres-7.4.1 directory but it's
> not there.
>
> Thanks
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Lola Lee | 2004-03-06 13:29:26 | Postgresql Install Problems and Mac OS X |
| Previous Message | sashan | 2004-03-06 06:52:23 | building using vc++6 |