Re: About postgresql8.3.3 build in MS VS2005

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: About postgresql8.3.3 build in MS VS2005
Дата
Msg-id 48ECC661.2010909@hagander.net
обсуждение исходный текст
Ответ на Re: About postgresql8.3.3 build in MS VS2005  (iihero <iihero@gmail.com>)
Ответы Re: About postgresql8.3.3 build in MS VS2005  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: About postgresql8.3.3 build in MS VS2005  (iihero <iihero@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: KaiGai Kohei
Дата:
Сообщение: Re: Updates of SE-PostgreSQL 8.4devel patches (r1081)
Следующее
От: ITAGAKI Takahiro
Дата:
Сообщение: Re: autovacuum and reloptions