"Steven Watanabe"
AMDG
On 1/9/2011 5:12 PM, Peter Foelsche wrote:
"Steven Watanabe"
wrote in message news:4D289EAB.6000403@providere-consulting.com... The tool I wrote is available through Subversion http://svn.boost.org/svn/boost/sandbox/tools/profile_templates
basic question: How do I compile this?
Don't. It's designed to be used with Boost.Build. (Actually running it requires 3 separate tools and the compiler.). The documentation should explain what you need to do.
In Christ, Steven Watanabe
First I figured I had to install boost book. This was a nightmare! I gave up on this. So I just started reading the .qbk with a texteditor. But it still does not work. C:\Users\Peter\sources7\diode>set BOOST_BUILD_PATH BOOST_BUILD_PATH=c:\Users\Peter\Sources\boost_1_45_0 C:\Users\Peter\sources7\diode>type *.jam jamroot.jam import template-profile ; template-profile diode : main.cpp ; C:\Users\Peter\sources7\diode>type ..\..\user-config.jam using msvc : 10.0 : "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe" : address-model=64 ; modules.load template-profile : c:/users/peter/Sources/profile_templates/template-profile.jam ; C:\Users\Peter\sources7\diode>bjam address-model=64 error: Unable to find file or target named error: '/boost//regex' error: referred from project at error: '/c:/Users/Peter/Sources/profile_templates/src' C:\Users\Peter\sources7\diode>bjam -v Boost.Jam Version 3.1.19. OS=NT. Copyright 1993-2002 Christopher Seiwald and Perforce Software, Inc. Copyright 2001 David Turner. Copyright 2001-2004 David Abrahams. Copyright 2002-2008 Rene Rivera. Copyright 2003-2008 Vladimir Prus. C:\Users\Peter\sources7\diode>'