Created
January 21, 2015 19:20
-
-
Save irjudson/cb79643af54325eecb99 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
irjudson@IVANRJUDSON1872 /c/dev/ajtcl (RB14.12) | |
$ scons.py WS=off | |
scons: Reading SConscript files ... | |
GTEST_DIR is not set, skipping unittest build | |
scons: done reading SConscript files. | |
scons: Building targets ... | |
cl /Fosrc\aj_introspect.obj /c src\aj_introspect.c /J /W3 /MD /Od /nologo /D_CRT | |
_SECURE_NO_WARNINGS /DAJ_MAIN /DAJ_NVRAM_SIZE=64000 /DAJ_NUM_REPLY_CONTEXTS=8 /I | |
inc /Itarget\win32 /Icrypto\ecc /Iexternal\sha2 /Z7 | |
aj_introspect.c | |
src\aj_introspect.c(1642) : error C2332: 'struct' : missing tag name | |
src\aj_introspect.c(1642) : error C2059: syntax error : 'type' | |
src\aj_introspect.c(1643) : error C2332: 'struct' : missing tag name | |
src\aj_introspect.c(1643) : error C2513: '' : no variable declared before '=' | |
src\aj_introspect.c(1644) : error C2332: 'struct' : missing tag name | |
src\aj_introspect.c(1644) : error C2059: syntax error : 'type' | |
src\aj_introspect.c(1647) : error C2332: 'struct' : missing tag name | |
src\aj_introspect.c(1647) : error C2143: syntax error : missing ';' before 'type' | |
src\aj_introspect.c(1648) : error C2332: 'struct' : missing tag name | |
src\aj_introspect.c(1648) : error C2059: syntax error : 'type' | |
src\aj_introspect.c(1649) : error C2332: 'struct' : missing tag name | |
src\aj_introspect.c(1653) : error C2332: 'struct' : missing tag name | |
src\aj_introspect.c(1653) : error C2059: syntax error : '[' | |
src\aj_introspect.c(1655) : error C2332: 'struct' : missing tag name | |
src\aj_introspect.c(1655) : error C2466: cannot allocate an array of constant size 0 | |
src\aj_introspect.c(1655) : error C2081: 'interfaceName' : name in formal parameter list illegal | |
src\aj_introspect.c(1655) : warning C4028: formal parameter 1 different from declaration | |
src\aj_introspect.c(1655) : warning C4028: formal parameter 2 different from declaration | |
src\aj_introspect.c(1655) : error C2040: 'strcpy' : 'int (*,int)' differs in lev | |
els of indirection from 'int (*,int)' | |
src\aj_introspect.c(1657) : error C2059: syntax error : 'return' | |
src\aj_introspect.c(1657) : error C2332: 'struct' : missing tag name | |
src\aj_introspect.c(1658) : error C2059: syntax error : '}' | |
scons: *** [src\aj_introspect.obj] Error 2 | |
scons: building terminated because of errors. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment