Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save whaison/e2136c95915bfbee6266 to your computer and use it in GitHub Desktop.
Save whaison/e2136c95915bfbee6266 to your computer and use it in GitHub Desktop.
You can view the license agreements in Xcode's About Box, or at /Applications/Xcode.app/Contents/Resources/English.lproj/License.rtf
cc -pipe -m32 -DFBXSDK_SHARED -I../../include -c ../Common/Common.cxx -o ../Common/Common.o
cc -pipe -m32 -DFBXSDK_SHARED -I../../include -c DrawScene.cxx -o DrawScene.o
cc -pipe -m32 -DFBXSDK_SHARED -I../../include -c DrawText.cxx -o DrawText.o
cc -pipe -m32 -DFBXSDK_SHARED -I../../include -c GetPosition.cxx -o GetPosition.o
cc -pipe -m32 -DFBXSDK_SHARED -I../../include -c SceneCache.cxx -o SceneCache.o
SceneCache.cxx:618:9: warning: 'GLUquadricObj' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
GLUquadricObj * lQuadObj = gluNewQuadric();
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:224:26: note:
'GLUquadricObj' has been explicitly marked deprecated here
typedef class GLUquadric GLUquadricObj OPENGL_DEPRECATED(10_0, 10_9);
^
SceneCache.cxx:618:36: warning: 'gluNewQuadric' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
GLUquadricObj * lQuadObj = gluNewQuadric();
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:267:20: note:
'gluNewQuadric' has been explicitly marked deprecated here
extern GLUquadric* gluNewQuadric (void) OPENGL_DEPRECATED(10_0, 10_9);
^
SceneCache.cxx:619:9: warning: 'gluCylinder' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
gluCylinder(lQuadObj, 0.0, lBase, lHeight, 18, 1);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:251:13: note:
'gluCylinder' has been explicitly marked deprecated here
extern void gluCylinder (GLUquadric* quad, GLdouble base, GLdouble top, GLdouble height, GLin...
^
SceneCache.cxx:620:9: warning: 'gluDeleteQuadric' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
gluDeleteQuadric(lQuadObj);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:253:13: note:
'gluDeleteQuadric' has been explicitly marked deprecated here
extern void gluDeleteQuadric (GLUquadric* quad) OPENGL_DEPRECATED(10_0, 10_9);
^
SceneCache.cxx:626:9: warning: 'GLUquadricObj' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
GLUquadricObj * lQuadObj = gluNewQuadric();
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:224:26: note:
'GLUquadricObj' has been explicitly marked deprecated here
typedef class GLUquadric GLUquadricObj OPENGL_DEPRECATED(10_0, 10_9);
^
SceneCache.cxx:626:36: warning: 'gluNewQuadric' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
GLUquadricObj * lQuadObj = gluNewQuadric();
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:267:20: note:
'gluNewQuadric' has been explicitly marked deprecated here
extern GLUquadric* gluNewQuadric (void) OPENGL_DEPRECATED(10_0, 10_9);
^
SceneCache.cxx:627:9: warning: 'gluSphere' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
gluSphere(lQuadObj, 1.0, 10, 10);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:288:13: note:
'gluSphere' has been explicitly marked deprecated here
extern void gluSphere (GLUquadric* quad, GLdouble radius, GLint slices, GLint stacks) OPENGL_D...
^
SceneCache.cxx:628:9: warning: 'gluDeleteQuadric' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
gluDeleteQuadric(lQuadObj);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:253:13: note:
'gluDeleteQuadric' has been explicitly marked deprecated here
extern void gluDeleteQuadric (GLUquadric* quad) OPENGL_DEPRECATED(10_0, 10_9);
^
8 warnings generated.
cc -pipe -m32 -DFBXSDK_SHARED -I../../include -c SceneContext.cxx -o SceneContext.o
SceneContext.cxx:887:5: warning: 'gluOrtho2D' is deprecated: first deprecated in OS X 10.9 -
"Use GLKMatrix4MakeOrtho" [-Wdeprecated-declarations]
gluOrtho2D(0, mWindowWidth, 0, mWindowHeight);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:276:13: note:
'gluOrtho2D' has been explicitly marked deprecated here
extern void gluOrtho2D (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top) OPENGL_D...
^
1 warning generated.
cc -pipe -m32 -DFBXSDK_SHARED -I../../include -c GlFunctions.cxx -o GlFunctions.o
GlFunctions.cxx:27:5: warning: 'gluPerspective' is deprecated: first deprecated in OS X 10.9 -
"Use GLKMatrix4MakePerspective" [-Wdeprecated-declarations]
gluPerspective(pFieldOfViewY,
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:278:13: note:
'gluPerspective' has been explicitly marked deprecated here
extern void gluPerspective (GLdouble fovy, GLdouble aspect, GLdouble zNear, GLdouble zFar) OPE...
^
GlFunctions.cxx:33:5: warning: 'gluLookAt' is deprecated: first deprecated in OS X 10.9 -
"Use GLKMatrix4MakeLookAt" [-Wdeprecated-declarations]
gluLookAt(pEye[0], pEye[1], pEye[2],
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:265:13: note:
'gluLookAt' has been explicitly marked deprecated here
extern void gluLookAt (GLdouble eyeX, GLdouble eyeY, GLdouble eyeZ, GLdouble centerX, GLdoubl...
^
GlFunctions.cxx:59:5: warning: 'gluLookAt' is deprecated: first deprecated in OS X 10.9 -
"Use GLKMatrix4MakeLookAt" [-Wdeprecated-declarations]
gluLookAt(pEye[0], pEye[1], pEye[2],
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:265:13: note:
'gluLookAt' has been explicitly marked deprecated here
extern void gluLookAt (GLdouble eyeX, GLdouble eyeY, GLdouble eyeZ, GLdouble centerX, GLdoubl...
^
3 warnings generated.
cc -pipe -m32 -DFBXSDK_SHARED -I../../include -c SetCamera.cxx -o SetCamera.o
cc -pipe -m32 -DFBXSDK_SHARED -I../../include -c targa.cxx -o targa.o
cc -pipe -m32 -DFBXSDK_SHARED -I../../include -c main.cxx -o main.o
main.cxx:158:5: warning: 'glutInit' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
glutInit(&argc, argv);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/GLUT.framework/Headers/glut.h:431:22: note:
'glutInit' has been explicitly marked deprecated here
extern void APIENTRY glutInit(int *argcp, char **argv) OPENGL_DEPRECATED(10_0, 10_9);
^
main.cxx:159:5: warning: 'glutInitDisplayMode' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
glutInitDisplayMode(GLUT_DOUBLE | GLUT_RGBA | GLUT_DEPTH);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/GLUT.framework/Headers/glut.h:432:22: note:
'glutInitDisplayMode' has been explicitly marked deprecated here
extern void APIENTRY glutInitDisplayMode(unsigned int mode) OPENGL_DEPRECATED(10_0, 10_9);
^
main.cxx:160:5: warning: 'glutInitWindowSize' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
glutInitWindowSize(DEFAULT_WINDOW_WIDTH, DEFAULT_WINDOW_HEIGHT);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/GLUT.framework/Headers/glut.h:437:22: note:
'glutInitWindowSize' has been explicitly marked deprecated here
extern void APIENTRY glutInitWindowSize(int width, int height) OPENGL_DEPRECATED(10_0, 10_9);
^
main.cxx:161:5: warning: 'glutInitWindowPosition' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
glutInitWindowPosition(100, 100);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/GLUT.framework/Headers/glut.h:436:22: note:
'glutInitWindowPosition' has been explicitly marked deprecated here
extern void APIENTRY glutInitWindowPosition(int x, int y) OPENGL_DEPRECATED(10_0, 10_9);
^
main.cxx:162:5: warning: 'glutCreateWindow' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
glutCreateWindow("ViewScene");
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/GLUT.framework/Headers/glut.h:441:21: note:
'glutCreateWindow' has been explicitly marked deprecated here
extern int APIENTRY glutCreateWindow(const char *title) OPENGL_DEPRECATED(10_0, 10_9);
^
main.cxx:168:5: warning: 'glutDisplayFunc' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
glutDisplayFunc(DisplayCallback);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/GLUT.framework/Headers/glut.h:505:22: note:
'glutDisplayFunc' has been explicitly marked deprecated here
extern void APIENTRY glutDisplayFunc(void (*func)(void)) OPENGL_DEPRECATED(10_0, 10_9);
^
main.cxx:169:5: warning: 'glutReshapeFunc' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
glutReshapeFunc(ReshapeCallback);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/GLUT.framework/Headers/glut.h:506:22: note:
'glutReshapeFunc' has been explicitly marked deprecated here
extern void APIENTRY glutReshapeFunc(void (*func)(int width, int height)) OPENGL_DEPRECATED(10...
^
main.cxx:170:5: warning: 'glutKeyboardFunc' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
glutKeyboardFunc(KeyboardCallback);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/GLUT.framework/Headers/glut.h:507:22: note:
'glutKeyboardFunc' has been explicitly marked deprecated here
extern void APIENTRY glutKeyboardFunc(void (*func)(unsigned char key, int x, int y)) OPENGL_DE...
^
main.cxx:171:5: warning: 'glutMouseFunc' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
glutMouseFunc(MouseCallback);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/GLUT.framework/Headers/glut.h:508:22: note:
'glutMouseFunc' has been explicitly marked deprecated here
extern void APIENTRY glutMouseFunc(void (*func)(int button, int state, int x, int y)) OPENGL_D...
^
main.cxx:172:5: warning: 'glutMotionFunc' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
glutMotionFunc(MotionCallback);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/GLUT.framework/Headers/glut.h:509:22: note:
'glutMotionFunc' has been explicitly marked deprecated here
extern void APIENTRY glutMotionFunc(void (*func)(int x, int y)) OPENGL_DEPRECATED(10_0, 10_9);
^
main.cxx:183:2: warning: 'glutMainLoop' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
glutMainLoop();
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/GLUT.framework/Headers/glut.h:438:22: note:
'glutMainLoop' has been explicitly marked deprecated here
extern void APIENTRY glutMainLoop(void) OPENGL_DEPRECATED(10_0, 10_9);
^
main.cxx:199:23: warning: 'glutCreateMenu' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
int lCameraMenu = glutCreateMenu(CameraSelectionCallback);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/GLUT.framework/Headers/glut.h:492:21: note:
'glutCreateMenu' has been explicitly marked deprecated here
extern int APIENTRY glutCreateMenu(void (*)(int)) OPENGL_DEPRECATED(10_0, 10_9);
^
main.cxx:202:5: warning: 'glutAddMenuEntry' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
glutAddMenuEntry(FBXSDK_CAMERA_PERSPECTIVE, PRODUCER_PERSPECTIVE_ITEM);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/GLUT.framework/Headers/glut.h:496:22: note:
'glutAddMenuEntry' has been explicitly marked deprecated here
extern void APIENTRY glutAddMenuEntry(const char *label, int value) OPENGL_DEPRECATED(10_0, 10_9);
^
main.cxx:203:5: warning: 'glutAddMenuEntry' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
glutAddMenuEntry(FBXSDK_CAMERA_TOP, PRODUCER_TOP_ITEM);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/GLUT.framework/Headers/glut.h:496:22: note:
'glutAddMenuEntry' has been explicitly marked deprecated here
extern void APIENTRY glutAddMenuEntry(const char *label, int value) OPENGL_DEPRECATED(10_0, 10_9);
^
main.cxx:204:5: warning: 'glutAddMenuEntry' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
glutAddMenuEntry(FBXSDK_CAMERA_BOTTOM, PRODUCER_BOTTOM_ITEM);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/GLUT.framework/Headers/glut.h:496:22: note:
'glutAddMenuEntry' has been explicitly marked deprecated here
extern void APIENTRY glutAddMenuEntry(const char *label, int value) OPENGL_DEPRECATED(10_0, 10_9);
^
main.cxx:205:5: warning: 'glutAddMenuEntry' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
glutAddMenuEntry(FBXSDK_CAMERA_FRONT, PRODUCER_FRONT_ITEM);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/GLUT.framework/Headers/glut.h:496:22: note:
'glutAddMenuEntry' has been explicitly marked deprecated here
extern void APIENTRY glutAddMenuEntry(const char *label, int value) OPENGL_DEPRECATED(10_0, 10_9);
^
main.cxx:206:5: warning: 'glutAddMenuEntry' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
glutAddMenuEntry(FBXSDK_CAMERA_BACK, PRODUCER_BACK_ITEM);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/GLUT.framework/Headers/glut.h:496:22: note:
'glutAddMenuEntry' has been explicitly marked deprecated here
extern void APIENTRY glutAddMenuEntry(const char *label, int value) OPENGL_DEPRECATED(10_0, 10_9);
^
main.cxx:207:5: warning: 'glutAddMenuEntry' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
glutAddMenuEntry(FBXSDK_CAMERA_RIGHT, PRODUCER_RIGHT_ITEM);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/GLUT.framework/Headers/glut.h:496:22: note:
'glutAddMenuEntry' has been explicitly marked deprecated here
extern void APIENTRY glutAddMenuEntry(const char *label, int value) OPENGL_DEPRECATED(10_0, 10_9);
^
main.cxx:208:5: warning: 'glutAddMenuEntry' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
glutAddMenuEntry(FBXSDK_CAMERA_LEFT, PRODUCER_LEFT_ITEM);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/GLUT.framework/Headers/glut.h:496:22: note:
'glutAddMenuEntry' has been explicitly marked deprecated here
extern void APIENTRY glutAddMenuEntry(const char *label, int value) OPENGL_DEPRECATED(10_0, 10_9);
^
main.cxx:214:9: warning: 'glutAddMenuEntry' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
glutAddMenuEntry(FBXSDK_CAMERA_SWITCHER, CAMERA_SWITCHER_ITEM);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/GLUT.framework/Headers/glut.h:496:22: note:
'glutAddMenuEntry' has been explicitly marked deprecated here
extern void APIENTRY glutAddMenuEntry(const char *label, int value) OPENGL_DEPRECATED(10_0, 10_9);
^
main.cxx:220:9: warning: 'glutAddMenuEntry' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
glutAddMenuEntry(lCameraArray[lCameraIndex]->GetName(), lCameraIndex);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/GLUT.framework/Headers/glut.h:496:22: note:
'glutAddMenuEntry' has been explicitly marked deprecated here
extern void APIENTRY glutAddMenuEntry(const char *label, int value) OPENGL_DEPRECATED(10_0, 10_9);
^
main.cxx:224:26: warning: 'glutCreateMenu' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
int lAnimStackMenu = glutCreateMenu(AnimStackSelectionCallback);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/GLUT.framework/Headers/glut.h:492:21: note:
'glutCreateMenu' has been explicitly marked deprecated here
extern int APIENTRY glutCreateMenu(void (*)(int)) OPENGL_DEPRECATED(10_0, 10_9);
^
main.cxx:231:9: warning: 'glutAddMenuEntry' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
glutAddMenuEntry(lAnimStackNameArray[lPoseIndex]->Buffer(), lPoseIndex);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/GLUT.framework/Headers/glut.h:496:22: note:
'glutAddMenuEntry' has been explicitly marked deprecated here
extern void APIENTRY glutAddMenuEntry(const char *label, int value) OPENGL_DEPRECATED(10_0, 10_9);
^
main.cxx:244:34: warning: 'glutCreateMenu' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
const int lShadingModeMenu = glutCreateMenu(ShadingModeSelectionCallback);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/GLUT.framework/Headers/glut.h:492:21: note:
'glutCreateMenu' has been explicitly marked deprecated here
extern int APIENTRY glutCreateMenu(void (*)(int)) OPENGL_DEPRECATED(10_0, 10_9);
^
main.cxx:245:5: warning: 'glutAddMenuEntry' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
glutAddMenuEntry(MENU_STRING_SHADING_MODE_WIREFRAME, MENU_SHADING_MODE_WIREFRAME);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/GLUT.framework/Headers/glut.h:496:22: note:
'glutAddMenuEntry' has been explicitly marked deprecated here
extern void APIENTRY glutAddMenuEntry(const char *label, int value) OPENGL_DEPRECATED(10_0, 10_9);
^
main.cxx:246:5: warning: 'glutAddMenuEntry' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
glutAddMenuEntry(MENU_STRING_SHADING_MODE_SHADED, MENU_SHADING_MODE_SHADED);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/GLUT.framework/Headers/glut.h:496:22: note:
'glutAddMenuEntry' has been explicitly marked deprecated here
extern void APIENTRY glutAddMenuEntry(const char *label, int value) OPENGL_DEPRECATED(10_0, 10_9);
^
main.cxx:251:25: warning: 'glutCreateMenu' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
int lBindPoseMenu = glutCreateMenu(PoseSelectionCallback);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/GLUT.framework/Headers/glut.h:492:21: note:
'glutCreateMenu' has been explicitly marked deprecated here
extern int APIENTRY glutCreateMenu(void (*)(int)) OPENGL_DEPRECATED(10_0, 10_9);
^
main.cxx:259:13: warning: 'glutAddMenuEntry' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
glutAddMenuEntry(lPoseArray[lPoseIndex]->GetName(), lPoseIndex);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/GLUT.framework/Headers/glut.h:496:22: note:
'glutAddMenuEntry' has been explicitly marked deprecated here
extern void APIENTRY glutAddMenuEntry(const char *label, int value) OPENGL_DEPRECATED(10_0, 10_9);
^
main.cxx:265:25: warning: 'glutCreateMenu' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
int lRestPoseMenu = glutCreateMenu(PoseSelectionCallback);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/GLUT.framework/Headers/glut.h:492:21: note:
'glutCreateMenu' has been explicitly marked deprecated here
extern int APIENTRY glutCreateMenu(void (*)(int)) OPENGL_DEPRECATED(10_0, 10_9);
^
main.cxx:272:13: warning: 'glutAddMenuEntry' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
glutAddMenuEntry(lPoseArray[lPoseIndex]->GetName(), lPoseIndex);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/GLUT.framework/Headers/glut.h:496:22: note:
'glutAddMenuEntry' has been explicitly marked deprecated here
extern void APIENTRY glutAddMenuEntry(const char *label, int value) OPENGL_DEPRECATED(10_0, 10_9);
^
main.cxx:281:21: warning: 'glutCreateMenu' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
lPoseMenu = glutCreateMenu(PoseSelectionCallback);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/GLUT.framework/Headers/glut.h:492:21: note:
'glutCreateMenu' has been explicitly marked deprecated here
extern int APIENTRY glutCreateMenu(void (*)(int)) OPENGL_DEPRECATED(10_0, 10_9);
^
main.cxx:283:13: warning: 'glutAddSubMenu' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
glutAddSubMenu("Bind Pose", lBindPoseMenu);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/GLUT.framework/Headers/glut.h:497:22: note:
'glutAddSubMenu' has been explicitly marked deprecated here
extern void APIENTRY glutAddSubMenu(const char *label, int submenu) OPENGL_DEPRECATED(10_0, 10_9);
^
main.cxx:285:13: warning: 'glutAddSubMenu' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
glutAddSubMenu("Rest Pose", lRestPoseMenu);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/GLUT.framework/Headers/glut.h:497:22: note:
'glutAddSubMenu' has been explicitly marked deprecated here
extern void APIENTRY glutAddSubMenu(const char *label, int submenu) OPENGL_DEPRECATED(10_0, 10_9);
^
main.cxx:289:21: warning: 'glutCreateMenu' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
int lZoomMenu = glutCreateMenu( CameraZoomModeCallback);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/GLUT.framework/Headers/glut.h:492:21: note:
'glutCreateMenu' has been explicitly marked deprecated here
extern int APIENTRY glutCreateMenu(void (*)(int)) OPENGL_DEPRECATED(10_0, 10_9);
^
main.cxx:290:5: warning: 'glutAddMenuEntry' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
glutAddMenuEntry( "Zooming lens", MENU_ZOOM_FOCAL_LENGTH);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/GLUT.framework/Headers/glut.h:496:22: note:
'glutAddMenuEntry' has been explicitly marked deprecated here
extern void APIENTRY glutAddMenuEntry(const char *label, int value) OPENGL_DEPRECATED(10_0, 10_9);
^
main.cxx:291:5: warning: 'glutAddMenuEntry' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
glutAddMenuEntry( "Zooming Position", MENU_ZOOM_POSITION);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/GLUT.framework/Headers/glut.h:496:22: note:
'glutAddMenuEntry' has been explicitly marked deprecated here
extern void APIENTRY glutAddMenuEntry(const char *label, int value) OPENGL_DEPRECATED(10_0, 10_9);
^
main.cxx:294:5: warning: 'glutCreateMenu' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
glutCreateMenu(MenuSelectionCallback);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/GLUT.framework/Headers/glut.h:492:21: note:
'glutCreateMenu' has been explicitly marked deprecated here
extern int APIENTRY glutCreateMenu(void (*)(int)) OPENGL_DEPRECATED(10_0, 10_9);
^
main.cxx:295:5: warning: 'glutAddSubMenu' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
glutAddSubMenu("Select Camera", lCameraMenu);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/GLUT.framework/Headers/glut.h:497:22: note:
'glutAddSubMenu' has been explicitly marked deprecated here
extern void APIENTRY glutAddSubMenu(const char *label, int submenu) OPENGL_DEPRECATED(10_0, 10_9);
^
main.cxx:296:5: warning: 'glutAddSubMenu' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
glutAddSubMenu("Select Animation Stack", lAnimStackMenu);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/GLUT.framework/Headers/glut.h:497:22: note:
'glutAddSubMenu' has been explicitly marked deprecated here
extern void APIENTRY glutAddSubMenu(const char *label, int submenu) OPENGL_DEPRECATED(10_0, 10_9);
^
main.cxx:297:5: warning: 'glutAddSubMenu' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
glutAddSubMenu("Select Shading Mode", lShadingModeMenu);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/GLUT.framework/Headers/glut.h:497:22: note:
'glutAddSubMenu' has been explicitly marked deprecated here
extern void APIENTRY glutAddSubMenu(const char *label, int submenu) OPENGL_DEPRECATED(10_0, 10_9);
^
main.cxx:299:9: warning: 'glutAddSubMenu' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
glutAddSubMenu("Go to Pose", lPoseMenu);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/GLUT.framework/Headers/glut.h:497:22: note:
'glutAddSubMenu' has been explicitly marked deprecated here
extern void APIENTRY glutAddSubMenu(const char *label, int submenu) OPENGL_DEPRECATED(10_0, 10_9);
^
main.cxx:300:5: warning: 'glutAddSubMenu' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
glutAddSubMenu( "Zoom Mode", lZoomMenu);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/GLUT.framework/Headers/glut.h:497:22: note:
'glutAddSubMenu' has been explicitly marked deprecated here
extern void APIENTRY glutAddSubMenu(const char *label, int submenu) OPENGL_DEPRECATED(10_0, 10_9);
^
main.cxx:301:5: warning: 'glutAddMenuEntry' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
glutAddMenuEntry("Play", PLAY_ANIMATION);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/GLUT.framework/Headers/glut.h:496:22: note:
'glutAddMenuEntry' has been explicitly marked deprecated here
extern void APIENTRY glutAddMenuEntry(const char *label, int value) OPENGL_DEPRECATED(10_0, 10_9);
^
main.cxx:302:5: warning: 'glutAddMenuEntry' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
glutAddMenuEntry("Exit", MENU_EXIT);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/GLUT.framework/Headers/glut.h:496:22: note:
'glutAddMenuEntry' has been explicitly marked deprecated here
extern void APIENTRY glutAddMenuEntry(const char *label, int value) OPENGL_DEPRECATED(10_0, 10_9);
^
main.cxx:303:5: warning: 'glutAttachMenu' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
glutAttachMenu(GLUT_RIGHT_BUTTON);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/GLUT.framework/Headers/glut.h:501:22: note:
'glutAttachMenu' has been explicitly marked deprecated here
extern void APIENTRY glutAttachMenu(int button) OPENGL_DEPRECATED(10_0, 10_9);
^
main.cxx:399:9: warning: 'glutPostRedisplay' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
glutPostRedisplay();
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/GLUT.framework/Headers/glut.h:444:22: note:
'glutPostRedisplay' has been explicitly marked deprecated here
extern void APIENTRY glutPostRedisplay(void) OPENGL_DEPRECATED(10_0, 10_9);
^
main.cxx:405:5: warning: 'glutTimerFunc' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
glutTimerFunc((unsigned int)gSceneContext->GetFrameTime().GetMilliSeconds(), TimerCallback, 0);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/GLUT.framework/Headers/glut.h:514:22: note:
'glutTimerFunc' has been explicitly marked deprecated here
extern void APIENTRY glutTimerFunc(unsigned int millis, void (*func)(int value), int value) OP...
^
main.cxx:414:5: warning: 'glutSwapBuffers' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
glutSwapBuffers();
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/GLUT.framework/Headers/glut.h:448:22: note:
'glutSwapBuffers' has been explicitly marked deprecated here
extern void APIENTRY glutSwapBuffers(void) OPENGL_DEPRECATED(10_0, 10_9);
^
main.cxx:427:9: warning: 'glutTimerFunc' is deprecated: first deprecated in OS X 10.9
[-Wdeprecated-declarations]
glutTimerFunc((unsigned int)gSceneContext->GetFrameTime().GetMilliSeconds(), TimerCall...
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/GLUT.framework/Headers/glut.h:514:22: note:
'glutTimerFunc' has been explicitly marked deprecated here
extern void APIENTRY glutTimerFunc(unsigned int millis, void (*func)(int value), int value) OP...
^
49 warnings generated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment