|
Boost-Build : |
Subject: Re: [Boost-build] Noob Question: How to build mutex lock?
From: Will Hagen (willard.hagen_at_[hidden])
Date: 2010-02-05 15:19:29
Do you have any idea how to do that in eclipse?
Thanks,
Willard
--- On Fri, 2/5/10, Steven Watanabe <watanabesj_at_[hidden]> wrote:
From: Steven Watanabe <watanabesj_at_[hidden]>
Subject: Re: [Boost-build] Noob Question: How to build mutex lock?
To: "Boost.Build developer's and user's list" <boost-build_at_[hidden]>
Date: Friday, February 5, 2010, 3:59 PM
AMDG
Will Hagen wrote:
> 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
>
>
> /home/roots/workspace/newRelFinder/inc/RelFinder.h:14:51: error: boost/interprocess/sync/named_mutex.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
>Â Â Â
You need to compile with -I/home/roots/boost_1_41_0.
In Christ,
Steven Watanabe
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build
Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk