39 #include <flames_utils.h>
40 #include <uves_utils.h>
46 cpl_msg_error(__func__,
47 "I am flames_cal_wavecal version %d, but I am linking "
48 "against UVES library version %d. "
49 "This will not work. "
50 "Please remove all previous installations "
51 "of the " PACKAGE_NAME
" and try again.",
56 if (UVES_BINARY_VERSION != flames_get_version_binary())
58 cpl_msg_error(__func__,
59 "I am flames_cal_wavecal version %d, but I am linking "
60 "against FLAMES library version %d. "
61 "This will not work. "
62 "Please remove all previous installations "
63 "of the " PACKAGE_NAME
" and try again.",
64 UVES_BINARY_VERSION, flames_get_version_binary());
68 return flames_cal_wavecal_get_info(list);
int cpl_plugin_get_info(cpl_pluginlist *list)
Build the list of available plugins, for this module.
int uves_get_version_binary(void)
Get UVES library binary version number.