ComputationalRadiationPhysics / graybat

Graph Approach for Highly Generic Communication Schemes Based on Adaptive Topologies :satellite:
Other
8 stars 4 forks source link

Compilation fails with VS2013 #41

Open slizzered opened 9 years ago

slizzered commented 9 years ago

When trying to compile HASEonGPU for Windows, GrayBat terminates with several errors (and one warning ;) )

graybat\utils/serialize_tuple.hpp(35): 
    error C2061: syntax error : identifier 'uint'

graybat\utils/serialize_tuple.hpp(44):
    error C2992: 'boost::serialization::Serialize' : invalid or missing template parameter list
      graybat\utils/serialize_tuple.hpp(37) : see declaration of 'boost::serialization::Serialize'

graybat\utils/serialize_tuple.hpp(58):
    error C2913: explicit specialization; 'boost::serialization::Serialize' is not a specialization of a class template

The used Build environment was VisualStudio Community 2013.

erikzenker commented 9 years ago

Okay so its time to install a MS OS.

slizzered commented 9 years ago

I removed some of the error messages that are more related to HASEonGPU itself and how graybat is configured there.