[USRP-users] Re: Build error for UHD 4.7.0.0-0-ga5ed1872 on mingw64

2024-07-05 Thread Chris Gorman
Hi Martin, There are some problems with this build. I had to disable thread naming in uhd::set_thread_name calls to pthread_setname_np. I should probably re-enable it and set HAVE_THREAD_SETNAME_DUMMY instead of disabling it via comment. I couldn't get tests to work. I had a hang when running

[USRP-users] Re: Build error for UHD 4.7.0.0-0-ga5ed1872 on mingw64

2024-07-05 Thread Martin Braun
Hi Chris, thanks for reporting back! mingw is not one of the compilers we test with (it's not so long ago that it didn't even support std::thread and couldn't compile UHD at all). But this fix is something we can add permanently to UHD. In fact, I think this include should come first in all the