$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] (no subject)
From: Will Hagen (willard.hagen_at_[hidden])
Date: 2010-02-03 21:10:45
Greetings,
I am trying to use named_mutex to regulate when to run a program. however I get these results:
/home/roots/workspace/newRelFinder/inc/RelFinder.h: 13:62: error: boost/thread/pthread/pthread_ mutex_scoped_lock.hpp: No such file or directory
if I place an include with /boost/regex.hpp , it accepts it and no errors are present.
If I state the full path of the file location, then I get many more errors, and I include some here:
/home/roots/boost_1_41_0/
boost/interprocess/sync/named_ mutex.hpp:18:54: warning:
boost/interprocess/detail/ config_begin.hpp: No such file or directory
/home/roots/boost_1_41_0/ boost/interprocess/sync/named_ mutex.hpp:167: error: âdetailâ has not been declared
/home/roots/boost_1_41_0/
boost/thread/pthread/pthread_ mutex_scoped_lock.hpp:25: error:
âBOOST_VERIFYâ was not declared in this scope
Thanks for your help!
-Willard