3 Jan
2005
3 Jan
'05
8:28 p.m.
Ken Perry wrote:
has anyone been able to get demo_xml.cpp to compile using mingw in either cygwin, msys, or just at the regular command line in XP pro?
I regularly test this with gcc 3.3 under cygwin.
If you ahve what is the command line you used to compile it. I haven't been able to find a Jamfile or a Makefile for them
the directory $(BOOSTROOT)/libs/serialization/examples/Jamfile builds it. also $(BOOSTROOT)/libs/serialization/test/Jamfile builds a version with a test wrapper.
so I have been trying to figure out the correct libraries to link with it and am having no luck.
libboost_serialization.lib Robert Ramey