I am building QxOrm 1.2.5 (taken from the official download page) and so far I haven't succeeded. I have Qt 5.1.0 beta and 5.0.2 both installed and working properly, I also compiled and installed Boost 1.53.0 (I did not run the entire test suite on it, but quite a few tests that I did run were passed except long double). Now, when I try building QxOrm either with qmake or with Qt Creator, I get a missing header file error:
/Volumes/Data/Serge/Developer/QxOrm/include/QxSerialize/boost/portable_binary/portable_iarchive.hpp:88: error: 'boost/spirit/home/support/detail/integer/endian.hpp' file not found
#include <boost/spirit/home/support/detail/integer/endian.hpp>
^
I have checked out the Boost include folder and indeed, this file is absent. I wonder how to rectify this problem. Is this because QxOrm needs an earlier version of Boost? I did not find any information on version compatibility other than that it can't be older than 1.38.
Thanks in advance for help.