Build Log
  

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

Command Lines
  
Creating temporary file "c:\graphics\ExternalLibraries\src\ply\Debug\RSP000064.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_LIB" /D "_MBCS" /Gm /EHsc /RTC1 /MLd /Fo"Debug/" /Fd"Debug/vc70.pdb" /W3 /c /Wp64 /ZI /TC
.\sphereply.c
.\ply.c
.\ply2iv.c
.\platoply.c
.\obj2ply.c
.\normalsply.c
.\headply.c
.\flipply.c
.\convertply.c
.\boundply.c
.\adjacency_module.c
.\xformply.c
]
Creating command line "cl.exe @c:\graphics\ExternalLibraries\src\ply\Debug\RSP000064.rsp /nologo"
Output Window
  
Compiling...
sphereply.c
c:\graphics\ExternalLibraries\src\ply\sphereply.c(24) : fatal error C1083: Cannot open include file: 'strings.h': No such file or directory
ply.c
c:\graphics\ExternalLibraries\src\ply\ply.c(38) : fatal error C1083: Cannot open include file: 'ply.h': No such file or directory
ply2iv.c
c:\graphics\ExternalLibraries\src\ply\ply2iv.c(24) : fatal error C1083: Cannot open include file: 'strings.h': No such file or directory
platoply.c
c:\graphics\ExternalLibraries\src\ply\platoply.c(25) : fatal error C1083: Cannot open include file: 'strings.h': No such file or directory
obj2ply.c
c:\graphics\ExternalLibraries\src\ply\obj2ply.c(26) : fatal error C1083: Cannot open include file: 'strings.h': No such file or directory
normalsply.c
c:\graphics\ExternalLibraries\src\ply\normalsply.c(24) : fatal error C1083: Cannot open include file: 'strings.h': No such file or directory
headply.c
c:\graphics\ExternalLibraries\src\ply\headply.c(24) : fatal error C1083: Cannot open include file: 'strings.h': No such file or directory
flipply.c
c:\graphics\ExternalLibraries\src\ply\flipply.c(24) : fatal error C1083: Cannot open include file: 'strings.h': No such file or directory
convertply.c
c:\graphics\ExternalLibraries\src\ply\convertply.c(30) : fatal error C1083: Cannot open include file: 'ply.h': No such file or directory
boundply.c
c:\graphics\ExternalLibraries\src\ply\boundply.c(24) : fatal error C1083: Cannot open include file: 'ply.h': No such file or directory
adjacency_module.c
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(46) : error C2143: syntax error : missing '{' before '*'
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(46) : error C2143: syntax error : missing ')' before '*'
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(46) : error C2143: syntax error : missing '{' before '*'
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(46) : error C2143: syntax error : missing ';' before '*'
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(46) : error C2143: syntax error : missing ';' before '*'
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(46) : error C2059: syntax error : ')'
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(47) : error C2054: expected '(' to follow 'v2'
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(108) : error C2065: 'Face' : undeclared identifier
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(108) : error C2065: 'f' : undeclared identifier
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(108) : warning C4552: '*' : operator has no effect; expected operator with side-effect
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(109) : error C2297: '*' : illegal, right operand has type 'int *'
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(113) : error C2065: 'nfaces' : undeclared identifier
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(114) : error C2065: 'flist' : undeclared identifier
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(114) : error C2109: subscript requires array or pointer type
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(115) : error C2223: left of '->faces' must point to struct/union
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(115) : error C2059: syntax error : ')'
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(116) : error C2223: left of '->nverts' must point to struct/union
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(117) : error C2223: left of '->verts' must point to struct/union
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(118) : error C2223: left of '->verts' must point to struct/union
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(118) : error C2223: left of '->nverts' must point to struct/union
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(119) : error C2223: left of '->faces' must point to struct/union
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(119) : warning C4013: 'find_common_edge' undefined; assuming extern returning int
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(132) : warning C4552: '*' : operator has no effect; expected operator with side-effect
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(133) : error C2065: 'v' : undeclared identifier
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(133) : warning C4552: '*' : operator has no effect; expected operator with side-effect
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(137) : error C2065: 'nverts' : undeclared identifier
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(138) : error C2065: 'vlist' : undeclared identifier
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(138) : error C2109: subscript requires array or pointer type
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(143) : error C2109: subscript requires array or pointer type
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(144) : error C2223: left of '->nverts' must point to struct/union
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(145) : error C2223: left of '->verts' must point to struct/union
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(151) : error C2109: subscript requires array or pointer type
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(151) : error C2059: syntax error : ')'
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(153) : error C2109: subscript requires array or pointer type
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(159) : error C2109: subscript requires array or pointer type
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(160) : error C2223: left of '->nverts' must point to struct/union
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(161) : error C2223: left of '->verts' must point to struct/union
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(162) : error C2223: left of '->faces' must point to struct/union
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(162) : error C2223: left of '->nfaces' must point to struct/union
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(163) : error C2223: left of '->nfaces' must point to struct/union
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(176) : error C2143: syntax error : missing ')' before '*'
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(176) : error C2143: syntax error : missing '{' before '*'
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(176) : error C2059: syntax error : ')'
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(177) : error C2040: 'v' : 'int *' differs in levels of indirection from 'int'
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(177) : error C2054: expected '(' to follow 'v'
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(296) : error C2143: syntax error : missing ')' before '*'
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(296) : error C2143: syntax error : missing '{' before '*'
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(296) : error C2040: 'f' : 'int *' differs in levels of indirection from 'int'
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(296) : error C2143: syntax error : missing ';' before '*'
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(296) : error C2059: syntax error : ')'
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(297) : error C2040: 'v' : 'int *' differs in levels of indirection from 'int'
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(297) : error C2054: expected '(' to follow 'v'
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(318) : error C2143: syntax error : missing ')' before '*'
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(318) : error C2143: syntax error : missing '{' before '*'
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(318) : error C2059: syntax error : ')'
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(319) : error C2040: 'v' : 'int *' differs in levels of indirection from 'int'
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(319) : error C2054: expected '(' to follow 'v'
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(427) : warning C4013: 'order_vertex_to_face_ptrs' undefined; assuming extern returning int
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(427) : error C2109: subscript requires array or pointer type
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(431) : warning C4013: 'vertex_to_vertex_ptrs' undefined; assuming extern returning int
c:\graphics\ExternalLibraries\src\ply\adjacency_module.c(431) : error C2109: subscript requires array or pointer type
xformply.c
c:\graphics\ExternalLibraries\src\ply\xformply.c(24) : fatal error C1083: Cannot open include file: 'ply.h': No such file or directory
Generating Code...
Results
  
Build log was saved at "file://c:\graphics\ExternalLibraries\src\ply\Debug\BuildLog.htm"
ply - 66 error(s), 6 warning(s)