Re: Error on compile for Windows - Mailing list pgsql-general

From Tom Lane
Subject Re: Error on compile for Windows
Date
Msg-id 6975.1257133229@sss.pgh.pa.us
Whole thread Raw
In response to Error on compile for Windows  ("Bernard Grosperrin" <bgrosperrin@laposte.net>)
Responses Re: Error on compile for Windows  (Craig Ringer <craig@postnewspapers.com.au>)
Re: Error on compile for Windows  ("Bernard Grosperrin" <bgrosperrin@laposte.net>)
List pgsql-general
"Bernard Grosperrin" <bgrosperrin@laposte.net> writes:
> I have setup a build environment on Windows 7 32 bits, with Visual Studio
> 2005. Took me a while to get all the bits and parts working, but I finally
> went through it. Only problem, I get 2 LINK errors:
> fatal error LINK 1104: cannot open file
> '.\Release\utf8_and_shift_jis_2004\utf8_and_shift_jis_2004.obj'
> fatal error LINK 1104: cannot open file
> '.\Release\euc_jis_2004_and_shift_jis_2004\
> euc_jis_2004_and_shift_jis_2004.obj'

Hm, do you have a file

src/backend/utils/mb/conversion_procs/euc_jis_2004_and_shift_jis_2004/euc_jis_2004_and_shift_jis_2004.c

and did anything get built from that?

We have seen reports of certain versions of "tar" failing to extract
this file from the source tarball, probably because its name is so
long.  That could have happened to you --- if so, the recommendation
is to find another tool to un-tar with.

            regards, tom lane

pgsql-general by date:

Previous
From: Arjen Nienhuis
Date:
Subject: Re: Translate function and strange results ...
Next
From: Craig Ringer
Date:
Subject: Re: Error on compile for Windows