Build Log |
|
Command Lines |
Creating temporary file "d:\glod\samples\mesh\Debug\RSP0000027962268.rsp" with contents [ /Od /I "." /I "..\..\include\\" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_VC80_UPGRADE=0x0710" /D "_MBCS" /FD /EHsc /RTC1 /MTd /Fp".\Debug/mesh.pch" /Fo".\Debug/" /Fd".\Debug/" /FR".\Debug\\" /W3 /c /ZI .\mesh.cpp ] Creating command line "cl.exe @d:\glod\samples\mesh\Debug\RSP0000027962268.rsp /nologo /errorReport:prompt" Creating temporary file "d:\glod\samples\mesh\Debug\RSP0000037962268.rsp" with contents [ /o ".\Debug/mesh.bsc" .\Debug\mesh.sbr ] Creating command line "bscmake.exe @d:\glod\samples\mesh\Debug\RSP0000037962268.rsp /nologo" |
Output Window |
Compiling... mesh.cpp d:\glod\include\nat_camera.h(219) : warning C4305: '*=' : truncation from 'double' to 'float' d:\glod\include\nat_camera.h(241) : error C3861: 'gluOrtho2D': identifier not found d:\glod\include\nat_camera.h(250) : warning C4305: '+=' : truncation from 'double' to 'float' d:\glod\samples\mesh\mesh.cpp(288) : error C3861: 'glutPostRedisplay': identifier not found d:\glod\samples\mesh\mesh.cpp(364) : error C3861: 'gluOrtho2D': identifier not found d:\glod\samples\mesh\mesh.cpp(375) : error C2065: 'GLUT_BITMAP_8_BY_13' : undeclared identifier d:\glod\samples\mesh\mesh.cpp(375) : error C3861: 'glutBitmapCharacter': identifier not found d:\glod\samples\mesh\mesh.cpp(420) : warning C4305: 'argument' : truncation from 'double' to 'GLfloat' d:\glod\samples\mesh\mesh.cpp(420) : warning C4305: 'argument' : truncation from 'double' to 'GLfloat' d:\glod\samples\mesh\mesh.cpp(420) : warning C4305: 'argument' : truncation from 'double' to 'GLfloat' d:\glod\samples\mesh\mesh.cpp(454) : error C3861: 'glutSwapBuffers': identifier not found d:\glod\samples\mesh\mesh.cpp(477) : error C3861: 'gluPerspective': identifier not found d:\glod\samples\mesh\mesh.cpp(488) : error C2065: 'GLUT_DOWN' : undeclared identifier d:\glod\samples\mesh\mesh.cpp(491) : error C2065: 'GLUT_UP' : undeclared identifier d:\glod\samples\mesh\mesh.cpp(497) : error C3861: 'glutPostRedisplay': identifier not found d:\glod\samples\mesh\mesh.cpp(507) : error C3861: 'glutPostRedisplay': identifier not found d:\glod\samples\mesh\mesh.cpp(523) : error C2065: 'GLUT_DEPTH' : undeclared identifier d:\glod\samples\mesh\mesh.cpp(523) : error C2065: 'GLUT_DOUBLE' : undeclared identifier d:\glod\samples\mesh\mesh.cpp(523) : error C2065: 'GLUT_RGBA' : undeclared identifier d:\glod\samples\mesh\mesh.cpp(523) : error C3861: 'glutInitDisplayMode': identifier not found d:\glod\samples\mesh\mesh.cpp(524) : error C3861: 'glutInitWindowSize': identifier not found d:\glod\samples\mesh\mesh.cpp(526) : error C3861: 'glutCreateWindow': identifier not found d:\glod\samples\mesh\mesh.cpp(527) : error C3861: 'glutDisplayFunc': identifier not found d:\glod\samples\mesh\mesh.cpp(528) : error C3861: 'glutReshapeFunc': identifier not found d:\glod\samples\mesh\mesh.cpp(529) : error C3861: 'glutIdleFunc': identifier not found d:\glod\samples\mesh\mesh.cpp(530) : error C3861: 'glutKeyboardFunc': identifier not found d:\glod\samples\mesh\mesh.cpp(531) : error C3861: 'glutMotionFunc': identifier not found d:\glod\samples\mesh\mesh.cpp(532) : error C3861: 'glutMouseFunc': identifier not found d:\glod\samples\mesh\mesh.cpp(539) : warning C4305: 'argument' : truncation from 'double' to 'GLclampf' d:\glod\samples\mesh\mesh.cpp(539) : warning C4305: 'argument' : truncation from 'double' to 'GLclampf' d:\glod\samples\mesh\mesh.cpp(539) : warning C4305: 'argument' : truncation from 'double' to 'GLclampf' d:\glod\samples\mesh\mesh.cpp(672) : error C3861: 'glutMainLoop': identifier not found Creating browse information file... Microsoft Browse Information Maintenance Utility Version 9.00.21022 Copyright (C) Microsoft Corporation. All rights reserved. |
Results |
Build log was saved at "file://d:\glod\samples\mesh\Debug\BuildLog.htm" mesh - 24 error(s), 8 warning(s) |