Earlier I'd asked re using the Boost that comes with nuwen distro:
How to use the boost that comes with nuwen_distro?
Since above post I've been able to use most of the Boost libraries successfully but am encountering a problem with boost::asio while trying to run the very first, simple program, example 32.1, from here:
Chapter 32. Boost.Asio - I/O Services and I/O Objects
getting error messages captured here:
C:\>g++ -o test test.cpp C:\Users\ADMINI~1\AppData\Local\Temp\ccbxlVTy.o:te st.c - Pastebin.com

It seems I'm missing some (combination of) headers, namespaces and/or macros – any suggestions re how to fix these would be received gratefully. Many thanks,