Can anyone help me? I have a big problem I need to get this work on UBUNTU, I've succesfully compiled the library, in program everything works well with linking and compiling with it, however when the program comes to do this:

1) dicom:ataSet dset;
2) dicom::Read(file.toStdString(), dset);

I get this output error-information:
terminate called after throwing an instance of 'dicom::exception'
what(): Syntax not recognised.

In debug the whole stops at the line nr 2, I have no idea why, please help