Boost logo

Boost Testing :

From: Robert Ramey (ramey_at_[hidden])
Date: 2005-02-19 17:58:03


Recently I started to have problems in using the comeau toolset. I don't
really know when this happened or what I changed to cause them but I started
to get a command failure because it didn't like the space om

c:/Program Files/como433/bin

and responded with something like c:/Program not found.

After experimenting I made the following change in my local copy and the
problem when away. Note this only occurred with the comeau toolset and as
far as I know havn't changed anything.

Robert Ramey

Index: como-win32-tools.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v1/como-win32-tools.jam,v
retrieving revision 1.18
diff -r1.18 como-win32-tools.jam
54c54
< COMO_CMD = $(COMO_BIN_DIRECTORY)como --$(COMO_BACKEND) ;

---
>     COMO_CMD = \"$(COMO_BIN_DIRECTORY)como\" --$(COMO_BACKEND) ;

Boost-testing list run by mbergal at meta-comm.com