When building HOOMD 2.0 with gcc 4.4.7, a number of errors occur similar to:
/home/harperic/code/glotzpkgs/hoomd/single/2.0/src/glotzer-hoomd-blue-a1a4ba8f1303/hoomd/md/PPPMForceComputeGPU.cu:528: error: insufficient contextual information to determine type
For now the solution is to remove the (const void*) on these lines, but this is probably not a good long-term solution. Are we moving to newer gcc's, eliminating this problem?
Original report by Eric Harper (Bitbucket: harperic, GitHub: harperic).
When building HOOMD 2.0 with gcc 4.4.7, a number of errors occur similar to:
/home/harperic/code/glotzpkgs/hoomd/single/2.0/src/glotzer-hoomd-blue-a1a4ba8f1303/hoomd/md/PPPMForceComputeGPU.cu:528: error: insufficient contextual information to determine type
For now the solution is to remove the (const void*) on these lines, but this is probably not a good long-term solution. Are we moving to newer gcc's, eliminating this problem?