Hi All,
My first post here.
I am waiting my LimeSDR and decide to give Pothos compilation under Win 10 a try.
I have managed to compile it but if I run PothosGUI I get "Exception: Unknown Exception"
PothosUtil also didn't start.
The rest of the executable starts properly and draws lines if I push the buttons,
What I did:
1. Installed Visual Studio 2015 free edition
2. Installed Qt5.8.0 32b version (with 64bit version I got compilation target mismatch)
3. Installed Python35-32b (with the 64bit version got target mismatch)
4. isnatlled numpy using pip
5. added Qt and Python into my path.
6. I am building Pothos in Power shell console as it is closer to favorite Linix feel
7. I cloned latest Pothos from the git
8. Crated build directory and in it:
cmake .. (here I get lot of workings like "Policy CMP0020 is not set: Automatically link Qt executables to qtmain")
cmake --build . --config Release
cmake --build . --config Release --target install (I needed administrator privilege of the console this to succeed)
9.When I started PothosGUI I got missing dll so I had to add "C:\Qt5.8.0\5.8\msvc2015\bin" in my path
10. Now I get this exception. "Exception: Unknown Exception"
Anyone can help? What information I can provide to narrow the issue.
Thanks
Dimitar