Dolphin, the GameCube and Wii emulator - Forums

Full Version: Compiling with OpenCL build failure
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Im trying to compile r5778 x64 with OpenCL enabled and 1 file keeps failing to build, i can build it just fine without OpenCL enabled.
Here is the build log.
http://pastie.org/1017419

i think it has to do with the software video plugin.

All i changed was the #if 0 to an #if 1 in OpenCl.h
I have the nvidia gpu computing sdk installed and the directories are set.

Quote:23> Creating library x64\Release\Plugin_VideoSW.lib and object x64\Release\Plugin_VideoSW.exp
23>videocommon.lib(VideoConfig.obj) : error LNK2001: unresolved external symbol "bool __cdecl IsD3D(void)" (?IsD3D@@YA_NXZ)
23>..\..\..\Binary\x64\Plugins\Plugin_VideoSW.dll : fatal error LNK1120: 1 unresolved externals
19>ReadWiimote.cpp
23>Build log was saved at "file://d:\Dolphin-x64\Source\Plugins\Plugin_VideoSoftware\x64\Release\BuildLog.htm"
23>Plugin_VideoSoftware - 2 error(s), 1 warning(s)