Build Log |
|
Command Lines |
Creating temporary file "d:\glod\samples\pgvis\Debug\RSP0000047962744.rsp" with contents [ /Od /I "." /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_VC80_UPGRADE=0x0710" /D "_MBCS" /Gm /EHsc /RTC1 /MTd /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W3 /c /Wp64 /ZI /TP .\pgvis.cpp ] Creating command line "cl.exe @d:\glod\samples\pgvis\Debug\RSP0000047962744.rsp /nologo /errorReport:prompt" |
Output Window |
Compiling... cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release pgvis.cpp d:\glod\samples\pgvis\pgvis.cpp(51) : error C3861: 'gluPerspective': identifier not found d:\glod\samples\pgvis\pgvis.cpp(140) : error C3861: 'glutPostRedisplay': identifier not found d:\glod\samples\pgvis\pgvis.cpp(145) : error C2065: 'GLUT_RIGHT_BUTTON' : undeclared identifier d:\glod\samples\pgvis\pgvis.cpp(146) : error C2065: 'GLUT_DOWN' : undeclared identifier d:\glod\samples\pgvis\pgvis.cpp(150) : error C2065: 'GLUT_UP' : undeclared identifier d:\glod\samples\pgvis\pgvis.cpp(152) : error C2065: 'GLUT_LEFT_BUTTON' : undeclared identifier d:\glod\samples\pgvis\pgvis.cpp(153) : error C2065: 'GLUT_DOWN' : undeclared identifier d:\glod\samples\pgvis\pgvis.cpp(157) : error C2065: 'GLUT_UP' : undeclared identifier d:\glod\samples\pgvis\pgvis.cpp(159) : error C2065: 'GLUT_MIDDLE_BUTTON' : undeclared identifier d:\glod\samples\pgvis\pgvis.cpp(160) : error C2065: 'GLUT_DOWN' : undeclared identifier d:\glod\samples\pgvis\pgvis.cpp(164) : error C2065: 'GLUT_UP' : undeclared identifier d:\glod\samples\pgvis\pgvis.cpp(167) : error C2065: 'GLUT_ACTIVE_CTRL' : undeclared identifier d:\glod\samples\pgvis\pgvis.cpp(167) : error C3861: 'glutGetModifiers': identifier not found d:\glod\samples\pgvis\pgvis.cpp(200) : error C3861: 'glutPostRedisplay': identifier not found d:\glod\samples\pgvis\pgvis.cpp(210) : error C2065: 'GLUT_DOUBLE' : undeclared identifier d:\glod\samples\pgvis\pgvis.cpp(210) : error C2065: 'GLUT_RGBA' : undeclared identifier d:\glod\samples\pgvis\pgvis.cpp(210) : error C2065: 'GLUT_DEPTH' : undeclared identifier d:\glod\samples\pgvis\pgvis.cpp(210) : error C3861: 'glutInitDisplayMode': identifier not found d:\glod\samples\pgvis\pgvis.cpp(211) : error C3861: 'glutInitWindowSize': identifier not found d:\glod\samples\pgvis\pgvis.cpp(212) : error C3861: 'glutCreateWindow': identifier not found d:\glod\samples\pgvis\pgvis.cpp(279) : warning C4305: 'argument' : truncation from 'double' to 'GLfloat' d:\glod\samples\pgvis\pgvis.cpp(304) : error C3861: 'glutSwapBuffers': identifier not found d:\glod\samples\pgvis\pgvis.cpp(393) : error C3861: 'glutInit': identifier not found d:\glod\samples\pgvis\pgvis.cpp(398) : error C3861: 'glutDisplayFunc': identifier not found d:\glod\samples\pgvis\pgvis.cpp(399) : error C3861: 'glutReshapeFunc': identifier not found d:\glod\samples\pgvis\pgvis.cpp(400) : error C3861: 'glutKeyboardFunc': identifier not found d:\glod\samples\pgvis\pgvis.cpp(401) : error C3861: 'glutMouseFunc': identifier not found d:\glod\samples\pgvis\pgvis.cpp(402) : error C3861: 'glutMotionFunc': identifier not found d:\glod\samples\pgvis\pgvis.cpp(406) : error C3861: 'glutMainLoop': identifier not found |
Results |
Build log was saved at "file://d:\glod\samples\pgvis\Debug\BuildLog.htm" pgvis - 28 error(s), 2 warning(s) |