Skip to content

Instantly share code, notes, and snippets.

@FROGGS

FROGGS/args.c Secret

Created November 7, 2014 21:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FROGGS/bad02c1269672397b639 to your computer and use it in GitHub Desktop.
Save FROGGS/bad02c1269672397b639 to your computer and use it in GitHub Desktop.
src\spesh\args.c(172) : error C2275: 'MVMSpeshBB' : illegal use of this type as an expression
c:\moarvm\src\types.h(140) : see declaration of 'MVMSpeshBB'
src\spesh\args.c(172) : error C2065: 'bb' : undeclared identifier
src\spesh\args.c(173) : error C2065: 'bb' : undeclared identifier
src\spesh\args.c(174) : error C2065: 'bb' : undeclared identifier
src\spesh\args.c(174) : error C2223: left of '->first_ins' must point to struct/union
src\spesh\args.c(181) : error C2065: 'bb' : undeclared identifier
src\spesh\args.c(181) : warning C4047: '=' : 'MVMSpeshBB *' differs in levels of indirection from 'int'
src\spesh\args.c(194) : error C2065: 'bb' : undeclared identifier
src\spesh\args.c(194) : warning C4047: '=' : 'MVMSpeshBB *' differs in levels of indirection from 'int'
src\spesh\args.c(210) : error C2065: 'bb' : undeclared identifier
src\spesh\args.c(210) : warning C4047: '=' : 'MVMSpeshBB *' differs in levels of indirection from 'int'
src\spesh\args.c(229) : error C2065: 'bb' : undeclared identifier
src\spesh\args.c(229) : warning C4047: '=' : 'MVMSpeshBB *' differs in levels of indirection from 'int'
src\spesh\args.c(234) : error C2065: 'bb' : undeclared identifier
src\spesh\args.c(234) : warning C4047: '=' : 'MVMSpeshBB *' differs in levels of indirection from 'int'
src\spesh\args.c(238) : error C2065: 'bb' : undeclared identifier
src\spesh\args.c(238) : warning C4047: '=' : 'MVMSpeshBB *' differs in levels of indirection from 'int'
src\spesh\args.c(248) : error C2065: 'bb' : undeclared identifier
src\spesh\args.c(248) : warning C4047: '=' : 'MVMSpeshBB *' differs in levels of indirection from 'int'
src\spesh\args.c(253) : error C2065: 'bb' : undeclared identifier
src\spesh\args.c(253) : error C2223: left of '->linear_next' must point to struct/union
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\BIN\x86_amd64\cl.EXE"' : return code '0x2'
Stop.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment