We ran into the clock_gettime issue for the bladerf library implementation. We fixed it like this:
https://github.com/Nuand/bladeRF/blob/master/host/utilities/common/src/osx/clock_gettime.c According to stackoverflow, the pthread_barrier_t is discussed here: http://stackoverflow.com/questions/8920803/pthread-and-gcc-compiling-issue-on-os-x Hope this helps. Brian On Fri, Jan 17, 2014 at 10:33 AM, Michael Dickens <[email protected]> wrote: > I was playing around with gr-fcdproplus < > https://github.com/dl1ksv/gr-fcdproplus > in MacPorts just now, and it > requires Linux (e.g., uses "pthread_barrier_t" and "clock_gettime") ... > anyone know if there is another version which is more OS compatible? - MLD > > > _______________________________________________ > Discuss-gnuradio mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
