If you build a debug version of libCellML on Windows and install it then cellml_debug_utilities.lib doesn't get installed. Not sure whether it should be installed, but if I try to link libOpenCOR against an installed (static) copy of the debug version of libCellML then it complains about cellml_debug_utilities.lib not being found. If cellml_debug_utilities.lib is needed for the debug version of libCellML then I wouldn't in fact have it installed. I would expect it to be statically linked to libcellmld.lib. Whatever the case, I cannot currently use an installed debug version of libCellML while I can use an installed release version without any problems.
If you build a debug version of libCellML on Windows and install it then
cellml_debug_utilities.lib
doesn't get installed. Not sure whether it should be installed, but if I try to link libOpenCOR against an installed (static) copy of the debug version of libCellML then it complains aboutcellml_debug_utilities.lib
not being found. Ifcellml_debug_utilities.lib
is needed for the debug version of libCellML then I wouldn't in fact have it installed. I would expect it to be statically linked tolibcellmld.lib
. Whatever the case, I cannot currently use an installed debug version of libCellML while I can use an installed release version without any problems.