27 Jan
2017
27 Jan
'17
3:32 p.m.
Hello, I'm trying to compile boost for windows 32-bit on my ubuntu-64 but I'm not able to. what I do is as follows: - I created a file called user-config.jam in my ubuntu home directory and had put the below in it using gcc : : "i686-w64-mingw32-g++" - then, i run ./bootstrap.sh --with-libraries=filesystem --prefix=/home/jagdish/ commelec_api/installation_dirs/boost - and then, b2 toolset=gcc target-os=windows - finally, i see the following error messages: https://thepasteb.in/p/ y8h6q5Qq1yzcO Did someone encounter the same error messages or can tell me why I'm seeing them? Thanks, Kja