View Single Post
Old July 20th, 2008   #36 (permalink)
Master_T
Registered User
 
Join Date: Jun 2007
Location: Brecan City
Posts: 55
I have problems with compiling too... it worked on previous revs, but with the latest one, 2 plugin just fail with errors like this:

Code:
1>------ Build started: Project: Plugin_VideoOGL, Configuration: Release Win32 ------
1>Compiling...
1>GLInit.cpp
1>.\Src\GLInit.cpp(18) : error C2471: cannot update program database 'd:\dolphin\svn\source\plugins\plugin_videoogl\win32\release\vc90.pdb'
1>d:\dolphin\svn\source\plugins\plugin_videoogl\src\windows\stdafx.h(20) : warning C4005: '_WIN32_WINNT' : macro redefinition
1>        C:\Program Files\Microsoft SDKs\Windows\v6.0A\include\sdkddkver.h(151) : see previous definition of '_WIN32_WINNT'
1>.\Src\GLInit.cpp(450) : fatal error C1903: unable to recover from previous error(s); stopping compilation
1>VertexShaderManager.cpp
1>.\Src\VertexShaderManager.cpp(20) : error C2471: cannot update program database 'd:\dolphin\svn\source\plugins\plugin_videoogl\win32\release\vc90.pdb'
1>.\Src\VertexShaderManager.cpp(788) : fatal error C1903: unable to recover from previous error(s); stopping compilation
1>VertexShader.cpp
1>.\Src\VertexShader.cpp(18) : error C2471: cannot update program database 'd:\dolphin\svn\source\plugins\plugin_videoogl\win32\release\vc90.pdb'
1>.\Src\VertexShader.cpp(464) : fatal error C1903: unable to recover from previous error(s); stopping compilation
1>PixelShaderManager.cpp
1>.\Src\PixelShaderManager.cpp(18) : error C2471: cannot update program database 'd:\dolphin\svn\source\plugins\plugin_videoogl\win32\release\vc90.pdb'
1>.\Src\PixelShaderManager.cpp(580) : fatal error C1903: unable to recover from previous error(s); stopping compilation
1>PixelShader.cpp
1>.\Src\PixelShader.cpp(18) : error C2471: cannot update program database 'd:\dolphin\svn\source\plugins\plugin_videoogl\win32\release\vc90.pdb'
1>.\Src\PixelShader.cpp(819) : fatal error C1903: unable to recover from previous error(s); stopping compilation
1>VertexLoader_Normal.cpp
1>.\Src\VertexLoader_Normal.cpp(21) : error C2471: cannot update program database 'd:\dolphin\svn\source\plugins\plugin_videoogl\win32\release\vc90.pdb'
1>.\Src\VertexLoader_Normal.cpp(420) : fatal error C1903: unable to recover from previous error(s); stopping compilation
1>VertexLoader.cpp
1>.\Src\VertexLoader.cpp(18) : error C2471: cannot update program database 'd:\dolphin\svn\source\plugins\plugin_videoogl\win32\release\vc90.pdb'
1>.\Src\VertexLoader.cpp(1158) : fatal error C1903: unable to recover from previous error(s); stopping compilation
1>OpcodeDecoding.cpp
1>.\Src\OpcodeDecoding.cpp(27) : error C2471: cannot update program database 'd:\dolphin\svn\source\plugins\plugin_videoogl\win32\release\vc90.pdb'
1>.\Src\OpcodeDecoding.cpp(287) : fatal error C1903: unable to recover from previous error(s); stopping compilation
1>BPStructs.cpp
1>.\Src\BPStructs.cpp(18) : error C2471: cannot update program database 'd:\dolphin\svn\source\plugins\plugin_videoogl\win32\release\vc90.pdb'
1>.\Src\BPStructs.cpp(723) : fatal error C1903: unable to recover from previous error(s); stopping compilation
1>Build log was saved at "file://d:\Dolphin\SVN\Source\Plugins\Plugin_VideoOGL\Win32\Release\BuildLog.htm"
1>Plugin_VideoOGL - 18 error(s), 1 warning(s)
2>------ Build started: Project: DolphinWX, Configuration: Release Win32 ------
2>Linking...
2>LINK : fatal error LNK1181: cannot open input file '..\..\..\binary\win32\plugins\plugin_videoogl.lib'
2>Build log was saved at "file://d:\Dolphin\SVN\Source\Core\DolphinWX\Win32\Release\BuildLog.htm"
2>DolphinWX - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 2 failed, 14 up-to-date, 0 skipped ==========
Master_T is offline   Reply With Quote