Closed OwenArnold closed 8 years ago
I struggled to figure out this error: I build the version successfully with both gcc and clang.
It initially seemed like you have accidentally deleted : #include "makeIMat.h" from that file from makeIMat.cxx [line 73]. But the later part doesn't seem to be the case.
Further investigation found that it maybe because of the existence of two files : (i) makeIMat.h and makeImat.h.
I figured that you may well be using a windows machine - via a virtual terminal -- or a different version of locale [that changes the order of upper and lower case]. Doesn't matter! -- I have fixed the issue by removing makeImat.h. [Master: 4ede905ef ] I don't want dependency on locale to affect the code.
However, I don't know if that fixes the issue for you. [if it still doesn't work, anything else that might help investigate it would be welcome]
Many thanks for bringing this to my attention.
@SAnsell Thanks. I'll give this another go shortly.
I was trying to build the tip 80981158974a533585f01880863ac08d88283e7b, just now, and I'm seeing what look like lots of genuine compile issues with the source.