Build Log
--------------------Configuration: screendoor - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\WINDOWS\TEMP\RSP3A1.TMP" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/screendoor.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"C:\Windows\Desktop\Cs5610\Adv97OpenGL\src\advanced97\screendoor.c"
]
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSP3A1.TMP"
Output Window
Compiling...
screendoor.c
C:\Windows\Desktop\Cs5610\Adv97OpenGL\src\advanced97\screendoor.c(34) : error C2037: left of 'tv_sec' specifies undefined struct/union 'timeval'
C:\Windows\Desktop\Cs5610\Adv97OpenGL\src\advanced97\screendoor.c(35) : error C2037: left of 'tv_usec' specifies undefined struct/union 'timeval'
C:\Windows\Desktop\Cs5610\Adv97OpenGL\src\advanced97\screendoor.c(167) : error C2079: 't' uses undefined struct 'timeval'
C:\Windows\Desktop\Cs5610\Adv97OpenGL\src\advanced97\screendoor.c(168) : warning C4133: 'function' : incompatible types - from 'int *' to 'struct timeval *'
C:\Windows\Desktop\Cs5610\Adv97OpenGL\src\advanced97\screendoor.c(169) : error C2224: left of '.tv_sec' must have struct/union type
C:\Windows\Desktop\Cs5610\Adv97OpenGL\src\advanced97\screendoor.c(169) : error C2224: left of '.tv_usec' must have struct/union type
C:\Windows\Desktop\Cs5610\Adv97OpenGL\src\advanced97\screendoor.c(169) : warning C4033: 'get_secs' must return a value
Error executing cl.exe.
Results
screendoor.obj - 5 error(s), 2 warning(s)