I want to build a svn latest version on Windows, but this error occurs.
How to deal with it?
build:
[echo] ## Building 'encoder'
[mkdir] Created dir:
D:\Developing\JOpen64\Harmony\Code\trunk\working_vm\bui
ld\windows_x86_msvc_debug\semis\encoder\bin
[mkdir] Created dir:
D:\Developing\JOpen64\Harmony\Code\trunk\working_vm\bui
ld\windows_x86_msvc_debug\semis\encoder\obj
[cc] 4 total files to be compiled.
[cc] cl : Command line warning D9035 : option 'GZ' has been
deprecated an
d will be removed in a future release
[cc] cl : Command line warning D9036 : use 'RTC1' instead of 'GZ'
[cc] encoder.cpp
[cc] enc_tabl.cpp
[cc] enc_base.cpp
[cc]
D:\Developing\JOpen64\Harmony\Code\trunk\working_vm\vm\port\src\enco
der\ia32_em64t\enc_base.cpp(771) : error C2220: warning treated as error -
no 'o
bject' file generated
[cc]
D:\Developing\JOpen64\Harmony\Code\trunk\working_vm\vm\port\src\enco
der\ia32_em64t\enc_base.cpp(771) : warning C4996: 'strcmpi' was declared
depreca
ted
[cc] C:\Program Files\Microsoft Visual Studio
8\VC\INCLUDE\string
.h(212) : see declaration of 'strcmpi'
[cc] Message: 'The POSIX name for this item is deprecated.
Instea
d, use the ISO C++ conformant name: _strcmpi. See online help for details.'
[cc]
D:\Developing\JOpen64\Harmony\Code\trunk\working_vm\vm\port\src\enco
der\ia32_em64t\enc_base.cpp(823) : warning C4996: 'strcmpi' was declared
depreca
ted
[cc] C:\Program Files\Microsoft Visual Studio
8\VC\INCLUDE\string
.h(212) : see declaration of 'strcmpi'
[cc] Message: 'The POSIX name for this item is deprecated.
Instea
d, use the ISO C++ conformant name: _strcmpi. See online help for details.'
[cc]
D:\Developing\JOpen64\Harmony\Code\trunk\working_vm\vm\port\src\enco
der\ia32_em64t\enc_base.cpp(873) : warning C4996: 'strcmpi' was declared
depreca
ted
[cc] C:\Program Files\Microsoft Visual Studio
8\VC\INCLUDE\string
.h(212) : see declaration of 'strcmpi'
[cc] Message: 'The POSIX name for this item is deprecated.
Instea
d, use the ISO C++ conformant name: _strcmpi. See online help for details.'
[cc]
D:\Developing\JOpen64\Harmony\Code\trunk\working_vm\vm\port\src\enco
der\ia32_em64t\enc_base.cpp(1073) : warning C4996: 'strcmpi' was declared
deprec
ated
[cc] C:\Program Files\Microsoft Visual Studio
8\VC\INCLUDE\string
.h(212) : see declaration of 'strcmpi'
[cc] Message: 'The POSIX name for this item is deprecated.
Instea
d, use the ISO C++ conformant name: _strcmpi. See online help for details.'
[cc] dec_base.cpp
[cc] Generating Code...
BUILD FAILED
D:\Developing\JOpen64\Harmony\Code\trunk\working_vm\build.xml:121: The
following
error occurred while executing this line:
D:\Developing\JOpen64\Harmony\Code\trunk\working_vm\make\vm\encoder.xml:32:
The
following error occurred while executing this line:
D:\Developing\JOpen64\Harmony\Code\trunk\working_vm\make\build-native.xml:196:
c
l failed with return code 2
Total time: 16 seconds
--
>From : [EMAIL PROTECTED] School of Fudan University