Boost logo

Boost Testing :

From: Rene Rivera (grafik.list_at_[hidden])
Date: 2005-02-19 21:55:27


Robert Ramey wrote:
> 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.

What surprises me is that the toolset itself doesn't have the ""'s in
the actions. And for that matter that "ar" is predicated on being found
on the PATH. How does it work at all? .. Oh, I see, the win32 version
has it's own actions.

> 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) ;

go ahead and commit that to CVS. Seems like the only possible fix in
this case.

-- 
-- Grafik - Don't Assume Anything
-- Redshift Software, Inc. - http://redshift-software.com
-- rrivera/acm.org - grafik/redshift-software.com - 102708583/icq

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