| From: | kmx <kmx(at)atlas(dot)cz> |
|---|---|
| To: | pgsql-bugs(at)postgresql(dot)org |
| Subject: | PostgreSQL fails to build with 32bit MinGW-w64 |
| Date: | 2011-07-07 23:51:16 |
| Message-ID: | 4E164674.7070103@atlas.cz |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
Hi,
couple of weeks (maybe months) ago postgresql introduced support for mingw-w64 compiler on
MS Windows platform; however the related patch was based on assumption that
mingw-w64 project delivers just 64bit compiler (which is not true - they
deliver both 32/64bit compilers).
According to my testing - postgresql-9.0.4 does compile fine with 64bit
mingw-w64 but fails with 32-bit mingw-w64 compiler.
Try to have a look at the enclosed patch which makes it possible to compile
postgresql-9.0.4 with 32bit mingw-w64.
--
kmx
| Attachment | Content-Type | Size |
|---|---|---|
| postgresql-9.0.4.diff | text/plain | 2.5 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Gavin Flower | 2011-07-08 00:29:08 | BUG #6095: Misleading error message: INSERT has more expressions than target columns |
| Previous Message | kmx | 2011-07-07 23:49:09 | PostgreSQL fails to build with 32bit MinGW-w64 |