66 #include <flames_utils.h>
67 #include <uves_utils.h>
73 cpl_msg_error(__func__,
74 "I am flames_obs_scired 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_obs_scired 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_obs_scired_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.