Hi, I'm doing a fork of QPULib (at https://github.com/robiwano/QPULib), where I plan to add CMake support (I need this for a project to be using QPULib).
But I get a strange error, which I frankly don't understand how the Makefile of QPULib itself manages to handle, input would be welcome :) :
.../SharedArray.h:102:25: error: there are no arguments to ‘getMailbox’ that depend on a template parameter, so a declaration of ‘getMailbox’ must be available [-fpermissive]
Hi, I'm doing a fork of QPULib (at https://github.com/robiwano/QPULib), where I plan to add CMake support (I need this for a project to be using QPULib).
But I get a strange error, which I frankly don't understand how the Makefile of QPULib itself manages to handle, input would be welcome :) :
.../SharedArray.h:102:25: error: there are no arguments to ‘getMailbox’ that depend on a template parameter, so a declaration of ‘getMailbox’ must be available [-fpermissive]
Ideas ?