Open fmichonneau opened 9 years ago
hmm. that looks ominous (in the sense that defeating the error might lead you to encounter several similar ones; it looks like this compiler is quite picky...
I'd suggest an explicit cast:
e << "Number of stored labels (" << (long unsigned int) taxLabels.size() << ") exceeds the NTax specified (" << dimNTax<<").";
These lines: https://github.com/mtholder/ncl/blob/master/ncl/nxstaxablock.cpp#L278-280
are causing issue when compiling NCL under windows (specifically using the winbuilder tool for R packages):