Hi Wayne, On 3/10/22 1:49 PM, Wayne Roberts wrote:
gnuradio itself from conda works ok on windows from conda.
Glad to hear it!
But i was trying to build an OOT module using conda on windows https://wiki.gnuradio.org/index.php/CondaInstall <https://wiki.gnuradio.org/index.php/CondaInstall> I had easy time building this OOT module in linux, and it worked good. But on windows i use conda install gnuradio-build-deps as part of build environment. But then cmake doesnt find MPLIB. I search for it on the anaconda repository, perhaps its gmp or libgmp for mplib, but its not there for windows.
GMP doesn't exist for Windows, so what you need (and should already be installed as a dependency of GNU Radio, or rather the `gnuradio-core` package) is `mpir`.
This stuff is so much easier on linux, perhaps gnuradio works in WSL2. But having it native on windows would be good too from conda
I'm striving to make things as painless as possible on Windows, but there are inevitable frictions that happen because of its differences from Linux and the fact that the conda packages are relatively new and building OOTs is still the frontier. What OOT in particular are you trying to build? Maybe there are other things that are needed to get it working if nobody has done it before successfully on Windows. The full output from CMake would also be helpful to really see what's going wrong. Cheers, Ryan