Hi there and a Happy New Year to all of you before I ask my questions :-)
I think I made a mistake when I sent this email and I hope that it will not appear twice on the list... I try to compile an OOT module on my Windows 11 PC. To do this, I have installed radioconda (I'm a conda newbie and don't have any experience with that), created a "gnuradio" environment and installed "gnuradio" and "gnuradio-build-deps" in it. Creating the module worked but I got warning messages about clang-format which isn't installed. First question: is clang-format mandatory in this case? Then I added a block and tried to create the build environment with cmake. There was a complaint concerning an old BOOST version that I had already installed for another purpose. So I installed BOOST 1.87. cmake also complained about missing pthread-create but I don't know whether this is needed or not and which package to install. When I ran cmake again, it finished with some warnings, but when I try to run "make" it doesn't work. make tells me make: *** No targets specified and no makefile found. Stop. For those among you who compile GNU Radio modules on a Windows PC: how do you do it? Which development environment do you use (VS code, Visual Studio, ...)? Can anybody give me a hint where to look? What could or is probably missing? I have read https://lists.gnu.org/archive/html/discuss-gnuradio/2022-03/msg00047.html but either I have overlooked something or it is not complete enough for me. Thank you very much for your help! Ralf