$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Robert Ramey (ramey_at_[hidden])
Date: 2005-01-03 15:28:02
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