66 #include <flames_utils.h>
67 #include <uves_utils.h>
73 cpl_msg_error(__func__,
74 "I am flames_cal_prep_sff_ofpos version %d, but I am linking "
75 "against UVES library version %d. "
76 "This will not work. "
77 "Please remove all previous installations "
78 "of the " PACKAGE_NAME
" and try again.",
83 if (UVES_BINARY_VERSION != flames_get_version_binary())
85 cpl_msg_error(__func__,
86 "I am flames_cal_prep_sff_ofpos version %d, but I am linking "
87 "against FLAMES library version %d. "
88 "This will not work. "
89 "Please remove all previous installations "
90 "of the " PACKAGE_NAME
" and try again.",
91 UVES_BINARY_VERSION, flames_get_version_binary());
95 return flames_cal_prep_sff_ofpos_get_info(list);