In hyosdump.c itoa is rejected
====================================
My C is coming back slowly... and this should be done
in a nice define (macro) somewhere but a quick fix is to
change
sprintf to wsprintf
and itoa to _itoa
====================================
Its compiling away nicely then this error happens....
[exec] cl -c -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -GS -FIsehmap.h
-D_X86_=1 -DWIN32 -D_WIN32 -W3 -D_WIN95 -D_WIN32_WINDOWS=0x0400
/D_WIN32_DCOM -
WIN32_IE=0x0500 -DWINVER=0x0400 -Zi -Od -WX -GF -Gs -MD -Zm400 -D_CRT_SECURE
NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_DEPRECATE -D_DLL
-D_
MT -D_WINSOCKAPI_ /IE:\Harmony_SVN\working_classlib\deploy\include
/IE:\Harmony
_SVN\working_classlib\deploy\jdk\include /I. -DHYPORT_LIBRARY_DEFINE
/I..\shared
\ -Fohyerrorhelpers.obj hyerrorhelpers.c
[exec] hyerrorhelpers.c
[exec] hyerrorhelpers.c(122) : error C2220: warning treated as error -
no '
object' file generated
[exec] hyerrorhelpers.c(122) : warning C4013: 'sprintf' undefined;
assuming
extern returning int
[exec] NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual
Studi
o 8\VC\BIN\cl.EXE"' : return code '0x2'
[exec] Stop.
BUILD FAILED
E:\Harmony_SVN\working_classlib\build.xml:148: The following error
occurred whil
e executing this line:
E:\Harmony_SVN\working_classlib\make\build-native.xml:73: The following
error oc
curred while executing this line:
E:\Harmony_SVN\working_classlib\modules\portlib\build.xml:158: The
following err
or occurred while executing this line:
E:\Harmony_SVN\working_classlib\make\properties.xml:492: exec returned: 2
==========================================
This problem below solved by downloading all the source for the Windows
and copy missing folder across ??
==========================================
After SVN and populate source and fetch-depends
You get this error building classes
The problem is that the STANDARD folder is not there????
BUILD FAILED
E:\Harmony_SVN\working_classlib\build.xml:113: The following error
occurred whil
e executing this line:
E:\Harmony_SVN\working_classlib\make\build-java.xml:120: srcdir
"E:\Harmony_SVN\
working_classlib\modules\concurrent\standard\src\main\java" does not
exist!