
When I build the library (1.55.0 rc2) on x86_64 linux using a gcc cross-compiler to target i686-w64-mingw32 or x86_64-w64-mingw32, I get this error in the 'log' library:
gcc.compile.c++ bin.v2/libs/log/build/gcc-mingw-4.8.2/release/address-model-32/link-static/log-api-winnt/target-os-windows/threadapi-win32/threading-multi/event_log_backend.o
"i686-w64-mingw32-g++-4.8.2" -ftemplate-depth-128 -O3 -finline-functions -Wno-inline -Wall -mthreads -m32 -fno-strict-aliasing -ftemplate-depth-1024 -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_LOG_BUILDING_THE_LIB=1 -DBOOST_LOG_USE_AVX2 -DBOOST_LOG_USE_SSSE3 -DBOOST_SPIRIT_USE_PHOENIX_V3=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_THREAD_BUILD_LIB=1 -DBOOST_THREAD_DONT_USE_CHRONO=1 -DBOOST_THREAD_USE_LIB=1 -DDATE_TIME_INLINE -DNDEBUG -I"." -I"bin.v2/libs/log/build/gcc-mingw-4.8.2/release/address-model-32/link-static/log-api-winnt/target-os-windows/threadapi-win32/threading-multi" -c -o "bin.v2/libs/log/build/gcc-mingw-4.8.2/release/address-model-32/link-static/log-api-winnt/target-os-windows/threadapi-win32/threading-multi/event_log_backend.o" "libs/log/src/event_log_backend.cpp"
libs/log/src/event_log_backend.cpp:36:30: fatal error: simple_event_log.h: No such file or directory #include "simple_event_log.h"
Looks very similar to this: http://sourceforge.net/p/boost-log/discussion/710021/thread/68e0efd2