test/example does not support win32.
z-saito <z-saito@guitar.ocn.ne.jp>
From: "Hiroshi Saito" <z-saito@guitar.ocn.ne.jp>
To: "pgsql-hackers" <pgsql-hackers@postgresql.org>
Cc: "Bruce Momjian" <bruce@momjian.us>
Date: 2009-12-30T04:49:51Z
Lists: pgsql-hackers
Attachments
- examples_win32_patch (application/octet-stream)
Hi. test/example does not support win32. Although I posted also in the past, I am slightly persistent. I think whether it also needs correction of a document. == CVS-HEAD on as for MinGW + gcc == testlibpq2.c: In function `main': testlibpq2.c:98: error: `fd_set' undeclared (first use in this function) testlibpq2.c:98: error: (Each undeclared identifier is reported only once testlibpq2.c:98: error: for each function it appears in.) testlibpq2.c:98: error: syntax error before "input_mask" testlibpq2.c:105: warning: implicit declaration of function `FD_ZERO' testlibpq2.c:105: error: `input_mask' undeclared (first use in this function) testlibpq2.c:106: warning: implicit declaration of function `FD_SET' testlibpq2.c:108: warning: implicit declaration of function `select' make: *** [testlibpq2] Error 1 testlibpq3.c: In function `show_binary_results': testlibpq3.c:82: error: `uint32_t' undeclared (first use in this function) testlibpq3.c:82: error: (Each undeclared identifier is reported only once testlibpq3.c:82: error: for each function it appears in.) testlibpq3.c:82: error: syntax error before ')' token testlibpq3.c: In function `main': testlibpq3.c:115: error: `uint32_t' undeclared (first use in this function) testlibpq3.c:115: error: syntax error before "binaryIntVal" testlibpq3.c:183: error: `binaryIntVal' undeclared (first use in this function) testlibpq3.c:183: error: syntax error before numeric constant make: *** [testlibpq3] Error 1 Please take into consideration. Regards, Hiroshi Saito