How to build the boost library
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. Sui --------------------------------- Yahoo! Music Unlimited - Access over 1 million songs. Try it free.
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 Jeff
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.
Jeff
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
Victor A. Wagner Jr. http://rudbek.com The five most dangerous words in the English language: "There oughta be a law"
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
Sui Tam
Hi, I am trying to use the boost C++ serialization library. Can you
point me to howI can build the library on the itanium system? Also I would like to get someleads as to how I should start. I try using the VC project files, however, I see compilation errors. Sui See also http://www.codeproject.com/tips/Building_boost_libraries.asp me
participants (4)
-
gast128
-
Jeff Garland
-
Sui Tam
-
Victor A. Wagner Jr.