Re: [HACKERS] About postgresql8.3.3 build in MS VS2005

2008-10-11 Thread dpage
Hiroshi's ossp-uuid build is the latest win32 build, and what we shipped with 8.3.4. On 10/11/08, Magnus Hagander <[EMAIL PROTECTED]> wrote: > iihero wrote: >> Hi, >> >> Thanks for your information. Very appreciated! >> When I convert the file as encoded as UTF-8, there will be no errors. >> For m

Re: [HACKERS] About postgresql8.3.3 build in MS VS2005

2008-10-11 Thread Magnus Hagander
iihero wrote: > Hi, > > Thanks for your information. Very appreciated! > When I convert the file as encoded as UTF-8, there will be no errors. > For my understanding, if the file is encoded as UTF-8, the first 3 bytes > will be "efbbbf". No, this is not necessary. That's the BOM (Byte Order Mark

Re: [HACKERS] About postgresql8.3.3 build in MS VS2005

2008-10-11 Thread iihero
Hi, Thanks for your information. Very appreciated! When I convert the file as encoded as UTF-8, there will be no errors. For my understanding, if the file is encoded as UTF-8, the first 3 bytes will be "efbbbf". Maybe the cvs get the file only as ASCII format. Now, the 3rdpart libxml and libxslt,

Re: [HACKERS] About postgresql8.3.3 build in MS VS2005

2008-10-09 Thread Tom Lane
Magnus Hagander <[EMAIL PROTECTED]> writes: > IIRC, Visual C++ compiles UTF8 source code just fine, so it should work. The problem is that what's in our CVS is Latin-1. I'm not quite sure why the OP's compiler is expecting it to be UTF-8, but it's pretty obvious what's going to happen if it does

Re: [HACKERS] About postgresql8.3.3 build in MS VS2005

2008-10-08 Thread Magnus Hagander
iihero wrote: > Thanks. Now the header file include issues resolved. I fetch the latest > code and no such issues. > > But I found new issues now. (the latest code from cvs) > 1. file : contrib\fuzzystrmatch\dmetaphone.c, > line: 1040 and line: 464, both look like as below, > case '?: > Th

Re: [HACKERS] About postgresql8.3.3 build in MS VS2005

2008-10-08 Thread Tom Lane
iihero <[EMAIL PROTECTED]> writes: > But I found new issues now. (the latest code from cvs) > 1. file : contrib\fuzzystrmatch\dmetaphone.c, > line: 1040 and line: 464, both look like as below, > case '?: > There is no the matched single quote, and the content is repeated. This > cause build

Re: [HACKERS] About postgresql8.3.3 build in MS VS2005

2008-10-07 Thread iihero
Thanks. Now the header file include issues resolved. I fetch the latest code and no such issues. But I found new issues now. (the latest code from cvs) 1. file : contrib\fuzzystrmatch\dmetaphone.c, line: 1040 and line: 464, both look like as below, case '?: There is no the matched single qu

Re: [HACKERS] About postgresql8.3.3 build in MS VS2005

2008-10-06 Thread Tom Lane
Magnus Hagander <[EMAIL PROTECTED]> writes: >> Do you mean the include order of Platform SDK possibly influenced the >> build result? > it could be. At first look ISTM that the error comes from not finding > the definition of HANDLE, which is certainly very central to the > Platform SDK. You shou

Re: [HACKERS] About postgresql8.3.3 build in MS VS2005

2008-10-06 Thread Magnus Hagander
it could be. At first look ISTM that the error comes from not finding the definition of HANDLE, which is certainly very central to the Platform SDK. //Magnus iihero wrote: > Thanks Magnus, > > I've installed vs2005 standard edition. > Do you mean the include order of Platform SDK possibly influ

Re: [HACKERS] About postgresql8.3.3 build in MS VS2005

2008-10-06 Thread iihero
Thanks Magnus, I've installed vs2005 standard edition. Do you mean the include order of Platform SDK possibly influenced the build result? 2008/10/6 Magnus Hagander <[EMAIL PROTECTED]> > Are you building with MS VS2005 Express? If so, it sounds like you have > not managed to install the Platfo

Re: [HACKERS] About postgresql8.3.3 build in MS VS2005

2008-10-06 Thread Magnus Hagander
Are you building with MS VS2005 Express? If so, it sounds like you have not managed to install the Platform SDK properly. //Magnus iihero wrote: > When I build pgsql via perl after run the command line env of VS2005, > there are lots of following error: > > > > > e:\learn\db_research

[HACKERS] About postgresql8.3.3 build in MS VS2005

2008-10-06 Thread iihero
When I build pgsql via perl after run the command line env of VS2005, there are lots of following error: e:\learn\db_research\postgresql\source\postgresql-8.3.3\src\include\port .h(83): error C2146: syntax error : missing ')' before identifier 'hProcess' e:\learn\db_research\postgresql\source\