1 2013-12-24 01:07:17 <IGHOR> Hi everyone
 2 2013-12-24 02:39:53 <mack25> i'm trying to build the bitcoin qt client in OSX using QT Creator. I keep getting "boost/thread/mutex.hpp: file not found" - has anyone else received this? please help
 3 2013-12-24 02:40:50 <maaku> mack25: install boost
 4 2013-12-24 02:41:08 <mack25> is it a common thing to have to do that before building the qt?
 5 2013-12-24 02:49:40 <andytoshi> mack25: everyone has to install boost, i'm surprised you were able to get to the build step without something complaining
 6 2013-12-24 02:49:49 <andytoshi> eg if you run ./configure it'll tell you to install boost
 7 2013-12-24 02:50:00 <mack25> ok
 8 2013-12-24 02:50:05 <mack25> im installing at atm
 9 2013-12-24 02:50:12 <mack25> double at
10 2013-12-24 02:50:34 <mack25> should have it up and running soon
11 2013-12-24 03:30:48 <mack25> andytoshi: just installed boost but still getting /boost/thread/mutex.hpp not found
12 2013-12-24 03:31:14 <mack25> i just did a locate and found boost here
13 2013-12-24 03:31:21 <mack25>  /opt/local/include/boost/thread/mutex.hpp
14 2013-12-24 03:32:23 <maaku> mack25: are you using current master from git, or an older version?
15 2013-12-24 03:33:09 <maaku> if its an older makefile based version, then the location of the boost libraries is set by a makefile variable (see makefile.osx)
16 2013-12-24 03:33:30 <Luke-Jr> mack25: wtf is boost doing there?
17 2013-12-24 03:33:42 <maaku> if its the newer autotools.. sounds like something is horribly broken. you ran ./configure?
18 2013-12-24 03:33:43 <mack25> Luke-Jr: where should it be installed?
19 2013-12-24 03:33:46 <maaku> Luke-Jr: that's where macports puts it
20 2013-12-24 03:33:51 <Luke-Jr> mack25: /usr/include ?
21 2013-12-24 03:33:53 <Luke-Jr> oh, Mac
22 2013-12-24 03:34:04 <CodeShark> you can always do export CPLUS_INCLUDE_PATH = /opt/local/include