Hello,
In message "Re: Problems building 1.8.4 with VS8 C++ Express Edition (cl 14.00)"
on Dec.27,2005 23:27:29, <halostatue / gmail.com> wrote:
| On 27/12/05, nobuyoshi nakada <nobuyoshi.nakada / ge.com> wrote:
| > --- win32/Makefile.sub 25 Oct 2005 16:59:17 -0000 1.105
| > +++ win32/Makefile.sub 27 Dec 2005 08:15:23 -0000
| > @@ -64,5 +64,7 @@ PROCESSOR_LEVEL = 5
| > PROCESSOR_LEVEL = 6
| > !endif
| > +!if $(MSC_VER) < 1400
| > PROCESSOR_FLAG = -G$(PROCESSOR_LEVEL)
| > +!endif
|
| Unless -G6 causes problems with the "real" version of VS 2005, this is
| probably not a good idea. I'm specifically using the "free" version of
| VS2005.
Ah, I'm using comercial version of VS2005, and it reports same
warning.
So, nobu's patch is correct.
Regards.
--
U.Nakamura <usa / garbagecollect.jp>