kicks out with
../../src/data_window.cpp:66:0 ../../src/data_window.cpp:66: error: passing 'const DcmTag' as 'this' argument of 'const char* DcmTag::getTagName()' discards qualifiers
Also, is there a workaround so I don't have to recompile the lib for all three OS's that I'm using?
I don't think that this is a bug. The method is not "const" since a lookup in the data dictionary might be performed (if not already done). Btw, why don't you use the method getTagName() on the DcmElement instance?