PLSM does not compile

DannyZB

20-06-2008 23:22:50

I'm using the latest ogre SDK
I get a bunch of include errors :

Well.. not -only- include errors

Error 1 error C3859: virtual memory range for PCH exceeded; please recompile with a command line option of '-Zm118' or greater G:\Microsoft Visual Studio 8\VC\include\vector 146
Error 2 fatal error C1076: compiler limit : internal heap limit reached; use /Zm to specify a higher limit G:\Microsoft Visual Studio 8\VC\include\vector 146
Error 3 error BK1506 : cannot open file '..\obj\Debug\OgrePagingLandScapeSceneManagerDll.sbr': No such file or directory BSCMAKE
Error 4 error C2061: syntax error : identifier 'MouseEvent' c:\ogre3d\sdk\samples\common\include\PagingLandScape2Overlay.h 67
Error 5 error C2061: syntax error : identifier 'MouseEvent' c:\ogre3d\sdk\samples\common\include\PagingLandScape2Overlay.h 73
Error 6 error C2065: 'e' : undeclared identifier c:\ogre3d\sdk\samples\common\include\PagingLandScape2Overlay.h 69
Error 7 error C2227: left of '->getX' must point to class/struct/union/generic type c:\ogre3d\sdk\samples\common\include\PagingLandScape2Overlay.h 69
Error 8 error C2227: left of '->getY' must point to class/struct/union/generic type c:\ogre3d\sdk\samples\common\include\PagingLandScape2Overlay.h 70
Error 9 error C2504: 'KeyListener' : base class undefined c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 5
Error 10 error C2504: 'MouseListener' : base class undefined c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 6
Error 11 error C2504: 'MouseMotionListener' : base class undefined c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 7
Error 12 error C2061: syntax error : identifier 'MouseEvent' c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 105
Error 13 error C2061: syntax error : identifier 'MouseEvent' c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 114
Error 14 error C2061: syntax error : identifier 'MouseEvent' c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 119
Error 15 error C2061: syntax error : identifier 'MouseEvent' c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 124
Error 16 error C2061: syntax error : identifier 'MouseEvent' c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 139
Error 17 error C2061: syntax error : identifier 'MouseEvent' c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 152
Error 18 error C2061: syntax error : identifier 'MouseEvent' c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 161
Error 19 error C2061: syntax error : identifier 'KeyEvent' c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 423
Error 20 error C2061: syntax error : identifier 'KeyEvent' c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 430
Error 21 error C2061: syntax error : identifier 'KeyEvent' c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 501
Error 22 error C2143: syntax error : missing ';' before '*' c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 596
Error 23 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 596
Error 24 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 596
Error 25 error C2143: syntax error : missing ';' before '*' c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 597
Error 26 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 597
Error 27 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 597
Error 28 error C2614: 'PagingLandScapeFrameListener' : illegal member initialization: 'mInputDevice' is not a base or member c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 36
Error 29 error C2614: 'PagingLandScapeFrameListener' : illegal member initialization: 'mEventProcessor' is not a base or member c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 36
Error 30 error C2065: 'mEventProcessor' : undeclared identifier c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 51
Error 31 error C2061: syntax error : identifier 'EventProcessor' c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 51
Error 32 error C2227: left of '->initialise' must point to class/struct/union/generic type c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 52
Error 33 error C2227: left of '->startProcessingEvents' must point to class/struct/union/generic type c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 55
Error 34 error C2227: left of '->addKeyListener' must point to class/struct/union/generic type c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 56
Error 35 error C2227: left of '->addMouseListener' must point to class/struct/union/generic type c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 57
Error 36 error C2227: left of '->addMouseMotionListener' must point to class/struct/union/generic type c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 58
Error 37 error C2065: 'mInputDevice' : undeclared identifier c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 59
Error 38 error C2227: left of '->getInputReader' must point to class/struct/union/generic type c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 59
Error 39 error C2653: 'PlatformManager' : is not a class or namespace name c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 77
Error 40 error C2228: left of '.createInputReader' must have class/struct/union c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 77
Error 41 error C3861: 'getSingleton': identifier not found c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 77
Error 42 error C2227: left of '->initialise' must point to class/struct/union/generic type c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 78
Error 43 error C2541: 'delete' : cannot delete objects that are not pointers c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 96
Error 44 error C2227: left of '->getButtonID' must point to class/struct/union/generic type c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 107
Error 45 error C2653: 'MouseEvent' : is not a class or namespace name c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 107
Error 46 error C2065: 'BUTTON0_MASK' : undeclared identifier c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 107
Error 47 error C2227: left of '->consume' must point to class/struct/union/generic type c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 111
Error 48 error C2227: left of '->consume' must point to class/struct/union/generic type c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 116
Error 49 error C2227: left of '->consume' must point to class/struct/union/generic type c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 121
Error 50 error C2227: left of '->getButtonID' must point to class/struct/union/generic type c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 126
Error 51 error C2227: left of '->getX' must point to class/struct/union/generic type c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 128
Error 52 error C2227: left of '->getY' must point to class/struct/union/generic type c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 129
Error 53 error C2227: left of '->consume' must point to class/struct/union/generic type c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 136
Error 54 error C2227: left of '->getButtonID' must point to class/struct/union/generic type c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 142
Error 55 error C2653: 'MouseEvent' : is not a class or namespace name c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 142
Error 56 error C2227: left of '->getX' must point to class/struct/union/generic type c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 144
Error 57 error C2227: left of '->getY' must point to class/struct/union/generic type c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 145
Error 58 error C2227: left of '->consume' must point to class/struct/union/generic type c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 149
Error 59 error C2227: left of '->getButtonID' must point to class/struct/union/generic type c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 154
Error 60 error C2653: 'MouseEvent' : is not a class or namespace name c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 154
Error 61 error C2227: left of '->consume' must point to class/struct/union/generic type c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 158
Error 62 error C2227: left of '->consume' must point to class/struct/union/generic type c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 164
Error 63 error C2039: 'setDebugText' : is not a member of 'Ogre::RenderWindow' c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 187
Error 64 error C2227: left of '->capture' must point to class/struct/union/generic type c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 195
Error 65 error C2227: left of '->isKeyDown' must point to class/struct/union/generic type c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 202
Error 66 error C2065: 'KC_ESCAPE' : undeclared identifier c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 202
Error 67 error C2227: left of '->isKeyDown' must point to class/struct/union/generic type c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 209
Error 68 error C2065: 'KC_LCONTROL' : undeclared identifier c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 209
Error 69 error C2227: left of '->isKeyDown' must point to class/struct/union/generic type c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 215
Error 70 error C2065: 'KC_SPACE' : undeclared identifier c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 215
Error 71 error C2227: left of '->isKeyDown' must point to class/struct/union/generic type c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 223
Error 72 error C2065: 'KC_A' : undeclared identifier c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 223
Error 73 error C2227: left of '->isKeyDown' must point to class/struct/union/generic type c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 224
Error 74 error C2065: 'KC_Q' : undeclared identifier c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 224
Error 75 error C2227: left of '->isKeyDown' must point to class/struct/union/generic type c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 230
Error 76 error C2065: 'KC_D' : undeclared identifier c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 230
Error 77 error C2227: left of '->isKeyDown' must point to class/struct/union/generic type c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 236
Error 78 error C2065: 'KC_UP' : undeclared identifier c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 236
Error 79 error C2227: left of '->isKeyDown' must point to class/struct/union/generic type c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 237
Error 80 error C2065: 'KC_W' : undeclared identifier c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 237
Error 81 error C2227: left of '->isKeyDown' must point to class/struct/union/generic type c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 238
Error 82 error C2065: 'KC_Z' : undeclared identifier c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 238
Error 83 error C2227: left of '->isKeyDown' must point to class/struct/union/generic type c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 244
Error 84 error C2065: 'KC_DOWN' : undeclared identifier c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 244
Error 85 error C2227: left of '->isKeyDown' must point to class/struct/union/generic type c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 244
Error 86 error C2065: 'KC_S' : undeclared identifier c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 244
Error 87 error C2227: left of '->isKeyDown' must point to class/struct/union/generic type c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 250
Error 88 error C2065: 'KC_PGUP' : undeclared identifier c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 250
Error 89 error C2227: left of '->isKeyDown' must point to class/struct/union/generic type c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 256
Error 90 error C2065: 'KC_PGDOWN' : undeclared identifier c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 256
Error 91 error C2227: left of '->isKeyDown' must point to class/struct/union/generic type c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 262
Error 92 error C2065: 'KC_RIGHT' : undeclared identifier c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 262
Error 93 error C2227: left of '->isKeyDown' must point to class/struct/union/generic type c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 266
Error 94 error C2065: 'KC_LEFT' : undeclared identifier c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 266
Error 95 error C2227: left of '->isKeyDown' must point to class/struct/union/generic type c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 276
Error 96 error C2065: 'KC_M' : undeclared identifier c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 276
Error 97 error C2227: left of '->isKeyDown' must point to class/struct/union/generic type c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 276
Error 98 error C2065: 'KC_COMMA' : undeclared identifier c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 276
Error 99 error C2227: left of '->isKeyDown' must point to class/struct/union/generic type c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 281
Error 100 error C2065: 'KC_F' : undeclared identifier c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 281
Error 101 error C2227: left of '->isKeyDown' must point to class/struct/union/generic type c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 288
Error 102 error C2065: 'KC_T' : undeclared identifier c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 288
Error 103 error C2227: left of '->isKeyDown' must point to class/struct/union/generic type c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 306
Error 104 error C2065: 'KC_SYSRQ' : undeclared identifier c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 306
Error 105 error C2039: 'setDebugText' : is not a member of 'Ogre::RenderWindow' c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 311
Error 106 error C2227: left of '->isKeyDown' must point to class/struct/union/generic type c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 315
Error 107 error C2065: 'KC_C' : undeclared identifier c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 315
Error 108 error C2227: left of '->isKeyDown' must point to class/struct/union/generic type c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 343
Error 109 fatal error C1003: error count exceeds 100; stopping compilation c:\ogre3d\sdk\samples\common\include\PagingLandScape2FrameListener.h 343

DannyZB

21-06-2008 15:27:25

Just downloaded the SVN..

Mention people have to use the SVN version for gods sake ..
the wiki article is plain wrong