Gavin Andresen 4060d64fc9 Fix Qt build on OSX
Compiling boost::interprocess::message_queue against
boost 1.50 macports with -arch i386 (how releases are built,
for minimum download size and maximum compatibility) is failing:

src/qt/qtipcserver.cpp:37: error: no matching function for call to ‘boost::interprocess::message_queue_t<boost::interprocess::offset_ptr<void, int, long unsigned int, 0u> >::timed_receive(char (*)[257], long unsigned int, size_t&, unsigned int&, boost::posix_time::ptime&)’

This is probably a boost or macports bug, but since interprocess::message_queue
is only used for URI support, which isn't implemented on OSX anyway, I fixed
the build by #ifdef'ing out that code.
2012-07-09 11:03:38 -04:00
..
2012-04-27 10:14:33 -04:00
2012-07-09 11:03:38 -04:00
2012-07-05 12:50:09 -04:00
2012-05-18 22:02:28 +08:00
2012-06-29 17:26:45 +08:00
2012-06-30 17:05:28 +08:00
2012-05-18 22:02:28 +08:00
2012-05-18 22:02:28 +08:00
2012-04-17 20:03:42 +02:00
2012-04-17 20:03:42 +02:00
2012-06-20 15:07:48 +02:00
2012-07-01 04:17:26 +02:00
2012-05-31 18:12:35 +02:00
2012-05-18 22:02:28 +08:00
2012-06-21 14:43:13 +02:00
2012-07-04 16:40:16 +02:00
2012-05-18 22:02:28 +08:00
2012-07-04 16:40:16 +02:00
2012-07-05 12:50:09 -04:00
2012-04-17 20:00:55 +02:00
2012-06-29 17:26:45 +08:00
2012-06-05 16:13:16 +02:00
2012-06-25 12:28:29 +08:00
2012-05-18 22:02:28 +08:00
2012-06-29 17:26:45 +08:00
2012-05-18 22:02:28 +08:00
2012-05-18 22:02:28 +08:00
2012-07-05 12:50:09 -04:00
2012-07-05 12:50:09 -04:00