$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] namespaces
From: Stefan Seefeld (stefan_at_[hidden])
Date: 2016-10-14 13:33:45
Hi,
I have "import common ;" in my Jamfile. Later, I write an action as
actions sphinx
{
common.copy $(something) : $(something-else) ;
}
resulting in the error
/bin/sh: line 6: common.copy: command not found
How can I call common.copy inside the "sphinx" action above ? Am I
approaching this the wrong way (i.e., should I define something other
than an action for this) ?
Thanks,
Stefan
-- ...ich hab' noch einen Koffer in Berlin...