Build Log
  

------- Build started: Project: RMLruntime, Configuration: Debug|Win32 -------

Command Lines
  
Creating temporary file "c:\bin\cygwin\home\adrpo\rml-2.1.11\runtime\Debug\RSP000001.rsp" with contents
[
/Od /I "c:\bin\cygwin\home\adrpo\rml-2.1.11\x86-cygwin-gcc\include\plain" /I "c:\bin\cygwin\home\adrpo\rml-2.1.11\examples\etc\\" /I "c:\bin\cygwin\home\adrpo\rml-2.1.11\examples\petro\\" /AI "C:\bin\cygwin\home\adrpo\rml-2.1.11\runtime\Debug" /D "WIN32" /D "_DEBUG" /D "_MBCS" /FD /EHsc /MTd /GS /Fo"Debug/" /Fd"Debug/vc70.pdb" /W3 /c /Zi /clr /TC
"\bin\cygwin\home\adrpo\rml-2.1.11\examples\etc\yacclib.c"
"\bin\cygwin\home\adrpo\rml-2.1.11\examples\etc\ccall.c"
"\bin\cygwin\home\adrpo\rml-2.1.11\examples\petrol\y.tab.c"
"\bin\cygwin\home\adrpo\rml-2.1.11\examples\petrol\types.c"
"\bin\cygwin\home\adrpo\rml-2.1.11\examples\petrol\tcode.c"
"\bin\cygwin\home\adrpo\rml-2.1.11\examples\petrol\static.c"
"\bin\cygwin\home\adrpo\rml-2.1.11\examples\petrol\parsutil.c"
"\bin\cygwin\home\adrpo\rml-2.1.11\examples\petrol\parser.c"
"\bin\cygwin\home\adrpo\rml-2.1.11\examples\petrol\lexer.c"
"\bin\cygwin\home\adrpo\rml-2.1.11\examples\petrol\flatten.c"
"\bin\cygwin\home\adrpo\rml-2.1.11\examples\petrol\fcode.c"
"\bin\cygwin\home\adrpo\rml-2.1.11\examples\petrol\fcemit.c"
"\bin\cygwin\home\adrpo\rml-2.1.11\examples\petrol\absyn.c"
".\debugging\rmldb-scan.c"
".\debugging\rmldb-parse.c"
".\debugging\rml-debug.c"
".\debugging\debug-push-vars.c"
".\debugging\debug-print.c"
".\debugging\debug-debug.c"
".\mask\p-mask.c"
".\common\vec-nth.c"
".\common\vec-list.c"
".\common\vec-length.c"
".\common\str-nth.c"
".\common\str-list.c"
".\common\str-length.c"
".\common\str-int.c"
".\common\str-append.c"
".\common\real-sub.c"
".\common\real-str.c"
".\common\real-sqrt.c"
".\common\real-sin.c"
".\common\real-pow.c"
".\common\real-neg.c"
".\common\real-ne.c"
".\common\real-mul.c"
".\common\real-mod.c"
".\common\real-min.c"
".\common\real-max.c"
".\common\real-lt.c"
".\common\real-ln.c"
".\common\real-le.c"
".\common\real-int.c"
".\common\real-gt.c"
".\common\real-ge.c"
".\common\real-floor.c"
".\common\real-exp.c"
".\common\real-eq.c"
".\common\real-div.c"
".\common\real-cos.c"
".\common\real-atan.c"
".\common\real-add.c"
".\common\real-abs.c"
".\common\p-usergc.c"
".\common\p-unwind.c"
".\common\p-stringeq.c"
".\common\p-set-real.c"
".\common\p-once.c"
".\common\p-nil.c"
".\common\p-motor.c"
".\common\p-mkstring.c"
".\common\p-mkreal.c"
".\common\p-init.c"
".\common\p-get-real.c"
".\common\p-gcuser-plain.c"
".\common\p-gcuser-block.c"
".\common\p-gccore.c"
".\common\p-equal.c"
".\common\p-clock.c"
".\common\p-atoi.c"
".\common\misc-tick.c"
".\common\misc-print.c"
".\common\misc-clock.c"
".\common\main.c"
".\common\lvar-set.c"
".\common\lvar-new.c"
".\common\lvar-get.c"
".\common\list-vec.c"
".\common\list-str.c"
".\common\list-reverse.c"
".\common\list-nth.c"
".\common\list-member.c"
".\common\list-length.c"
".\common\list-delete.c"
".\common\list-append.c"
".\common\int-sub.c"
".\common\int-str.c"
".\common\int-real.c"
".\common\int-neg.c"
".\common\int-ne.c"
".\common\int-mul.c"
".\common\int-mod.c"
".\common\int-min.c"
".\common\int-max.c"
".\common\int-lt.c"
".\common\int-le.c"
".\common\int-int.c"
".\common\int-gt.c"
".\common\int-ge.c"
".\common\int-eq.c"
".\common\int-div.c"
".\common\int-add.c"
".\common\int-abs.c"
".\common\bool-or.c"
".\common\bool-not.c"
".\common\bool-and.c"
]
Creating command line "cl.exe @"c:\bin\cygwin\home\adrpo\rml-2.1.11\runtime\Debug\RSP000001.rsp" /nologo"
Output Window
  
Compiling...
yacclib.c
ccall.c
y.tab.c
y.tab.c(930) : error C2692: 'yydestruct' : fully prototyped functions required in C compiler with the '/clr' option
y.tab.c(1109) : error C2692: 'malloc' : fully prototyped functions required in C compiler with the '/clr' option
y.tab.c(1109) : error C2197: 'malloc' : too many arguments for call through pointer-to-function
y.tab.c(1117) : error C2692: 'free' : fully prototyped functions required in C compiler with the '/clr' option
y.tab.c(1117) : error C2197: 'free' : too many arguments for call through pointer-to-function
y.tab.c(1776) : error C2692: 'yydestruct' : fully prototyped functions required in C compiler with the '/clr' option
y.tab.c(1864) : error C2197: 'free' : too many arguments for call through pointer-to-function
types.c
tcode.c
static.c
parsutil.c
parser.c
y.tab.c(930) : error C2692: 'yydestruct' : fully prototyped functions required in C compiler with the '/clr' option
y.tab.c(1109) : error C2692: 'malloc' : fully prototyped functions required in C compiler with the '/clr' option
y.tab.c(1109) : error C2197: 'malloc' : too many arguments for call through pointer-to-function
y.tab.c(1117) : error C2692: 'free' : fully prototyped functions required in C compiler with the '/clr' option
y.tab.c(1117) : error C2197: 'free' : too many arguments for call through pointer-to-function
y.tab.c(1776) : error C2692: 'yydestruct' : fully prototyped functions required in C compiler with the '/clr' option
y.tab.c(1864) : error C2197: 'free' : too many arguments for call through pointer-to-function
lexer.c
flatten.c
fcode.c
fcemit.c
absyn.c
rmldb-scan.c
rmldb-scan.l(7) : fatal error C1083: Cannot open include file: 'readline/readline.h': No such file or directory
rmldb-parse.c
rmldb-parse.c(621) : error C2692: 'yy_stack_print' : fully prototyped functions required in C compiler with the '/clr' option
rmldb-parse.c(648) : error C2692: 'yy_reduce_print' : fully prototyped functions required in C compiler with the '/clr' option
rmldb-parse.c(713) : error C2692: 'yystrlen' : fully prototyped functions required in C compiler with the '/clr' option
rmldb-parse.c(737) : error C2692: 'yystpcpy' : fully prototyped functions required in C compiler with the '/clr' option
rmldb-parse.c(767) : error C2692: 'yysymprint' : fully prototyped functions required in C compiler with the '/clr' option
rmldb-parse.c(804) : error C2692: 'yydestruct' : fully prototyped functions required in C compiler with the '/clr' option
rmldb-parse.c(983) : error C2692: 'malloc' : fully prototyped functions required in C compiler with the '/clr' option
rmldb-parse.c(983) : error C2197: 'malloc' : too many arguments for call through pointer-to-function
rmldb-parse.c(991) : error C2692: 'free' : fully prototyped functions required in C compiler with the '/clr' option
rmldb-parse.c(991) : error C2197: 'free' : too many arguments for call through pointer-to-function
rmldb-parse.c(1043) : error C2692: 'yysymprint' : fully prototyped functions required in C compiler with the '/clr' option
rmldb-parse.c(1110) : error C2692: 'yy_reduce_print' : fully prototyped functions required in C compiler with the '/clr' option
rmldb-parse.y(104) : error C2692: 'rml_exit' : fully prototyped functions required in C compiler with the '/clr' option
rmldb-parse.y(104) : error C2197: 'rml_exit' : too many arguments for call through pointer-to-function
rmldb-parse.y(150) : error C2692: 'rml_show_status' : fully prototyped functions required in C compiler with the '/clr' option
rmldb-parse.c(1433) : error C2692: 'yy_stack_print' : fully prototyped functions required in C compiler with the '/clr' option
rmldb-parse.c(1485) : error C2692: 'yystrlen' : fully prototyped functions required in C compiler with the '/clr' option
rmldb-parse.c(1495) : error C2197: 'malloc' : too many arguments for call through pointer-to-function
rmldb-parse.c(1498) : error C2692: 'yystpcpy' : fully prototyped functions required in C compiler with the '/clr' option
rmldb-parse.c(1513) : error C2197: 'free' : too many arguments for call through pointer-to-function
rmldb-parse.c(1539) : error C2692: 'yydestruct' : fully prototyped functions required in C compiler with the '/clr' option
rmldb-parse.c(1627) : error C2197: 'free' : too many arguments for call through pointer-to-function
rml-debug.c
debugging\rml-debug.c(14) : fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory
debug-push-vars.c
debug-print.c
debugging\debug-print.c(54) : error C2143: syntax error : missing ';' before 'type'
debugging\debug-print.c(83) : error C2065: 'pp' : undeclared identifier
debugging\debug-print.c(83) : error C2100: illegal indirection
debugging\debug-print.c(83) : warning C4022: 'rml_var_print' : pointer mismatch for actual parameter 1
debugging\debug-print.c(87) : error C2100: illegal indirection
debugging\debug-print.c(87) : warning C4047: '=' : 'void *' differs in levels of indirection from 'int'
debugging\debug-print.c(88) : error C2100: illegal indirection
debugging\debug-print.c(88) : warning C4022: 'rml_var_print' : pointer mismatch for actual parameter 1
debugging\debug-print.c(128) : error C2143: syntax error : missing ';' before 'type'
debugging\debug-print.c(136) : error C2100: illegal indirection
debugging\debug-print.c(136) : warning C4022: 'rml_get_var_size' : pointer mismatch for actual parameter 1
debugging\debug-print.c(138) : error C2100: illegal indirection
debugging\debug-print.c(138) : warning C4047: '=' : 'void *' differs in levels of indirection from 'int'
debugging\debug-print.c(139) : error C2100: illegal indirection
debugging\debug-print.c(139) : warning C4022: 'rml_get_var_size' : pointer mismatch for actual parameter 1
debugging\debug-print.c(152) : error C2143: syntax error : missing ';' before 'type'
debugging\debug-print.c(153) : error C2065: 'result' : undeclared identifier
debug-debug.c
debugging\debug-debug.c(17) : error C2692: 'snprintf' : fully prototyped functions required in C compiler with the '/clr' option
debugging\debug-debug.c(17) : error C2197: 'snprintf' : too many arguments for call through pointer-to-function
debugging\debug-debug.c(17) : error C2197: 'snprintf' : too many arguments for call through pointer-to-function
debugging\debug-debug.c(17) : error C2197: 'snprintf' : too many arguments for call through pointer-to-function
debugging\debug-debug.c(18) : error C2197: 'snprintf' : too many arguments for call through pointer-to-function
debugging\debug-debug.c(19) : error C2197: 'snprintf' : too many arguments for call through pointer-to-function
debugging\debug-debug.c(20) : error C2197: 'snprintf' : too many arguments for call through pointer-to-function
debugging\debug-debug.c(21) : error C2197: 'snprintf' : too many arguments for call through pointer-to-function
debugging\debug-debug.c(22) : error C2197: 'snprintf' : too many arguments for call through pointer-to-function
debugging\debug-debug.c(23) : error C2197: 'snprintf' : too many arguments for call through pointer-to-function
debugging\debug-debug.c(25) : error C2197: 'snprintf' : too many arguments for call through pointer-to-function
debugging\debug-debug.c(31) : error C2692: 'strstr' : fully prototyped functions required in C compiler with the '/clr' option
debugging\debug-debug.c(31) : error C2197: 'strstr' : too many arguments for call through pointer-to-function
debugging\debug-debug.c(31) : error C2197: 'strstr' : too many arguments for call through pointer-to-function
debugging\debug-debug.c(31) : warning C4047: '!=' : 'int' differs in levels of indirection from 'void *'
debugging\debug-debug.c(50) : error C2197: 'snprintf' : too many arguments for call through pointer-to-function
debugging\debug-debug.c(50) : error C2197: 'snprintf' : too many arguments for call through pointer-to-function
debugging\debug-debug.c(50) : error C2197: 'snprintf' : too many arguments for call through pointer-to-function
debugging\debug-debug.c(51) : error C2197: 'snprintf' : too many arguments for call through pointer-to-function
debugging\debug-debug.c(52) : error C2197: 'snprintf' : too many arguments for call through pointer-to-function
debugging\debug-debug.c(53) : error C2197: 'snprintf' : too many arguments for call through pointer-to-function
debugging\debug-debug.c(54) : error C2197: 'snprintf' : too many arguments for call through pointer-to-function
debugging\debug-debug.c(55) : error C2197: 'snprintf' : too many arguments for call through pointer-to-function
debugging\debug-debug.c(56) : error C2197: 'snprintf' : too many arguments for call through pointer-to-function
debugging\debug-debug.c(58) : error C2197: 'snprintf' : too many arguments for call through pointer-to-function
p-mask.c
Generating Code...
Compiling...
vec-nth.c
vec-list.c
vec-length.c
str-nth.c
str-list.c
str-length.c
str-int.c
str-append.c
real-sub.c
real-str.c
real-sqrt.c
real-sin.c
real-pow.c
real-neg.c
real-ne.c
real-mul.c
real-mod.c
real-min.c
real-max.c
real-lt.c
Generating Code...
Compiling...
real-ln.c
real-le.c
real-int.c
real-gt.c
real-ge.c
real-floor.c
real-exp.c
real-eq.c
real-div.c
real-cos.c
real-atan.c
real-add.c
real-abs.c
p-usergc.c
p-unwind.c
p-stringeq.c
p-set-real.c
p-once.c
p-nil.c
p-motor.c
Generating Code...
Compiling...
p-mkstring.c
p-mkreal.c
p-init.c
p-get-real.c
p-gcuser-plain.c
common\p-gcuser-plain.c(6) : fatal error C1083: Cannot open include file: 'z-ysize.h': No such file or directory
p-gcuser-block.c
common\p-gcuser-block.c(6) : fatal error C1083: Cannot open include file: 'z-ysize.h': No such file or directory
p-gccore.c
common\p-gccore.c(31) : fatal error C1083: Cannot open include file: 'z-ysize.h': No such file or directory
p-equal.c
p-clock.c
common\p-clock.c(27) : fatal error C1083: Cannot open include file: 'sys/times.h': No such file or directory
p-atoi.c
common\p-atoi.c(23) : warning C4146: unary minus operator applied to unsigned type, result still unsigned
misc-tick.c
misc-print.c
misc-clock.c
main.c
lvar-set.c
lvar-new.c
lvar-get.c
list-vec.c
list-str.c
list-reverse.c
Generating Code...
Compiling...
list-nth.c
list-member.c
list-length.c
list-delete.c
list-append.c
int-sub.c
int-str.c
int-real.c
int-neg.c
int-ne.c
int-mul.c
int-mod.c
int-min.c
int-max.c
int-lt.c
int-le.c
int-int.c
int-gt.c
int-ge.c
int-eq.c
Generating Code...
Compiling...
int-div.c
int-add.c
int-abs.c
bool-or.c
bool-not.c
bool-and.c
Generating Code...
Results
  
Build log was saved at "file://c:\bin\cygwin\home\adrpo\rml-2.1.11\runtime\Debug\BuildLog.htm"
RMLruntime - 77 error(s), 8 warning(s)