No "sincos" in OSX for gr-analog

nor sincosf. Those should be tested for by cmake, and a “missing”
function added to maybe gruel or some general location. - MLD

On 10/31/2012 06:20 PM, Michael D. wrote:

nor sincosf. Those should be tested for by cmake, and a “missing”
function added to maybe gruel or some general location. - MLD
_______________________________________________ Discuss-gnuradio
mailing list [email protected]
Discuss-gnuradio Info Page

This probably needs to be copied from core:

http://gnuradio.org/cgit/gnuradio.git/tree/gnuradio-core/src/lib/ConfigChecks.cmake#n175

-josh

Turns out it’s more than just making sure cmake checks for sincos(f) and
defines HAVE_SINCOS(F). I’ll push a branch with fixes once I figure out
how to do that. - MLD

On Thu, Nov 1, 2012 at 8:43 AM, Michael D. [email protected]
wrote:

Turns out it’s more than just making sure cmake checks for sincos(f) and defines
HAVE_SINCOS(F). I’ll push a branch with fixes once I figure out how to do that. -
MLD

Michael,

Thanks for fixing this (and checking over my shoulder).

Tom