On Monday 27 February 2006 17:05, Markus Schöpflin wrote:
> >> What is the correct syntax for this in bbv2?
> >
> > <toolset>hp_cxx:<build>no
.....
> I now have
>
> [ bpl-test pointer_vector
>
> : # files
> : # requirements
>
> # Turn off this test on HP CXX, as it hangs when
executing.
> <toolset><hp_cxx>:<build>no ]
>
> This seems to be syntactically correct but still
compiles the test when
Remove the angle brackets around the toolset name. You
need:
<toolset>hp_cxx:<build>no
not
<toolset><hp_cxx>:<build>no
- Volodya
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build
a>
|