sorry about that, it is getting late. I still was looking at the sedml log. In any case, i've released the current trunk as 2.11, so maybe you can give that a try, as many of the warnings have been resolved. And 2.11 builds fine for me on F21:
Could you please also attach the CMakeCache.txt from the build directory. I need to find out why it would not link against xml2 in your case (when it does on my F21 box, where libxml2-devel is installed).
in any case with the latest commit I've added error messages in case the LIBXML_LIBRARY is not defined. I will hold with a release until you confirm that it works for you, for now the archive can be found under:
in any case with the latest commit I've added error messages >in case the LIBXML_LIBRARY is not defined. I will hold with a >release until you confirm that it works for you, for now the >archive can be found under:
Ops! I had not defined the XML2 library, just its path.
-DLIBXML_LIBRARY:FILEPATH="-L%{_libdir} -lxml2" fixes this problem. :)
Last edit: Antonio Trande 2014-12-31
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i will have a look (though for now the wrong log was attached :) )
The log is related to libSBW building. Why is it wrong?
sorry about that, it is getting late. I still was looking at the sedml log. In any case, i've released the current trunk as 2.11, so maybe you can give that a try, as many of the warnings have been resolved. And 2.11 builds fine for me on F21:
https://sourceforge.net/projects/sbw/files/libSBW/2.11.0/
It's still broken.
Could you please also attach the CMakeCache.txt from the build directory. I need to find out why it would not link against xml2 in your case (when it does on my F21 box, where libxml2-devel is installed).
in any case with the latest commit I've added error messages in case the LIBXML_LIBRARY is not defined. I will hold with a release until you confirm that it works for you, for now the archive can be found under:
https://www.dropbox.com/s/lzz84eys05skmnx/sbw-core-2.11.0.tar.gz?dl=0
Ops! I had not defined the XML2 library, just its path.
-DLIBXML_LIBRARY:FILEPATH="-L%{_libdir} -lxml2" fixes this problem. :)
Last edit: Antonio Trande 2014-12-31