Boost logo

Boost :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2001-08-13 09:45:48


I have noticed a problem with recursive "" includes. Suppose
src/main.cpp contains
#include "a/foo.h"
and
src/a/foo.h
contains
#include "b/foo.h"

In this case, jam -d3 output says that "b/foo.h" is not found, and,
therefore, nothing depends on it. The problem is that HdrRule does not add
path to including file to search path for included one. The question is if
it's possible to find path to including file? I don't see any way.

Besides: when I tried the same sample project with CVS snapshot, I've got
numerous:
warning: unknown rule SUBST,
followed by segfault.

-- 
Regards,
Vladimir

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk