Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMake configuration is different when running from SSH vs in RDP session #13

Closed
pomeroy3 opened this issue Dec 2, 2021 · 10 comments
Closed
Labels
bug Something isn't working

Comments

@pomeroy3
Copy link

pomeroy3 commented Dec 2, 2021

Depending on the environment used to run cmake when building OOT modules in the Developer VM, python files may be installed in different directories.

The build process should produce consistent results regardless of if a user is running CMAKE from a direct SSH terminal in the Developer VM or in a terminal inside a remote desktop session.

AB#10541

@pomeroy3 pomeroy3 added the bug Something isn't working label Dec 2, 2021
@jo-rivera jo-rivera added bug Something isn't working and removed bug Something isn't working labels Mar 4, 2022
@jo-rivera jo-rivera transferred this issue from microsoft/azure-software-radio Apr 28, 2022
@jo-rivera jo-rivera added bug Something isn't working and removed bug Something isn't working labels May 4, 2022
@te20389911
Copy link

HI Team, Not able to install gr-azure OOT modules on Ubuntu. I tried all the Tag and brach. Getting error.after excute the cmake .. command.

@777arc
Copy link
Contributor

777arc commented Nov 7, 2023

HI Team, Not able to install gr-azure OOT modules on Ubuntu. I tried all the Tag and brach. Getting error.after excute the cmake .. command.

try deleting the /build directory and recreating it, then use cmake -DCMAKE_FIND_ROOT_PATH=/usr .. instead of just cmake ..

@te20389911
Copy link

te20389911 commented Nov 7, 2023 via email

@777arc
Copy link
Contributor

777arc commented Nov 7, 2023

@te20389911 sudo apt install libspdlog-dev and whenever cmake complains it cant find something thats often the solution, install libxyz-dev. and you may have to remake the /build directory

@te20389911
Copy link

te20389911 commented Nov 7, 2023 via email

@777arc
Copy link
Contributor

777arc commented Nov 7, 2023

Do you have GNU Radio installed and working?

@te20389911
Copy link

te20389911 commented Nov 8, 2023 via email

@777arc
Copy link
Contributor

777arc commented Nov 8, 2023

You run gnuradio-companion then see if the window pops up, and if it does, you can try a starter flowgraph to make sure it can run https://wiki.gnuradio.org/index.php?title=Your_First_Flowgraph

@777arc
Copy link
Contributor

777arc commented Nov 8, 2023

Also go ahead and open a new Issue if you run into further problems, since this Issue was unrelated

@777arc 777arc closed this as completed Nov 8, 2023
@te20389911
Copy link

te20389911 commented Nov 8, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants