libGDL icon indicating copy to clipboard operation
libGDL copied to clipboard

Failed to generate dynamic library of libgpu

Open peyer opened this issue 7 years ago • 0 comments

@rexbu I have successfully compiled files under libGPU/bs to generate library of libbs. However, when I tried to compile files under libGPU/filter, it shown that some files rely on libGPU/base, so I tried to compile files under libGPU/base, it just failed by undefined reference to 'vtable for GPUContext' in GPUContext.cpp file. I noticed that virtual member func createContext/ ~GPUContext() / swapBuffer(void* surface=NULL) of class GPUContext do not implemented in corresponding cpp file, does that right ? Hope for your reply

peyer avatar Aug 13 '18 06:08 peyer