On Wed, 23 Nov 2005 20:56:24 -0700, Victor A. Wagner Jr. wrote
At 20:05 2005-11-23, Jeff Garland wrote:
On Wed, 23 Nov 2005 16:38:40 -0800 (PST), Sui Tam wrote
Hi,
I am trying to use the boost C++ serialization library. Can you point me to how I can build the library on the itanium system? Also I would like to get some leads as to how I should start. I try using the VC project files, however, I see compilation errors.
Have you tried this?
http://www.boost.org/more/getting_started.html
and this?
http://www.boost.org/libs/serialization/doc/implementation.html#vc71
IIRC, vc7.1 didn't have support for 64bit compilers, like the Itanium needs.
Don't know, but the problem report was a bit vague (no VC version), so I was just trying to point Sui Tam at some possibly useful docs... Jeff