Skip to content

Instantly share code, notes, and snippets.

@irjudson
Created January 21, 2015 19:20

Revisions

  1. irjudson created this gist Jan 21, 2015.
    35 changes: 35 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,35 @@
    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.