BIC-MNI / minc-tools

Basic minc-tools from former minc repository
Other
30 stars 25 forks source link

develop, openjpeg code relies on removed functions in openjpeg 2.0 #62

Open gdevenyi opened 7 years ago

gdevenyi commented 7 years ago

Was trying to build, looks like the 2.x series moved/renamed some functions. Successfully builds against 1.5.2

Perhaps should be rolled into superbuild?

vfonov commented 7 years ago

With openjpeg 2.1 I am getting error messages: dicom_read.c:2482:8: error: unknown type name 'opj_dinfo_t'; did you mean 'opj_tp_info_t'? static opj_dinfo_t OPJ_CALLCONV (_opj_create_decompress)(OPJ_CODEC_FORMAT);

rdvincent commented 7 years ago

I think I may back out this code, or move it to a separate branch. Not worth the trouble.