
----Original Message---- From: David Crayford [mailto:david_crayford@fundi.com.au] Sent: 22 September 2005 15:32 To: boost@lists.boost.org Subject: Re: [boost] Errors compiling multi_index hashed.cpp
1. Globally search "__IBMCPP__" in the codebase (about 100 occurrences) and replace it with, say, BOOST_IBMCPP. This task should be simple if you're a Unix man.
Nitto, I'm an MVS man, but SlickEdit is my friend...although we do have UNIX systems services running as a task, so I suppose GREP is the go.
2. Compile your test code with a compiler switch defining the macro BOOST_IBMCPP to 600. I think in your case the compiler switch is -DBOOST_IBMCPP=600 3. Shake and serve.
I'm crossing my fingers. It's define(DBOOST_IBMCPP=600) on MVS.
Are you sure about that leading capital D? From a position of TOTAL ignorance of MVS, I would have expected: define(BOOST_IBMCPP=600) If I'm right, I assume this is a copy and paste error - but it might be a copy and paste error that creeps into your test! -- Martin Bonner Martin.Bonner@Pitechnology.com Pi Technology, Milton Hall, Ely Road, Milton, Cambridge, CB4 6WZ, ENGLAND Tel: +44 (0)1223 441434
participants (1)
-
Martin Bonner