Compile problem with como-win32

Given: C:\src\workspace\boost>bjam "-sTOOLS=como-win32" "-sCOMO_BACKEND=dig" "-sCOMO_BACKEND_PATH=c:\dm" --with-python-root=c:\python24 stage I'd expect the build-process to start, using Digital Mars as backend. Boost.Jam tries to call c:\dm\..\Common7\Tools\vsvars32 and set COMO_MS_INCLUDE to c:\dm\include. Clearly it somehow thinks that it should setup for a VC7 backend, although it *does* correctly issue "como --dig ..." to compile. What's happening? -- /Brian Riis

Brian Riis wrote:
COMO_MS_INCLUDE to c:\dm\include. Clearly it somehow thinks that it should setup for a VC7 backend, although it *does* correctly issue "como --dig ..." to compile. What's happening?
what's your backend? Take a look at toolset como-4_3_3-vc7_1 ( tools/build/v1/como-4_3_3-vc7_1-tools.jam ) , here you will find how to define it yourself. B.
participants (2)
-
Brian Riis
-
Bronek Kozicki