• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Development Discussion v
« Previous 1 ... 53 54 55 56 57 ... 117 Next »

My problem when compiling , nid ur help
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
My problem when compiling , nid ur help
04-23-2012, 02:12 AM (This post was last modified: 04-23-2012, 03:48 AM by sasuketaichou.)
#9
sasuketaichou Offline
Member
***
Posts: 112
Threads: 17
Joined: Feb 2010
ok, thanx, but no, my windows is oficially from my lappy manufacture it does not been format b4, so i manage to get msysgit and chcp to work, but my tortoisegit in a mess, i did reinstall and all it did juz make it worst, the error symptom is like every folder has a green tick on it and i cant find GIT clone anymore, does any1 have the same problem?

ok, now after rebuild without inte c++ composer it juz work like charm no failed but with intel c++ composer i get this :

Code:
Build started: Project: zlib, Configuration: Release x64 ------
2>------ Build started: Project: SCMRevGen, Configuration: Release x64 ------
2>  ./Src/scmrev.h current at 3.0-594-dirty
1>  adler32.c
3>------ Build started: Project: Common, Configuration: Release x64 ------
1>  gzwrite.c
3>  stdafx.cpp
3>  ABI.cpp
3>  LogManager.cpp
1>  compress.c
1>  crc32.c
3>  BreakPoints.cpp
1>  deflate.c
1>  infback.c
1>  gzclose.c
1>  inffast.c
1>  gzlib.c
3>  MathUtil.cpp
1>  gzread.c
1>  inflate.c
1>  zutil.c
3>  MemArena.cpp
1>  inftrees.c
1>  trees.c
3>  MemoryUtil.cpp
1>  uncompr.c
3>  CDUtils.cpp
1>  xilib: executing 'lib'
3>  ColorUtil.cpp
1>  zlib.vcxproj -> C:\Development\Project Source\DoLphen\dolphin-emu\Source\x64\Release\zlib.lib
4>------ Build started: Project: png, Configuration: Release x64 ------
3>  ConsoleListener.cpp
4>  png.c
3>  Misc.cpp
4>  pngrtran.c
3>  MsgHandler.cpp
3>  NandPaths.cpp
3>  CPUDetect.cpp
4>  pngerror.c
3>  aes_cbc.cpp
3>  aes_core.cpp
4>  pngrutil.c
3>  bn.cpp
3>  SDCardUtil.cpp
3>  ec.cpp
3>  StringUtil.cpp
3>  md5.cpp
3>  sha1.cpp
4>  pngget.c
3>  ExtendedTrace.cpp
3>  FileSearch.cpp
4>  pngset.c
3>  SymbolDB.cpp
4>  pngmem.c
3>  FileUtil.cpp
4>  pngtrans.c
4>  pngpread.c
3>  SysConf.cpp
4>  pngwio.c
4>  pngwrite.c
3>  Thread.cpp
3>  Hash.cpp
4>  pngread.c
3>  Thunk.cpp
3>  IniFile.cpp
3>  Timer.cpp
4>  pngwtran.c
4>  pngrio.c
3>  Version.cpp
3>  VideoBackendBase.cpp
4>FileTracker : error FTK1011: could not create the new file tracking log file: C:\Development\Project Source\DoLphen\dolphin-emu\Externals\libpng\png\x64\Release\icl-mcpcom.read.1.tlog. The file exists.
4>  
3>  x64Analyzer.cpp
4>  
4>  
4>  pngwutil.c
3>  x64Emitter.cpp
5>------ Build started: Project: CLRun, Configuration: Release x64 ------
5>  clrun.c
5>  gencl.c
5>gencl.c(8): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(cl_uint={unsigned int}, cl_platform_id *, cl_uint={unsigned int} *)"
5>        if(!clGetPlatformIDs_ptr) clGetPlatformIDs_ptr = getFunction("clGetPlatformIDs");
5>                                                       ^
5>  
5>gencl.c(14): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(cl_platform_id, cl_platform_info={cl_uint={unsigned int}}, size_t={unsigned __int64}, void *, size_t={unsigned __int64} *)"
5>        if(!clGetPlatformInfo_ptr) clGetPlatformInfo_ptr = getFunction("clGetPlatformInfo");
5>                                                         ^
5>  
5>gencl.c(20): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(cl_platform_id, cl_device_type={cl_bitfield={cl_ulong={unsigned __int64}}}, cl_uint={unsigned int}, cl_device_id *, cl_uint={unsigned int} *)"
5>        if(!clGetDeviceIDs_ptr) clGetDeviceIDs_ptr = getFunction("clGetDeviceIDs");
5>                                                   ^
5>  
5>gencl.c(26): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(cl_device_id, cl_device_info={cl_uint={unsigned int}}, size_t={unsigned __int64}, void *, size_t={unsigned __int64} *)"
5>        if(!clGetDeviceInfo_ptr) clGetDeviceInfo_ptr = getFunction("clGetDeviceInfo");
5>                                                     ^
5>  
5>gencl.c(32): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_context (__cdecl *)(const cl_context_properties={intptr_t={__int64}} *, cl_uint={unsigned int}, const cl_device_id *, void (__cdecl *)(const char *, const void *, size_t={unsigned __int64}, void *), void *, cl_int={signed int} *)"
5>        if(!clCreateContext_ptr) clCreateContext_ptr = getFunction("clCreateContext");
5>                                                     ^
5>  
5>gencl.c(38): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_context (__cdecl *)(const cl_context_properties={intptr_t={__int64}} *, cl_device_type={cl_bitfield={cl_ulong={unsigned __int64}}}, void (__cdecl *)(const char *, const void *, size_t={unsigned __int64}, void *), void *, cl_int={signed int} *)"
5>        if(!clCreateContextFromType_ptr) clCreateContextFromType_ptr = getFunction("clCreateContextFromType");
5>                                                                     ^
5>  
5>gencl.c(44): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(cl_context)"
5>        if(!clRetainContext_ptr) clRetainContext_ptr = getFunction("clRetainContext");
5>                                                     ^
5>  
5>gencl.c(50): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(cl_context)"
5>        if(!clReleaseContext_ptr) clReleaseContext_ptr = getFunction("clReleaseContext");
5>                                                       ^
5>  
5>gencl.c(56): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(cl_context, cl_context_info={cl_uint={unsigned int}}, size_t={unsigned __int64}, void *, size_t={unsigned __int64} *)"
5>        if(!clGetContextInfo_ptr) clGetContextInfo_ptr = getFunction("clGetContextInfo");
5>                                                       ^
5>  
5>gencl.c(62): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_command_queue (__cdecl *)(cl_context, cl_device_id, cl_command_queue_properties={cl_bitfield={cl_ulong={unsigned __int64}}}, cl_int={signed int} *)"
5>        if(!clCreateCommandQueue_ptr) clCreateCommandQueue_ptr = getFunction("clCreateCommandQueue");
5>                                                               ^
5>  
5>gencl.c(68): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(cl_command_queue)"
5>        if(!clRetainCommandQueue_ptr) clRetainCommandQueue_ptr = getFunction("clRetainCommandQueue");
5>                                                               ^
5>  
5>gencl.c(74): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(cl_command_queue)"
5>        if(!clReleaseCommandQueue_ptr) clReleaseCommandQueue_ptr = getFunction("clReleaseCommandQueue");
5>                                                                 ^
5>  
5>gencl.c(80): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(cl_command_queue, cl_command_queue_info={cl_uint={unsigned int}}, size_t={unsigned __int64}, void *, size_t={unsigned __int64} *)"
5>        if(!clGetCommandQueueInfo_ptr) clGetCommandQueueInfo_ptr = getFunction("clGetCommandQueueInfo");
5>                                                                 ^
5>  
5>gencl.c(86): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(cl_command_queue, cl_command_queue_properties={cl_bitfield={cl_ulong={unsigned __int64}}}, cl_bool={cl_uint={unsigned int}}, cl_command_queue_properties={cl_bitfield={cl_ulong={unsigned __int64}}} *)"
5>        if(!clSetCommandQueueProperty_ptr) clSetCommandQueueProperty_ptr = getFunction("clSetCommandQueueProperty");
5>                                                                         ^
5>  
5>gencl.c(92): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_mem (__cdecl *)(cl_context, cl_mem_flags={cl_bitfield={cl_ulong={unsigned __int64}}}, size_t={unsigned __int64}, void *, cl_int={signed int} *)"
5>        if(!clCreateBuffer_ptr) clCreateBuffer_ptr = getFunction("clCreateBuffer");
5>                                                   ^
5>  
5>gencl.c(98): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_mem (__cdecl *)(cl_context, cl_mem_flags={cl_bitfield={cl_ulong={unsigned __int64}}}, const cl_image_format *, size_t={unsigned __int64}, size_t={unsigned __int64}, size_t={unsigned __int64}, void *, cl_int={signed int} *)"
5>        if(!clCreateImage2D_ptr) clCreateImage2D_ptr = getFunction("clCreateImage2D");
5>                                                     ^
5>  
5>gencl.c(104): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_mem (__cdecl *)(cl_context, cl_mem_flags={cl_bitfield={cl_ulong={unsigned __int64}}}, const cl_image_format *, size_t={unsigned __int64}, size_t={unsigned __int64}, size_t={unsigned __int64}, size_t={unsigned __int64}, size_t={unsigned __int64}, void *, cl_int={signed int} *)"
5>        if(!clCreateImage3D_ptr) clCreateImage3D_ptr = getFunction("clCreateImage3D");
5>                                                     ^
5>  
5>gencl.c(110): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(cl_mem)"
5>        if(!clRetainMemObject_ptr) clRetainMemObject_ptr = getFunction("clRetainMemObject");
5>                                                         ^
5>  
5>gencl.c(116): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(cl_mem)"
5>        if(!clReleaseMemObject_ptr) clReleaseMemObject_ptr = getFunction("clReleaseMemObject");
5>                                                           ^
5>  
5>gencl.c(122): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(cl_context, cl_mem_flags={cl_bitfield={cl_ulong={unsigned __int64}}}, cl_mem_object_type={cl_uint={unsigned int}}, cl_uint={unsigned int}, cl_image_format *, cl_uint={unsigned int} *)"
5>        if(!clGetSupportedImageFormats_ptr) clGetSupportedImageFormats_ptr = getFunction("clGetSupportedImageFormats");
5>                                                                           ^
5>  
5>gencl.c(128): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(cl_mem, cl_mem_info={cl_uint={unsigned int}}, size_t={unsigned __int64}, void *, size_t={unsigned __int64} *)"
5>        if(!clGetMemObjectInfo_ptr) clGetMemObjectInfo_ptr = getFunction("clGetMemObjectInfo");
5>                                                           ^
5>  
5>gencl.c(134): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(cl_mem, cl_image_info={cl_uint={unsigned int}}, size_t={unsigned __int64}, void *, size_t={unsigned __int64} *)"
5>        if(!clGetImageInfo_ptr) clGetImageInfo_ptr = getFunction("clGetImageInfo");
5>                                                   ^
5>  
5>gencl.c(140): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_sampler (__cdecl *)(cl_context, cl_bool={cl_uint={unsigned int}}, cl_addressing_mode={cl_uint={unsigned int}}, cl_filter_mode={cl_uint={unsigned int}}, cl_int={signed int} *)"
5>        if(!clCreateSampler_ptr) clCreateSampler_ptr = getFunction("clCreateSampler");
5>                                                     ^
5>  
5>gencl.c(146): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(cl_sampler)"
5>        if(!clRetainSampler_ptr) clRetainSampler_ptr = getFunction("clRetainSampler");
5>                                                     ^
5>  
5>gencl.c(152): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(cl_sampler)"
5>        if(!clReleaseSampler_ptr) clReleaseSampler_ptr = getFunction("clReleaseSampler");
5>                                                       ^
5>  
5>gencl.c(158): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(cl_sampler, cl_sampler_info={cl_uint={unsigned int}}, size_t={unsigned __int64}, void *, size_t={unsigned __int64} *)"
5>        if(!clGetSamplerInfo_ptr) clGetSamplerInfo_ptr = getFunction("clGetSamplerInfo");
5>                                                       ^
5>  
5>gencl.c(164): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_program (__cdecl *)(cl_context, cl_uint={unsigned int}, const char **, const size_t={unsigned __int64} *, cl_int={signed int} *)"
5>        if(!clCreateProgramWithSource_ptr) clCreateProgramWithSource_ptr = getFunction("clCreateProgramWithSource");
5>                                                                         ^
5>  
5>gencl.c(170): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_program (__cdecl *)(cl_context, cl_uint={unsigned int}, const cl_device_id *, const size_t={unsigned __int64} *, const unsigned char **, cl_int={signed int} *, cl_int={signed int} *)"
5>        if(!clCreateProgramWithBinary_ptr) clCreateProgramWithBinary_ptr = getFunction("clCreateProgramWithBinary");
5>                                                                         ^
5>  
5>gencl.c(176): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(cl_program)"
5>        if(!clRetainProgram_ptr) clRetainProgram_ptr = getFunction("clRetainProgram");
5>                                                     ^
5>  
5>gencl.c(182): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(cl_program)"
5>        if(!clReleaseProgram_ptr) clReleaseProgram_ptr = getFunction("clReleaseProgram");
5>                                                       ^
5>  
5>gencl.c(188): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(cl_program, cl_uint={unsigned int}, const cl_device_id *, const char *, void (__cdecl *)(cl_program, void *), void *)"
5>        if(!clBuildProgram_ptr) clBuildProgram_ptr = getFunction("clBuildProgram");
5>                                                   ^
5>  
5>gencl.c(194): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(void)"
5>        if(!clUnloadCompiler_ptr) clUnloadCompiler_ptr = getFunction("clUnloadCompiler");
5>                                                       ^
5>  
5>gencl.c(200): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(cl_program, cl_program_info={cl_uint={unsigned int}}, size_t={unsigned __int64}, void *, size_t={unsigned __int64} *)"
5>        if(!clGetProgramInfo_ptr) clGetProgramInfo_ptr = getFunction("clGetProgramInfo");
5>                                                       ^
5>  
5>gencl.c(206): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(cl_program, cl_device_id, cl_program_build_info={cl_uint={unsigned int}}, size_t={unsigned __int64}, void *, size_t={unsigned __int64} *)"
5>        if(!clGetProgramBuildInfo_ptr) clGetProgramBuildInfo_ptr = getFunction("clGetProgramBuildInfo");
5>                                                                 ^
5>  
5>gencl.c(212): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_kernel (__cdecl *)(cl_program, const char *, cl_int={signed int} *)"
5>        if(!clCreateKernel_ptr) clCreateKernel_ptr = getFunction("clCreateKernel");
5>                                                   ^
5>  
5>gencl.c(218): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(cl_program, cl_uint={unsigned int}, cl_kernel *, cl_uint={unsigned int} *)"
5>        if(!clCreateKernelsInProgram_ptr) clCreateKernelsInProgram_ptr = getFunction("clCreateKernelsInProgram");
5>                                                                       ^
5>  
5>gencl.c(224): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(cl_kernel)"
5>        if(!clRetainKernel_ptr) clRetainKernel_ptr = getFunction("clRetainKernel");
5>                                                   ^
5>  
5>gencl.c(230): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(cl_kernel)"
5>        if(!clReleaseKernel_ptr) clReleaseKernel_ptr = getFunction("clReleaseKernel");
5>                                                     ^
5>  
5>gencl.c(236): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(cl_kernel, cl_uint={unsigned int}, size_t={unsigned __int64}, const void *)"
5>        if(!clSetKernelArg_ptr) clSetKernelArg_ptr = getFunction("clSetKernelArg");
5>                                                   ^
5>  
5>gencl.c(242): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(cl_kernel, cl_kernel_info={cl_uint={unsigned int}}, size_t={unsigned __int64}, void *, size_t={unsigned __int64} *)"
5>        if(!clGetKernelInfo_ptr) clGetKernelInfo_ptr = getFunction("clGetKernelInfo");
5>                                                     ^
5>  
5>gencl.c(248): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(cl_kernel, cl_device_id, cl_kernel_work_group_info={cl_uint={unsigned int}}, size_t={unsigned __int64}, void *, size_t={unsigned __int64} *)"
5>        if(!clGetKernelWorkGroupInfo_ptr) clGetKernelWorkGroupInfo_ptr = getFunction("clGetKernelWorkGroupInfo");
5>                                                                       ^
5>  
5>gencl.c(254): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(cl_uint={unsigned int}, const cl_event *)"
5>        if(!clWaitForEvents_ptr) clWaitForEvents_ptr = getFunction("clWaitForEvents");
5>                                                     ^
5>  
5>gencl.c(260): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(cl_event, cl_event_info={cl_uint={unsigned int}}, size_t={unsigned __int64}, void *, size_t={unsigned __int64} *)"
5>        if(!clGetEventInfo_ptr) clGetEventInfo_ptr = getFunction("clGetEventInfo");
5>                                                   ^
5>  
5>gencl.c(266): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(cl_event)"
5>        if(!clRetainEvent_ptr) clRetainEvent_ptr = getFunction("clRetainEvent");
5>                                                 ^
5>  
5>gencl.c(272): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(cl_event)"
5>        if(!clReleaseEvent_ptr) clReleaseEvent_ptr = getFunction("clReleaseEvent");
5>                                                   ^
5>  
5>gencl.c(278): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(cl_event, cl_profiling_info={cl_uint={unsigned int}}, size_t={unsigned __int64}, void *, size_t={unsigned __int64} *)"
5>        if(!clGetEventProfilingInfo_ptr) clGetEventProfilingInfo_ptr = getFunction("clGetEventProfilingInfo");
5>                                                                     ^
5>  
5>gencl.c(284): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(cl_command_queue)"
5>        if(!clFlush_ptr) clFlush_ptr = getFunction("clFlush");
5>                                     ^
5>  
5>gencl.c(290): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(cl_command_queue)"
5>        if(!clFinish_ptr) clFinish_ptr = getFunction("clFinish");
5>                                       ^
5>  
5>gencl.c(296): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(cl_command_queue, cl_mem, cl_bool={cl_uint={unsigned int}}, size_t={unsigned __int64}, size_t={unsigned __int64}, void *, cl_uint={unsigned int}, const cl_event *, cl_event *)"
5>        if(!clEnqueueReadBuffer_ptr) clEnqueueReadBuffer_ptr = getFunction("clEnqueueReadBuffer");
5>                                                             ^
5>  
5>gencl.c(302): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(cl_command_queue, cl_mem, cl_bool={cl_uint={unsigned int}}, size_t={unsigned __int64}, size_t={unsigned __int64}, const void *, cl_uint={unsigned int}, const cl_event *, cl_event *)"
5>        if(!clEnqueueWriteBuffer_ptr) clEnqueueWriteBuffer_ptr = getFunction("clEnqueueWriteBuffer");
5>                                                               ^
5>  
5>gencl.c(308): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(cl_command_queue, cl_mem, cl_mem, size_t={unsigned __int64}, size_t={unsigned __int64}, size_t={unsigned __int64}, cl_uint={unsigned int}, const cl_event *, cl_event *)"
5>        if(!clEnqueueCopyBuffer_ptr) clEnqueueCopyBuffer_ptr = getFunction("clEnqueueCopyBuffer");
5>                                                             ^
5>  
5>gencl.c(314): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(cl_command_queue, cl_mem, cl_bool={cl_uint={unsigned int}}, const size_t={unsigned __int64} *, const size_t={unsigned __int64} *, size_t={unsigned __int64}, size_t={unsigned __int64}, void *, cl_uint={unsigned int}, const cl_event *, cl_event *)"
5>        if(!clEnqueueReadImage_ptr) clEnqueueReadImage_ptr = getFunction("clEnqueueReadImage");
5>                                                           ^
5>  
5>gencl.c(320): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(cl_command_queue, cl_mem, cl_bool={cl_uint={unsigned int}}, const size_t={unsigned __int64} *, const size_t={unsigned __int64} *, size_t={unsigned __int64}, size_t={unsigned __int64}, const void *, cl_uint={unsigned int}, const cl_event *, cl_event *)"
5>        if(!clEnqueueWriteImage_ptr) clEnqueueWriteImage_ptr = getFunction("clEnqueueWriteImage");
5>                                                             ^
5>  
5>gencl.c(326): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(cl_command_queue, cl_mem, cl_mem, const size_t={unsigned __int64} *, const size_t={unsigned __int64} *, const size_t={unsigned __int64} *, cl_uint={unsigned int}, const cl_event *, cl_event *)"
5>        if(!clEnqueueCopyImage_ptr) clEnqueueCopyImage_ptr = getFunction("clEnqueueCopyImage");
5>                                                           ^
5>  
5>gencl.c(332): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(cl_command_queue, cl_mem, cl_mem, const size_t={unsigned __int64} *, const size_t={unsigned __int64} *, size_t={unsigned __int64}, cl_uint={unsigned int}, const cl_event *, cl_event *)"
5>        if(!clEnqueueCopyImageToBuffer_ptr) clEnqueueCopyImageToBuffer_ptr = getFunction("clEnqueueCopyImageToBuffer");
5>                                                                           ^
5>  
5>gencl.c(338): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(cl_command_queue, cl_mem, cl_mem, size_t={unsigned __int64}, const size_t={unsigned __int64} *, const size_t={unsigned __int64} *, cl_uint={unsigned int}, const cl_event *, cl_event *)"
5>        if(!clEnqueueCopyBufferToImage_ptr) clEnqueueCopyBufferToImage_ptr = getFunction("clEnqueueCopyBufferToImage");
5>                                                                           ^
5>  
5>gencl.c(344): warning #556: a value of type "void *" cannot be assigned to an entity of type "void *(__cdecl *)(cl_command_queue, cl_mem, cl_bool={cl_uint={unsigned int}}, cl_map_flags={cl_bitfield={cl_ulong={unsigned __int64}}}, size_t={unsigned __int64}, size_t={unsigned __int64}, cl_uint={unsigned int}, const cl_event *, cl_event *, cl_int={signed int} *)"
5>        if(!clEnqueueMapBuffer_ptr) clEnqueueMapBuffer_ptr = getFunction("clEnqueueMapBuffer");
5>                                                           ^
5>  
5>gencl.c(350): warning #556: a value of type "void *" cannot be assigned to an entity of type "void *(__cdecl *)(cl_command_queue, cl_mem, cl_bool={cl_uint={unsigned int}}, cl_map_flags={cl_bitfield={cl_ulong={unsigned __int64}}}, const size_t={unsigned __int64} *, const size_t={unsigned __int64} *, size_t={unsigned __int64} *, size_t={unsigned __int64} *, cl_uint={unsigned int}, const cl_event *, cl_event *, cl_int={signed int} *)"
5>        if(!clEnqueueMapImage_ptr) clEnqueueMapImage_ptr = getFunction("clEnqueueMapImage");
5>                                                         ^
5>  
5>gencl.c(356): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(cl_command_queue, cl_mem, void *, cl_uint={unsigned int}, const cl_event *, cl_event *)"
5>        if(!clEnqueueUnmapMemObject_ptr) clEnqueueUnmapMemObject_ptr = getFunction("clEnqueueUnmapMemObject");
5>                                                                     ^
5>  
5>gencl.c(362): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(cl_command_queue, cl_kernel, cl_uint={unsigned int}, const size_t={unsigned __int64} *, const size_t={unsigned __int64} *, const size_t={unsigned __int64} *, cl_uint={unsigned int}, const cl_event *, cl_event *)"
5>        if(!clEnqueueNDRangeKernel_ptr) clEnqueueNDRangeKernel_ptr = getFunction("clEnqueueNDRangeKernel");
5>                                                                   ^
5>  
5>gencl.c(368): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(cl_command_queue, cl_kernel, cl_uint={unsigned int}, const cl_event *, cl_event *)"
5>        if(!clEnqueueTask_ptr) clEnqueueTask_ptr = getFunction("clEnqueueTask");
5>                                                 ^
5>  
5>gencl.c(374): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(cl_command_queue, void (*)(void *), void *, size_t={unsigned __int64}, cl_uint={unsigned int}, const cl_mem *, const void **, cl_uint={unsigned int}, const cl_event *, cl_event *)"
5>        if(!clEnqueueNativeKernel_ptr) clEnqueueNativeKernel_ptr = getFunction("clEnqueueNativeKernel");
5>                                                                 ^
5>  
5>gencl.c(380): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(cl_command_queue, cl_event *)"
5>        if(!clEnqueueMarker_ptr) clEnqueueMarker_ptr = getFunction("clEnqueueMarker");
5>                                                     ^
5>  
5>gencl.c(386): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(cl_command_queue, cl_uint={unsigned int}, const cl_event *)"
5>        if(!clEnqueueWaitForEvents_ptr) clEnqueueWaitForEvents_ptr = getFunction("clEnqueueWaitForEvents");
5>                                                                   ^
5>  
5>gencl.c(392): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(cl_command_queue)"
5>        if(!clEnqueueBarrier_ptr) clEnqueueBarrier_ptr = getFunction("clEnqueueBarrier");
5>                                                       ^
5>  
5>gencl.c(398): warning #556: a value of type "void *" cannot be assigned to an entity of type "void *(__cdecl *)(const char *)"
5>        if(!clGetExtensionFunctionAddress_ptr) clGetExtensionFunctionAddress_ptr = getFunction("clGetExtensionFunctionAddress");
5>                                                                                 ^
5>  
5>  dynamiclib.c
5>  genclgl.c
5>genclgl.c(8): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_mem (__cdecl *)(cl_context, cl_mem_flags={cl_bitfield={cl_ulong={unsigned __int64}}}, cl_GLuint={unsigned int}, int *)"
5>        if(!clCreateFromGLBuffer_ptr) clCreateFromGLBuffer_ptr = getFunction("clCreateFromGLBuffer");
5>                                                               ^
5>  
5>genclgl.c(14): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_mem (__cdecl *)(cl_context, cl_mem_flags={cl_bitfield={cl_ulong={unsigned __int64}}}, cl_GLenum={unsigned int}, cl_GLint={int}, cl_GLuint={unsigned int}, cl_int={signed int} *)"
5>        if(!clCreateFromGLTexture2D_ptr) clCreateFromGLTexture2D_ptr = getFunction("clCreateFromGLTexture2D");
5>                                                                     ^
5>  
5>genclgl.c(20): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_mem (__cdecl *)(cl_context, cl_mem_flags={cl_bitfield={cl_ulong={unsigned __int64}}}, cl_GLenum={unsigned int}, cl_GLint={int}, cl_GLuint={unsigned int}, cl_int={signed int} *)"
5>        if(!clCreateFromGLTexture3D_ptr) clCreateFromGLTexture3D_ptr = getFunction("clCreateFromGLTexture3D");
5>                                                                     ^
5>  
5>genclgl.c(26): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_mem (__cdecl *)(cl_context, cl_mem_flags={cl_bitfield={cl_ulong={unsigned __int64}}}, cl_GLuint={unsigned int}, cl_int={signed int} *)"
5>        if(!clCreateFromGLRenderbuffer_ptr) clCreateFromGLRenderbuffer_ptr = getFunction("clCreateFromGLRenderbuffer");
5>                                                                           ^
5>  
5>genclgl.c(32): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(cl_mem, cl_gl_object_type={cl_uint={unsigned int}} *, cl_GLuint={unsigned int} *)"
5>        if(!clGetGLObjectInfo_ptr) clGetGLObjectInfo_ptr = getFunction("clGetGLObjectInfo");
5>                                                         ^
5>  
5>genclgl.c(38): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(cl_mem, cl_gl_texture_info={cl_uint={unsigned int}}, size_t={unsigned __int64}, void *, size_t={unsigned __int64} *)"
5>        if(!clGetGLTextureInfo_ptr) clGetGLTextureInfo_ptr = getFunction("clGetGLTextureInfo");
5>                                                           ^
5>  
5>genclgl.c(44): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(cl_command_queue, cl_uint={unsigned int}, const cl_mem *, cl_uint={unsigned int}, const cl_event *, cl_event *)"
5>        if(!clEnqueueAcquireGLObjects_ptr) clEnqueueAcquireGLObjects_ptr = getFunction("clEnqueueAcquireGLObjects");
5>                                                                         ^
5>  
5>genclgl.c(50): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(cl_command_queue, cl_uint={unsigned int}, const cl_mem *, cl_uint={unsigned int}, const cl_event *, cl_event *)"
5>        if(!clEnqueueReleaseGLObjects_ptr) clEnqueueReleaseGLObjects_ptr = getFunction("clEnqueueReleaseGLObjects");
5>                                                                         ^
5>  
5>genclgl.c(56): warning #556: a value of type "void *" cannot be assigned to an entity of type "cl_int={signed int} (__cdecl *)(const cl_context_properties={intptr_t={__int64}} *, cl_gl_context_info={cl_uint={unsigned int}}, size_t={unsigned __int64}, void *, size_t={unsigned __int64} *)"
5>        if(!clGetGLContextInfoKHR_ptr) clGetGLContextInfoKHR_ptr = getFunction("clGetGLContextInfoKHR");
5>                                                                 ^
5>  
5>  xilib: executing 'lib'
5>  CLRun.vcxproj -> C:\Development\Project Source\DoLphen\dolphin-emu\Source\x64\Release\CLRun.lib
6>------ Build started: Project: SOIL, Configuration: Release x64 ------
6>  SOIL.c
6>  image_DXT.c
6>  stb_image_aug.c
6>  image_helper.c
3>  xilib: executing 'lib'
3>  Common.vcxproj -> C:\Development\Project Source\DoLphen\dolphin-emu\Source\x64\Release\Common.lib
7>------ Build started: Project: AudioCommon, Configuration: Release x64 ------
7>  AOSoundStream.cpp
7>  Mixer.cpp
7>  AudioCommon.cpp
7>  NullSoundStream.cpp
7>  OpenALStream.cpp
6>  xilib: executing 'lib'
6>  SOIL.vcxproj -> C:\Development\Project Source\DoLphen\dolphin-emu\Source\x64\Release\SOIL.lib
8>------ Build started: Project: LZO, Configuration: Release x64 ------
7>  AudioCommonConfig.cpp
8>  minilzo.c
7>  WaveFile.cpp
7>  DSoundStream.cpp
8>  xilib: executing 'lib'
8>  LZO.vcxproj -> C:\Development\Project Source\DoLphen\dolphin-emu\Source\x64\Release\LZO.lib
7>  XAudio2Stream.cpp
9>------ Build started: Project: wxWidgets, Configuration: Release x64 ------
9>  dummy.cpp
7>  xilib: executing 'lib'
7>OpenALStream.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library
7>AOSoundStream.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library
7>  AudioCommon.vcxproj -> C:\Development\Project Source\DoLphen\dolphin-emu\Source\x64\Release\AudioCommon.lib
10>------ Build started: Project: DiscIO, Configuration: Release x64 ------
10>  stdafx.cpp
10>  BannerLoader.cpp
10>  FileMonitor.cpp
10>  BannerLoaderGC.cpp
10>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Platforms\x64\PlatformToolsets\Intel C++ Compiler XE 12.1\Microsoft.Cpp.x64.Intel C++ Compiler XE 12.1.targets(211,5): error : backend signals
10>  
10>icl : error #10298: problem during post processing of parallel object compilation
10>  WiiWad.cpp
10>  Filesystem.cpp
10>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Platforms\x64\PlatformToolsets\Intel C++ Compiler XE 12.1\Microsoft.Cpp.x64.Intel C++ Compiler XE 12.1.targets(211,5): error : backend signals
10>  
10>icl : error #10298: problem during post processing of parallel object compilation
11>------ Build started: Project: Bochs_disasm, Configuration: Release x64 ------
11>  dis_decode.cpp
11>  resolve.cpp
11>  stdafx.cpp
11>  syntax.cpp
11>  dis_groups.cpp
11>  PowerPCDisasm.cpp
9>  wxcrt.cpp
9>  auibar.cpp
9>  wxprintf.cpp
11>  xilib: executing 'lib'
11>  Bochs_disasm.vcxproj -> C:\Development\Project Source\DoLphen\dolphin-emu\Source\x64\Release\Bochs_disasm.lib
12>------ Build started: Project: VideoCommon, Configuration: Release x64 ------
9>  xlocale.cpp
9>  xpmdecod.cpp
9>  zipstrm.cpp
9>  auibook.cpp
9>  zstream.cpp
9>  aboutdlgg.cpp
9>  animateg.cpp
9>  dockart.cpp
9>  floatpane.cpp
9>  bannerwindow.cpp
9>  bmpcboxg.cpp
9>  busyinfo.cpp
9>  framemanager.cpp
9>  buttonbar.cpp
9>  calctrlg.cpp
9>  choicbkg.cpp
9>  choicdgg.cpp
9>  tabmdi.cpp
9>  clrpickerg.cpp
9>  collpaneg.cpp
9>  accelcmn.cpp
9>  affinematrix2d.cpp
9>  colrdlgg.cpp
9>  anidecod.cpp
9>  animatecmn.cpp
9>  combog.cpp
9>  commandlinkbuttong.cpp
9>  any.cpp
9>  datavgen.cpp
9>  appbase.cpp
9>  appcmn.cpp
9>  arcall.cpp
9>  arcfind.cpp
9>  archive.cpp
9>  arrstr.cpp
9>  datectlg.cpp
9>  dcpsg.cpp
9>  dirctrlg.cpp
9>  artprov.cpp
9>  artstd.cpp
9>  arttango.cpp
9>  dirdlgg.cpp
9>  base64.cpp
9>  bmpbase.cpp
9>  dragimgg.cpp
9>  bmpbtncmn.cpp
9>  editlbox.cpp
9>  bmpcboxcmn.cpp
9>  bookctrl.cpp
9>  filectrlg.cpp
9>  btncmn.cpp
9>  cairo.cpp
9>  calctrlcmn.cpp
9>  checkboxcmn.cpp
9>  filedlgg.cpp
9>  checklstcmn.cpp
9>  choiccmn.cpp
9>  filepickerg.cpp
9>  clipcmn.cpp
9>  clntdata.cpp
9>  clrpickercmn.cpp
9>  fontdlgg.cpp
9>  cmdline.cpp
9>  fontpickerg.cpp
9>  graphicc.cpp
9>  cmdproc.cpp
9>  grid.cpp
9>  cmndata.cpp
9>  colourcmn.cpp
9>  colourdata.cpp
9>  combocmn.cpp
9>  config.cpp
9>  containr.cpp
9>  convauto.cpp
9>  cshelp.cpp
9>  gridctrl.cpp
9>  ctrlcmn.cpp
9>  grideditors.cpp
9>  ctrlsub.cpp
9>  datavcmn.cpp
9>  gridsel.cpp
9>  helpext.cpp
9>  hyperlinkg.cpp
9>  infobar.cpp
9>  datetime.cpp
9>  laywin.cpp
9>  listbkg.cpp
9>  logg.cpp
9>  datetimefmt.cpp
9>  datstrm.cpp
9>  mdig.cpp
9>  dcbase.cpp
9>  msgdlgg.cpp
9>  dcbufcmn.cpp
9>  dcgraph.cpp
9>  notifmsgg.cpp
9>  dcsvg.cpp
9>  numdlgg.cpp
9>  debugrpt.cpp
9>  odcombo.cpp
9>  dircmn.cpp
9>  dirctrlcmn.cpp
9>  dlgcmn.cpp
9>  printps.cpp
9>  prntdlgg.cpp
9>  dndcmn.cpp
9>  dobjcmn.cpp
9>  progdlgg.cpp
9>  docmdi.cpp
9>  docview.cpp
9>  propdlg.cpp
9>  renderg.cpp
9>  dpycmn.cpp
9>  richmsgdlgg.cpp
9>  dseldlg.cpp
9>  richtooltipg.cpp
9>  dynarray.cpp
9>  sashwin.cpp
9>  dynlib.cpp
9>  dynload.cpp
9>  scrlwing.cpp
9>  encconv.cpp
9>  selstore.cpp
9>  spinctlg.cpp
9>  event.cpp
9>  splash.cpp
9>  splitter.cpp
9>  evtloopcmn.cpp
9>  fddlgcmn.cpp
9>  srchctlg.cpp
9>  fdiodispatcher.cpp
9>  ffile.cpp
9>  file.cpp
9>  statbmpg.cpp
9>  fileback.cpp
9>  stattextg.cpp
9>  fileconf.cpp
9>  statusbr.cpp
9>  tabg.cpp
9>  filectrlcmn.cpp
9>  filefn.cpp
9>  textdlgg.cpp
9>  timectrlg.cpp
9>  filehistorycmn.cpp
9>  tipdlg.cpp
9>  filename.cpp
9>  tipwin.cpp
9>  toolbkg.cpp
9>  filepickercmn.cpp
9>  treebkg.cpp
9>  filesys.cpp
9>  treectlg.cpp
9>  filtall.cpp
9>  filtfind.cpp
9>  fldlgcmn.cpp
9>  fmapbase.cpp
9>  treelist.cpp
9>  fontcmn.cpp
9>  fontdata.cpp
9>  vlbox.cpp
9>  fontenumcmn.cpp
9>  fontmap.cpp
9>  vscroll.cpp
9>  fontpickercmn.cpp
9>  wizard.cpp
9>  fontutilcmn.cpp
9>  framecmn.cpp
9>  aboutdlg.cpp
9>  fs_arc.cpp
9>  accel.cpp
9>  anybutton.cpp
9>  fs_filter.cpp
9>  fs_inet.cpp
9>  app.cpp
9>  fs_mem.cpp
9>  ftp.cpp
9>  artmsw.cpp
9>  basemsw.cpp
9>  gaugecmn.cpp
9>  bitmap.cpp
9>  gbsizer.cpp
9>  bmpbuttn.cpp
9>  gdicmn.cpp
9>  bmpcbox.cpp
9>  geometry.cpp
9>  brush.cpp
9>  gifdecod.cpp
9>  button.cpp
9>  glcmn.cpp
9>  calctrl.cpp
9>  graphcmn.cpp
9>  caret.cpp
9>  gridcmn.cpp
9>  checkbox.cpp
9>  hash.cpp
9>  checklst.cpp
9>  hashmap.cpp
9>  headercolcmn.cpp
9>  headerctrlcmn.cpp
9>  choice.cpp
9>  clipbrd.cpp
9>  helpbase.cpp
9>  http.cpp
9>  colordlg.cpp
9>  hyperlnkcmn.cpp
9>  colour.cpp
9>  combo.cpp
9>  iconbndl.cpp
9>  combobox.cpp
9>  imagall.cpp
9>  imagbmp.cpp
9>  commandlinkbutton.cpp
9>  control.cpp
9>  image.cpp
9>  crashrpt.cpp
9>  cursor.cpp
9>  data.cpp
9>  datecontrols.cpp
9>  datectrl.cpp
9>  imagfill.cpp
9>  imagpng.cpp
9>  datetimectrl.cpp
9>  dc.cpp
9>  init.cpp
9>  intl.cpp
9>  dcclient.cpp
9>  ipcbase.cpp
9>  dcmemory.cpp
9>  languageinfo.cpp
9>  dcprint.cpp
9>  layout.cpp
9>  lboxcmn.cpp
9>  dcscreen.cpp
9>  dde.cpp
9>  list.cpp
9>  listctrlcmn.cpp
9>  debughlp.cpp
9>  log.cpp
9>  dialog.cpp
9>  dialup.cpp
9>  longlong.cpp
9>  dib.cpp
9>  matrix.cpp
9>  dir.cpp
9>  menucmn.cpp
9>  dirdlg.cpp
9>  mimecmn.cpp
9>  display.cpp
9>  module.cpp
9>  dlmsw.cpp
9>  mousemanager.cpp
9>  msgout.cpp
9>  dragimag.cpp
9>  mstream.cpp
9>  nbkbase.cpp
9>  enhmeta.cpp
9>  numformatter.cpp
9>  object.cpp
9>  evtloop.cpp
9>  odcombocmn.cpp
9>  fdrepdlg.cpp
9>  overlaycmn.cpp
9>  ownerdrwcmn.cpp
9>  filedlg.cpp
9>  panelcmn.cpp
9>  paper.cpp
9>  font.cpp
9>  persist.cpp
9>  fontdlg.cpp
9>  pickerbase.cpp
9>  fontenum.cpp
9>  fontutil.cpp
9>  platinfo.cpp
9>  frame.cpp
9>  popupcmn.cpp
9>  gauge.cpp
9>  powercmn.cpp
9>  gdiimage.cpp
9>  prntbase.cpp
9>  gdiobj.cpp
9>  gdiplus.cpp
9>  process.cpp
9>  protocol.cpp
9>  quantize.cpp
9>  radiobtncmn.cpp
9>  radiocmn.cpp
9>  rearrangectrl.cpp
9>  rendcmn.cpp
9>  rgncmn.cpp
9>  richtooltipcmn.cpp
9>  sckaddr.cpp
9>  sckfile.cpp
9>  sckipc.cpp
9>  sckstrm.cpp
9>  scrolbarcmn.cpp
9>  selectdispatcher.cpp
9>  settcmn.cpp
9>  sizer.cpp
9>  slidercmn.cpp
9>  socket.cpp
9>  spinbtncmn.cpp
9>  spinctrlcmn.cpp
9>  srchcmn.cpp
9>  sstream.cpp
9>  statbar.cpp
9>  statbmpcmn.cpp
9>  statboxcmn.cpp
9>  statlinecmn.cpp
9>  stattextcmn.cpp
9>  stdpbase.cpp
9>  stdstream.cpp
9>  stockitem.cpp
9>  stopwatch.cpp
9>  strconv.cpp
9>  stream.cpp
9>  glcanvas.cpp
9>  string.cpp
9>  graphics.cpp
9>  stringimpl.cpp
9>  stringops.cpp
9>  strvararg.cpp
9>  headerctrl.cpp
9>  helpbest.cpp
9>  sysopt.cpp
9>  helpchm.cpp
9>  tarstrm.cpp
9>  helpwin.cpp
9>  hyperlink.cpp
9>  icon.cpp
9>  taskbarcmn.cpp
9>  imaglist.cpp
9>  tbarbase.cpp
9>  iniconf.cpp
9>  listbox.cpp
9>  textbuf.cpp
9>  textcmn.cpp
9>  listctrl.cpp
9>  textentrycmn.cpp
9>  textfile.cpp
9>  main.cpp
9>  mdi.cpp
9>  time.cpp
9>  timercmn.cpp
9>  timerimpl.cpp
9>  tokenzr.cpp
9>  menu.cpp
9>  toplvcmn.cpp
9>  translation.cpp
9>  menuitem.cpp
9>  metafile.cpp
9>  mimetype.cpp
9>  treebase.cpp
9>  minifram.cpp
9>  txtstrm.cpp
9>  msgdlg.cpp
9>  uiactioncmn.cpp
9>  unichar.cpp
9>  uri.cpp
9>  mslu.cpp
9>  nativdlg.cpp
9>  url.cpp
9>  nativewin.cpp
9>  ustring.cpp
9>  nonownedwnd.cpp
9>  utilscmn.cpp
9>  notebook.cpp
9>  notifmsg.cpp
9>  valgen.cpp
9>  access.cpp
9>  validate.cpp
9>  activex.cpp
9>  valnum.cpp
9>  valtext.cpp
9>  automtn.cpp
9>  variant.cpp
9>  dataobj.cpp
9>  dropsrc.cpp
9>  droptgt.cpp
9>  webviewarchivehandler.cpp
9>  wfstream.cpp
9>  oleutils.cpp
9>  wincmn.cpp
9>  uuid.cpp
9>  ownerdrw.cpp
9>  palette.cpp
9>  panel.cpp
9>  pen.cpp
9>  penwin.cpp
9>  windowid.cpp
9>  popupwin.cpp
9>  power.cpp
9>  wrapsizer.cpp
9>  printdlg.cpp
9>  printwin.cpp
9>  progdlg.cpp
9>  radiobox.cpp
9>  radiobut.cpp
9>  regconf.cpp
9>  region.cpp
9>  registry.cpp
9>  renderer.cpp
9>  richmsgdlg.cpp
9>  richtooltip.cpp
9>  scrolbar.cpp
9>  settings.cpp
9>  slider.cpp
9>  snglinst.cpp
9>  sockmsw.cpp
9>  sound.cpp
9>  spinbutt.cpp
9>  spinctrl.cpp
9>  stackwalk.cpp
9>  statbmp.cpp
9>  statbox.cpp
9>  statline.cpp
9>  stattext.cpp
9>  statusbar.cpp
9>  stdpaths.cpp
9>  taskbar.cpp
9>  textctrl.cpp
9>  textentry.cpp
9>  tglbtn.cpp
9>  thread.cpp
9>  timectrl.cpp
9>  timer.cpp
9>  toolbar.cpp
9>  tooltip.cpp
9>  toplevel.cpp
9>  treectrl.cpp
9>  uiaction.cpp
9>  urlmsw.cpp
9>  utils.cpp
9>  utilsexc.cpp
9>  utilsgui.cpp
9>  uxtheme.cpp
9>  volume.cpp
9>  window.cpp
9>  extended.c
9>  xilib: executing 'lib'
9>urlmsw.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library
9>access.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library
9>metafile.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library
9>iniconf.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library
9>helpbest.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library
9>gdiobj.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library
9>dialup.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library
9>data.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library
9>crashrpt.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library
9>timectrlg.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library
9>printps.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library
9>dcpsg.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library
9>combog.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library
9>buttonbar.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library
9>bmpcboxg.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library
9>wxprintf.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library
9>webviewarchivehandler.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library
9>stringops.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library
9>selectdispatcher.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library
9>imagfill.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library
9>fontutilcmn.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library
9>debugrpt.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library
9>cairo.obj : warning LNK4221: This object file does not define any previously undefined public symbols, so it will not be used by any link operation that consumes this library
9>  wx_base.vcxproj -> C:\Development\Project Source\DoLphen\dolphin-emu\Source\x64\Release\wxWidgets.lib
13>------ Build started: Project: SFML_Network, Configuration: Release x64 ------
13>  Ftp.cpp
13>  SelectorBase.cpp
12>  AVIDump.cpp
12>  PixelEngine.cpp
13>  SocketTCP.cpp
12>  PixelShaderGen.cpp
12>  BPFunctions.cpp
12>  BPMemory.cpp
13>  SocketUDP.cpp
12>  BPStructs.cpp
12>  PixelShaderManager.cpp
12>  CommandProcessor.cpp
13>  SocketHelper.cpp
12>  RenderBase.cpp
12>  Statistics.cpp
13>  Http.cpp
12>  TextureCacheBase.cpp
12>  CPMemory.cpp
12>  TextureConversionShader.cpp
12>  Debugger.cpp
12>  TextureDecoder.cpp
12>Src\TextureDecoder.cpp(721): warning #161: unrecognized #pragma
12>                #pragma omp parallel for
12>                        ^
12>  
12>Src\TextureDecoder.cpp(729): warning #161: unrecognized #pragma
12>                #pragma omp parallel for
12>                        ^
12>  
12>Src\TextureDecoder.cpp(738): warning #161: unrecognized #pragma
12>                #pragma omp parallel for
12>                        ^
12>  
12>Src\TextureDecoder.cpp(752): warning #161: unrecognized #pragma
12>                #pragma omp parallel for
12>                        ^
12>  
12>Src\TextureDecoder.cpp(765): warning #161: unrecognized #pragma
12>                #pragma omp parallel for
12>                        ^
12>  
12>Src\TextureDecoder.cpp(777): warning #161: unrecognized #pragma
12>                    #pragma omp parallel for
12>                            ^
12>  
12>Src\TextureDecoder.cpp(785): warning #161: unrecognized #pragma
12>                    #pragma omp parallel for
12>                            ^
12>  
12>Src\TextureDecoder.cpp(795): warning #161: unrecognized #pragma
12>                #pragma omp parallel for
12>                        ^
12>  
12>Src\TextureDecoder.cpp(804): warning #161: unrecognized #pragma
12>                #pragma omp parallel for
12>                        ^
12>  
12>Src\TextureDecoder.cpp(821): warning #161: unrecognized #pragma
12>                #pragma omp parallel for
12>                        ^
12>  
12>Src\TextureDecoder.cpp(829): warning #161: unrecognized #pragma
12>                #pragma omp parallel for
12>                        ^
12>  
12>Src\TextureDecoder.cpp(838): warning #161: unrecognized #pragma
12>                #pragma omp parallel for
12>                        ^
12>  
12>Src\TextureDecoder.cpp(852): warning #161: unrecognized #pragma
12>                #pragma omp parallel for
12>                        ^
12>  
12>Src\TextureDecoder.cpp(866): warning #161: unrecognized #pragma
12>                    #pragma omp parallel for
12>                            ^
12>  
12>Src\TextureDecoder.cpp(908): warning #161: unrecognized #pragma
12>                    #pragma omp parallel for
12>                            ^
12>  
12>Src\TextureDecoder.cpp(941): warning #161: unrecognized #pragma
12>                #pragma omp parallel for
12>                        ^
12>  
12>Src\TextureDecoder.cpp(988): warning #161: unrecognized #pragma
12>                #pragma omp parallel for
12>                        ^
12>  
12>Src\TextureDecoder.cpp(996): warning #161: unrecognized #pragma
12>                #pragma omp parallel for
12>                        ^
12>  
12>Src\TextureDecoder.cpp(1005): warning #161: unrecognized #pragma
12>                #pragma omp parallel for
12>                        ^
12>  
13>  IPAddress.cpp
12>Src\TextureDecoder.cpp(1024): warning #161: unrecognized #pragma
12>                    #pragma omp parallel for
12>                            ^
12>  
12>Src\TextureDecoder.cpp(1059): warning #161: unrecognized #pragma
12>                    #pragma omp parallel for
12>                            ^
12>  
12>Src\TextureDecoder.cpp(1145): warning #161: unrecognized #pragma
12>                    #pragma omp parallel for
12>                            ^
12>  
12>Src\TextureDecoder.cpp(1170): warning #161: unrecognized #pragma
12>                    #pragma omp parallel for
12>                            ^
12>  
12>Src\TextureDecoder.cpp(1277): warning #161: unrecognized #pragma
12>                #pragma omp parallel for
12>                        ^
12>  
12>Src\TextureDecoder.cpp(1285): warning #161: unrecognized #pragma
12>                #pragma omp parallel for
12>                        ^
12>  
12>Src\TextureDecoder.cpp(1294): warning #161: unrecognized #pragma
12>                #pragma omp parallel for
12>                        ^
12>  
12>Src\TextureDecoder.cpp(1304): warning #161: unrecognized #pragma
12>                #pragma omp parallel for
12>                        ^
12>  
12>Src\TextureDecoder.cpp(1318): warning #161: unrecognized #pragma
12>                    #pragma omp parallel for
12>                            ^
12>  
12>Src\TextureDecoder.cpp(1339): warning #161: unrecognized #pragma
12>                    #pragma omp parallel for
12>                            ^
12>  
12>Src\TextureDecoder.cpp(1403): warning #161: unrecognized #pragma
12>                #pragma omp parallel for
12>                        ^
12>  
12>Src\TextureDecoder.cpp(1411): warning #161: unrecognized #pragma
12>                #pragma omp parallel for
12>                        ^
12>  
12>Src\TextureDecoder.cpp(1419): warning #161: unrecognized #pragma
12>                #pragma omp parallel for
12>                        ^
12>  
12>Src\TextureDecoder.cpp(1435): warning #161: unrecognized #pragma
12>                #pragma omp parallel for
12>                        ^
12>  
12>Src\TextureDecoder.cpp(1524): warning #161: unrecognized #pragma
12>                    #pragma omp parallel for
12>                            ^
12>  
12>Src\TextureDecoder.cpp(1616): warning #161: unrecognized #pragma
12>                    #pragma omp parallel for
12>                            ^
12>  
12>Src\TextureDecoder.cpp(1737): warning #161: unrecognized #pragma
12>                    #pragma omp parallel for
12>                            ^
12>  
12>Src\TextureDecoder.cpp(1768): warning #161: unrecognized #pragma
12>                    #pragma omp parallel for
12>                            ^
12>  
12>Src\TextureDecoder.cpp(1882): warning #161: unrecognized #pragma
12>                #pragma omp parallel for
12>                        ^
12>  
12>  DLCache.cpp
12>  VertexLoader.cpp
13>  Packet.cpp
12>  VertexLoaderManager.cpp
13>  xilib: executing 'lib'
13>  SFML_Network.vcxproj -> C:\Development\Project Source\DoLphen\dolphin-emu\Source\x64\Release\SFML_Network.lib
12>  EmuWindow.cpp
14>------ Build started: Project: InputCommon, Configuration: Release x64 ------
14>  ControllerEmu.cpp
14>  SDL.cpp
12>  VertexLoader_Color.cpp
12>  Fifo.cpp
12>  VertexLoader_Normal.cpp
12>  FramebufferManagerBase.cpp
14>  ControllerInterface.cpp
12>  VertexLoader_Position.cpp
12>  HiresTextures.cpp
12>  VertexLoader_TextCoord.cpp
14>  XInput.cpp
12>  ImageWrite.cpp
12>  VertexManagerBase.cpp
12>  VertexShaderGen.cpp
14>  InputConfig.cpp
12>  IndexGenerator.cpp
12>  LightingShaderGen.cpp
12>  MainBase.cpp
12>  memcpy_amd.cpp
12>  OnScreenDisplay.cpp
14>  UDPWiimote.cpp
14>  DInput.cpp
12>  VertexShaderManager.cpp
12>  OpcodeDecoding.cpp
14>  DInputJoystick.cpp
12>  OpenCL.cpp
12>  OCLTextureDecoder.cpp
14>Src\ControllerInterface\DInput\DInputJoystick.cpp(14): warning #533: function "ciface::DInput::Joystick::Force<P>::SetState [with P=DICONSTANTFORCE]" cannot be instantiated -- it has been explicitly specialized
14>    template class Joystick::Force<DICONSTANTFORCE>;
14>             ^
14>            detected during:
14>              implicit generation of "ciface::DInput::Joystick::Force<P>::~Force() [with P=DICONSTANTFORCE]" at line 506
14>              instantiation of class "ciface::DInput::Joystick::Force<P> [with P=DICONSTANTFORCE]" at line 506
14>              instantiation of "std::string ciface::DInput::Joystick::Force<P>::GetName() const [with P=DICONSTANTFORCE]" at line 14
14>  
14>Src\ControllerInterface\DInput\DInputJoystick.cpp(15): warning #533: function "ciface::DInput::Joystick::Force<P>::SetState [with P=DIRAMPFORCE]" cannot be instantiated -- it has been explicitly specialized
14>    template class Joystick::Force<DIRAMPFORCE>;
14>             ^
14>            detected during:
14>              implicit generation of "ciface::DInput::Joystick::Force<P>::~Force() [with P=DIRAMPFORCE]" at line 506
14>              instantiation of class "ciface::DInput::Joystick::Force<P> [with P=DIRAMPFORCE]" at line 506
14>              instantiation of "std::string ciface::DInput::Joystick::Force<P>::GetName() const [with P=DIRAMPFORCE]" at line 15
14>  
14>Src\ControllerInterface\DInput\DInputJoystick.cpp(16): warning #533: function "ciface::DInput::Joystick::Force<P>::SetState [with P=DIPERIODIC]" cannot be instantiated -- it has been explicitly specialized
14>    template class Joystick::Force<DIPERIODIC>;
14>             ^
14>            detected during:
14>              implicit generation of "ciface::DInput::Joystick::Force<P>::~Force() [with P=DIPERIODIC]" at line 506
14>              instantiation of class "ciface::DInput::Joystick::Force<P> [with P=DIPERIODIC]" at line 506
14>              instantiation of "std::string ciface::DInput::Joystick::Force<P>::GetName() const [with P=DIPERIODIC]" at line 16
14>  
12>  VideoConfig.cpp
14>  UDPWrapper.cpp
12>  VideoState.cpp
12>  XFMemory.cpp
14>  DInputKeyboardMouse.cpp
12>  XFStructs.cpp
14>  xilib: executing 'lib'
14>  InputCommon.vcxproj -> C:\Development\Project Source\DoLphen\dolphin-emu\Source\x64\Release\InputCommon.lib
12>  xilib: executing 'lib'
12>  VideoCommon.vcxproj -> C:\Development\Project Source\DoLphen\dolphin-emu\Source\x64\Release\VideoCommon.lib
15>------ Build started: Project: Languages, Configuration: Release x64 ------
15>  Compiling ar locale
15>  Compiling cs locale
15>  Compiling de locale
15>  Compiling el locale
15>  Compiling en locale
15>  Compiling es locale
15>  Compiling fr locale
15>  Compiling he locale
15>  Compiling hu locale
15>  Compiling it locale
15>  Compiling ja locale
15>  Compiling ko locale
15>  Compiling nb locale
15>  Compiling nl locale
15>  Compiling pl locale
15>  Compiling pt_BR locale
15>  Compiling pt locale
15>  Compiling ru locale
15>  Compiling sr locale
15>  Compiling tr locale
15>  Compiling zh_CN locale
15>  Compiling zh_TW locale
16>------ Build started: Project: VideoDX9, Configuration: Release x64 ------
16>  stdafx.cpp
17>------ Build started: Project: VideoDX11, Configuration: Release x64 ------
17>  stdafx.cpp
17>  D3DBase.cpp
17>  NativeVertexFormat.cpp
17>  PixelShaderCache.cpp
17>  D3DBlob.cpp
16>  D3DBase.cpp
16>  NativeVertexFormat.cpp
16>  PixelShaderCache.cpp
16>  D3DShader.cpp
17>  D3DShader.cpp
16>  Render.cpp
17>  D3DTexture.cpp
16>  D3DTexture.cpp
17>  PointGeometryShader.cpp
16>  D3DUtil.cpp
17>  D3DUtil.cpp
16>  TextureCache.cpp
16>  FramebufferManager.cpp
17>  FramebufferManager.cpp
16>  TextureConverter.cpp
16>  main.cpp
17>  GfxState.cpp
16>  VertexManager.cpp
17>  PSTextureEncoder.cpp
17>  LineGeometryShader.cpp
16>Src\VertexManager.cpp(160): warning #589: transfer of control bypasses initialization of:
16>              variable "stride" (declared at line 169)
16>              variable "useDstAlpha" (declared at line 174)
16>            goto shader_fail;
16>            ^
16>  
16>Src\VertexManager.cpp(165): warning #589: transfer of control bypasses initialization of:
16>              variable "stride" (declared at line 169)
16>              variable "useDstAlpha" (declared at line 174)
16>            goto shader_fail;
16>            ^
16>  
16>  VertexShaderCache.cpp
17>  Render.cpp
17>  main.cpp
17>  Television.cpp
17>  TextureCache.cpp
17>  VertexManager.cpp
17>  XFBEncoder.cpp
17>Src\VertexManager.cpp(256): warning #589: transfer of control bypasses initialization of:
17>              variable "stride" (declared at line 264)
17>            goto shader_fail;
17>            ^
17>  
17>Src\VertexManager.cpp(261): warning #589: transfer of control bypasses initialization of:
17>              variable "stride" (declared at line 264)
17>            goto shader_fail;
17>            ^
17>  
17>  VertexShaderCache.cpp
17>  xilib: executing 'lib'
16>  xilib: executing 'lib'
16>  Plugin_VideoDX9.vcxproj -> C:\Development\Project Source\DoLphen\dolphin-emu\Source\x64\Release\VideoDX9.lib
17>  Plugin_VideoDX11.vcxproj -> C:\Development\Project Source\DoLphen\dolphin-emu\Source\x64\Release\VideoDX11.lib
18>------ Build started: Project: VideoOGL, Configuration: Release x64 ------
18>  stdafx.cpp
19>------ Build started: Project: VideoSoftware, Configuration: Release x64 ------
19>  stdafx.cpp
18>  RasterFont.cpp
18>  FramebufferManager.cpp
18>  Render.cpp
18>  GLUtil.cpp
19>  BPMemLoader.cpp
19>  Rasterizer.cpp
19>  Clipper.cpp
19>  SWRenderer.cpp
18>  main.cpp
19>  SWCommandProcessor.cpp
18>  TextureCache.cpp
19>  SetupUnit.cpp
19>  CPMemLoader.cpp
19>  SWStatistics.cpp
18>  TextureConverter.cpp
19>  DebugUtil.cpp
19>  SWVideoConfig.cpp
18>  VertexManager.cpp
19>  Tev.cpp
19>  EfbCopy.cpp
18>  VertexShaderCache.cpp
19>  TextureEncoder.cpp
19>  EfbInterface.cpp
19>  HwRasterizer.cpp
19>  TextureSampler.cpp
19>  SWmain.cpp
19>  TransformUnit.cpp
18>  NativeVertexFormat.cpp
19>  SWVertexLoader.cpp
18>  PixelShaderCache.cpp
19>  OpcodeDecoder.cpp
19>  VideoConfigDialog.cpp
19>  SWPixelEngine.cpp
19>  XFMemLoader.cpp
18>  PostProcessing.cpp
18>  xilib: executing 'lib'
19>  xilib: executing 'lib'
18>  Plugin_VideoOGL.vcxproj -> C:\Development\Project Source\DoLphen\dolphin-emu\Source\x64\Release\VideoOGL.lib
19>  Plugin_VideoSoftware.vcxproj -> C:\Development\Project Source\DoLphen\dolphin-emu\Source\x64\Release\VideoSoftware.lib
20>------ Build started: Project: Core, Configuration: Release x64 ------
20>  stdafx.cpp
20>  ActionReplay.cpp
20>  HW.cpp
20>  Memmap.cpp
20>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Platforms\x64\PlatformToolsets\Intel C++ Compiler XE 12.1\Microsoft.Cpp.x64.Intel C++ Compiler XE 12.1.targets(211,5): error : backend signals
20>  
20>icl : error #10298: problem during post processing of parallel object compilation
20>  ARDecrypt.cpp
20>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Platforms\x64\PlatformToolsets\Intel C++ Compiler XE 12.1\Microsoft.Cpp.x64.Intel C++ Compiler XE 12.1.targets(211,5): error : backend signals
20>  
20>icl : error #10298: problem during post processing of parallel object compilation
21>------ Build started: Project: DSPTool, Configuration: Release x64 ------
21>  DSPTool.cpp
22>------ Build started: Project: Dolphin, Configuration: Release x64 ------
21>  xilink: executing 'link'
21>  DSPTool.vcxproj -> C:\Development\Project Source\DoLphen\dolphin-emu\Source\DSPTool\../../Binary/x64/DSPTool.exe
22>  stdafx.cpp
22>  InputConfigDiagBitmaps.cpp
22>  AboutDolphin.cpp
22>  ARCodeAddEdit.cpp
22>  ISOFile.cpp
22>  ISOProperties.cpp
22>  BreakpointDlg.cpp
22>  BreakpointView.cpp
22>  BreakpointWindow.cpp
22>  CheatsWindow.cpp
22>  JitWindow.cpp
22>  CodeView.cpp
22>  LogConfigWindow.cpp
22>  CodeWindow.cpp
22>  LogWindow.cpp
22>  CodeWindowFunctions.cpp
22>  Main.cpp
22>  MemcardManager.cpp
22>  ConfigMain.cpp
22>  WiiSaveCrypted.cpp
22>  MemoryCheckDlg.cpp
22>  MemoryView.cpp
22>  MemoryWindow.cpp
22>  DebuggerPanel.cpp
22>  NetWindow.cpp
22>  DebuggerUIUtil.cpp
22>  DSPDebugWindow.cpp
22>  PatchAddEdit.cpp
22>  DSPRegisterView.cpp
22>  FifoPlayerDlg.cpp
22>  PHackSettings.cpp
22>  RegisterView.cpp
22>  RegisterWindow.cpp
22>  Frame.cpp
22>  TASInputDlg.cpp
22>  UDPConfigDiag.cpp
22>  FrameAui.cpp
22>  VideoConfigDiag.cpp
22>Src\VideoConfigDiag.cpp(19): warning #533: function "BoolSetting<W>::BoolSetting(wxWindow *, const wxString &, const wxString &, bool &, bool, long) [with W=wxCheckBox]" cannot be instantiated -- it has been explicitly specialized
22>    template class BoolSetting<wxCheckBox>;
22>             ^
22>  
22>Src\VideoConfigDiag.cpp(20): warning #533: function "BoolSetting<W>::BoolSetting(wxWindow *, const wxString &, const wxString &, bool &, bool, long) [with W=wxRadioButton]" cannot be instantiated -- it has been explicitly specialized
22>    template class BoolSetting<wxRadioButton>;
22>             ^
22>  
22>  FrameTools.cpp
22>  WiimoteConfigDiag.cpp
22>  GameListCtrl.cpp
22>C:\Development\Project Source\DoLphen\dolphin-emu\Source\Core\Core\Src\HW\WiimoteReal\../WiimoteEmu/WiimoteHid.h(34): warning #94: the size of an array must be greater than zero
22>        u8 data[0];
22>                ^
22>  
22>C:\Development\Project Source\DoLphen\dolphin-emu\Source\Core\Core\Src\HW\WiimoteReal\../WiimoteEmu/WiimoteHid.h(188): warning #94: the size of an array must be greater than zero
22>            u8 data[0];
22>                    ^
22>  
22>  WXInputBase.cpp
22>  GCMicDlg.cpp
22>  WxUtils.cpp
22>  GeckoCodeDiag.cpp
22>  HotkeyDlg.cpp
22>  InputConfigDiag.cpp
22>  Microsoft (R) Windows (R) Resource Compiler Version 6.1.7600.16385
22>  
22>  Copyright (C) Microsoft Corporation.  All rights reserved.
22>  
22>  
22>  xilink: executing 'link'
22>  Dolphin.vcxproj -> C:\Development\Project Source\DoLphen\dolphin-emu\Source\Core\DolphinWX\..\..\..\Binary\x64\Dolphin.exe
22>  0 File(s) copied
22>  Copying External .dlls
22>  0 File(s) copied
22>  0 File(s) copied
========== Build: 19 succeeded, 3 failed, 0 up-to-date, 0 skipped ==========

increased in succeeded thought, what did im doing wrong?
[Image: cd2dc19f97.jpg]
Tongue learn by mistake
Find
Reply
« Next Oldest | Next Newest »


Messages In This Thread
My problem when compiling , nid ur help - sasuketaichou - 04-21-2012, 06:04 PM
RE: about updating source - Vlad - 04-21-2012, 06:45 PM
RE: My problem when compiling , nid ur help - sasuketaichou - 04-22-2012, 06:44 AM
RE: My problem when compiling , nid ur help - LPFaint99 - 04-22-2012, 07:38 AM
RE: My problem when compiling , nid ur help - sasuketaichou - 04-22-2012, 08:26 AM
RE: My problem when compiling , nid ur help - LPFaint99 - 04-22-2012, 08:56 AM
RE: My problem when compiling , nid ur help - sasuketaichou - 04-22-2012, 09:00 AM
RE: My problem when compiling , nid ur help - LPFaint99 - 04-22-2012, 01:03 PM
RE: My problem when compiling , nid ur help - sasuketaichou - 04-23-2012, 02:12 AM
RE: My problem when compiling , nid ur help - DefenderX - 04-23-2012, 02:15 AM
RE: My problem when compiling , nid ur help - sasuketaichou - 04-23-2012, 02:44 AM
RE: My problem when compiling , nid ur help - sasuketaichou - 04-23-2012, 04:01 AM

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode