wxWidgets compilation is throwing allot of errors ->
Code: Select all
>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(1151,5): warning MSB8012: TargetPath(H:\wxWidgets-2.8.11\build\msw\.\..\..\lib\vc_lib\gl.lib) does not match the Library's OutputFile property value (H:\wxWidgets-2.8.11\lib\vc_lib\wxmsw28u_gl.lib). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Lib.OutputFile).
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(1153,5): warning MSB8012: TargetName(gl) does not match the Library's OutputFile property value (wxmsw28u_gl). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Lib.OutputFile).
1> wx_gl.vcxproj -> H:\wxWidgets-2.8.11\build\msw\.\..\..\lib\vc_lib\gl.lib
4>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(1151,5): warning MSB8012: TargetPath(H:\wxWidgets-2.8.11\build\msw\.\..\..\lib\vc_lib\xrc.lib) does not match the Library's OutputFile property value (H:\wxWidgets-2.8.11\lib\vc_lib\wxmsw28u_xrc.lib). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Lib.OutputFile).
4>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(1153,5): warning MSB8012: TargetName(xrc) does not match the Library's OutputFile property value (wxmsw28u_xrc). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Lib.OutputFile).
5>------ Build started: Project: xml, Configuration: Unicode Release Win32 ------
2>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(1151,5): warning MSB8012: TargetPath(H:\wxWidgets-2.8.11\build\msw\.\..\..\lib\vc_lib\richtext.lib) does not match the Library's OutputFile property value (H:\wxWidgets-2.8.11\lib\vc_lib\wxmsw28u_richtext.lib). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Lib.OutputFile).
4> wx_xrc.vcxproj -> H:\wxWidgets-2.8.11\build\msw\.\..\..\lib\vc_lib\xrc.lib
3>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(1151,5): warning MSB8012: TargetPath(H:\wxWidgets-2.8.11\build\msw\.\..\..\lib\vc_lib\aui.lib) does not match the Library's OutputFile property value (H:\wxWidgets-2.8.11\lib\vc_lib\wxmsw28u_aui.lib). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Lib.OutputFile).
3>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(1153,5): warning MSB8012: TargetName(aui) does not match the Library's OutputFile property value (wxmsw28u_aui). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Lib.OutputFile).
2>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(1153,5): warning MSB8012: TargetName(richtext) does not match the Library's OutputFile property value (wxmsw28u_richtext). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Lib.OutputFile).