View Single Post
Old July 22nd, 2008   #41 (permalink)
Nivalis
Registered User
 
Join Date: Jul 2008
Location: UK
Posts: 42
Just a heads up on VS2005 compile of latest R55 svn
Code:
13>.\Src\main.cpp(223) : error C2065: 'SDL_INIT_JOYSTICK' : undeclared identifier
13>.\Src\main.cpp(223) : error C3861: 'SDL_Init': identifier not found
13>.\Src\main.cpp(225) : error C3861: 'SDL_GetError': identifier not found
13>.\Src\main.cpp(228) : error C3861: 'SDL_NumJoysticks': identifier not found
13>.\Src\main.cpp(229) : error C3861: 'SDL_JoystickName': identifier not found
13>.\Src\main.cpp(231) : error C2065: 'joy' : undeclared identifier
13>.\Src\main.cpp(231) : error C3861: 'SDL_JoystickOpen': identifier not found
13>.\Src\main.cpp(236) : error C3861: 'SDL_JoystickName': identifier not found
13>.\Src\main.cpp(237) : error C3861: 'SDL_JoystickNumAxes': identifier not found
13>.\Src\main.cpp(238) : error C3861: 'SDL_JoystickNumButtons': identifier not found
13>.\Src\main.cpp(239) : error C3861: 'SDL_JoystickNumBalls': identifier not found
13>.\Src\main.cpp(240) : error C2065: 'numaxes' : undeclared identifier
13>.\Src\main.cpp(240) : error C3861: 'SDL_JoystickNumAxes': identifier not found
13>.\Src\main.cpp(241) : error C2065: 'numbuttons' : undeclared identifier
13>.\Src\main.cpp(241) : error C3861: 'SDL_JoystickNumButtons': identifier not found
13>.\Src\main.cpp(242) : error C2065: 'numballs' : undeclared identifier
13>.\Src\main.cpp(242) : error C3861: 'SDL_JoystickNumBalls': identifier not found
Code:
Error	401	fatal error LNK1181: cannot open input file '..\..\..\binary\x64\plugins\plugin_padsimple.lib'	DolphinWX
Second error i believe is due to the SDL errors in the Plugin_PadSimple build
right now it's not possible to fully compile the entire project without excluding those two plugins from the release.

Edit NOT Fixed by adding SDL libs/includes
__________________
Latest Dolphin SVN binaries

Last edited by Nivalis; July 22nd, 2008 at 14:34..
Nivalis is offline   Reply With Quote

Advertisement [Remove Advertisement]