Discussion and technical support related to USRP, UHD, RFNoC
View all threadsHi List,
when trying to get the archlinux packages to build again for GNU Radio and UHD I noticed,
that with arch's boost 1.46 libs UHD did not compile due to some changes in boost filesystem [1].
I tried it with an older version of boost (boost 1.45) and and according to their website [2] older
releases, read: boost 1.44 and above should support the changes I made.
I attached a small patch to fix the deprecated function calls with calls the the new ones.
Cheers,
Moritz
[1] http://www.boost.org/doc/libs/1_46_1/libs/filesystem/v3/doc/deprecated.html
[2] http://www.boost.org/doc/libs/1_46_1/libs/filesystem/v3/doc/index.htm
On 03/15/2011 11:39 AM, Moritz Fischer wrote:
Hi List,
when trying to get the archlinux packages to build again for GNU Radio and UHD I noticed,
that with arch's boost 1.46 libs UHD did not compile due to some changes in boost filesystem [1].
I tried it with an older version of boost (boost 1.45) and and according to their website [2] older
releases, read: boost 1.44 and above should support the changes I made.
I attached a small patch to fix the deprecated function calls with calls the the new ones.
It looks like boost 1.36 (which is the oldest we claim to support) has
string().
http://www.boost.org/doc/libs/1_36_0/libs/filesystem/doc/reference.html#basic_path-observers
I will get the patch into master after I make sure nothing breaks :-)
Thanks for the patch!
-Josh