<div dir="ltr">Hello<div>I have been fighting to compile the gr-osmosdr package in my osx</div><div><br></div><div>These are the minor fixes I had to do:</div><div>1- Change in Cmakelists.txt:<span style="color:rgb(0,0,0);font-family:Arial;font-size:medium">  find_package(Boost COMPONENTS thread system), If thread and system is not included then there are linking problems. Although I see that this was removed recently...</span></div>
<div><br></div><div><span class="" style="border-collapse:separate;color:rgb(0,0,0);font-family:Arial;border-spacing:0px;font-size:medium"><div> 2- cmake -DCMAKE_INSTALL_PREFIX=/opt/local (so it is installed together wit my ports intallation, this is really optional)</div>
<div style>3- Before compiling I manually edit CmakeCache.txt, and change all the references of /usr/lib/python to /opt/local/lib/python. If not it links agains the system python instead of the ports's python!</div><div style>
4- Add this line in my .bashrc so python can find the package</div><div>          export PYTHONPATH="/opt/local/lib/python2.7/site-packages/"<br></div></span><div><br></div><div style>I am aware that this is not the most elegant way to solve the problem but is the only one that I was able to come up. Hope it helps</div>
<div><br></div><div><br></div>Regards</div></div>