Advertisement
Guest User

Untitled

a guest
Sep 14th, 2010
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. cl -I./include -I./include/pmc -nologo -GF -W4 -MD -Zi -DNDEBUG -DWIN32
  2. -D_CONSOLE -DNO_STRICT -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -D_CRT_SECURE_N
  3. O_DEPRECATE -DHASATTRIBUTE_DEPRECATED -wd4101 -DHASATTRIBUTE_NORETURN -wd4101 -
  4. Zi -wd4127 -wd4054 -wd4310 -Isrc -Fosrc/packfile.obj -c src/packfile.c
  5. packfile.c
  6. src/packfile.c(1073) : error C2065: 'PARROT_PBC_MAJOR' : undeclared identifier
  7. src/packfile.c(1073) : error C2065: 'PARROT_PBC_MINOR' : undeclared identifier
  8. src/packfile.c(1375) : error C2065: 'PARROT_PBC_MAJOR' : undeclared identifier
  9. src/packfile.c(1375) : warning C4244: '=' : conversion from 'int' to 'unsigned c
  10. har', possible loss of data
  11. src/packfile.c(1376) : error C2065: 'PARROT_PBC_MINOR' : undeclared identifier
  12. src/packfile.c(1376) : warning C4244: '=' : conversion from 'int' to 'unsigned c
  13. har', possible loss of data
  14. NMAKE : fatal error U1077: '"c:\Program Files\Microsoft Visual Studio 10.0\VC\BI
  15. N\cl.EXE"' : return code '0x2'
  16. Stop.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement