Re: About postgresql8.3.3 build in MS VS2005 - Mailing list pgsql-hackers

From Magnus Hagander
Subject Re: About postgresql8.3.3 build in MS VS2005
Date
Msg-id 48ECC661.2010909@hagander.net
Whole thread Raw
In response to Re: About postgresql8.3.3 build in MS VS2005  (iihero <iihero@gmail.com>)
Responses Re: About postgresql8.3.3 build in MS VS2005
Re: About postgresql8.3.3 build in MS VS2005
List pgsql-hackers
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 '?:
>   There is no the matched single quote, and the content is repeated.
> This cause build always failed for fuzzystrmatch.

Looks like an encoding error. I think that file has UTF-8 in it at that
location. but it's strange that it fails for you and not for any of the
machines on the buildfarm. Have you done "something strange" to this
file, like opened it up in a non-UTF8 text editor and saved it again?

If not, perhaps your cvs somehow broke it - try one of source snapshot
files from the ftp site to see if that makes a difference.

IIRC, Visual C++ compiles UTF8 source code just fine, so it should work.


> 2. I can't find the debug version libraries of libxml and libxslt, zlib,
> iconv.  And failed to build it on windows platform respectively.
> Thus I can't build the debug version of postgresql8.4dev.

You should not need the debug version of these to build the debug
version of PostgreSQL.

> Could the depend libraries (release and debug version) and header files
> be tar balled in a place?

Well, we've left distribution of these parts off to the original
projects, so that we don't need to maintain even more stuff than we
already have to do around the Windows port. If someone volunteers to
maintain such a package I'm sure we can find a location to do it, though...

//Magnus


pgsql-hackers by date:

Previous
From: KaiGai Kohei
Date:
Subject: Re: Updates of SE-PostgreSQL 8.4devel patches (r1081)
Next
From: ITAGAKI Takahiro
Date:
Subject: Re: autovacuum and reloptions