-
Notifications
You must be signed in to change notification settings - Fork 313
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 .. Failed on Ubuntu installation #300
Comments
Which version of Ubuntu? What command did you run to get this error? Direwolf 1.6 compiles fine here on Ubuntu 20.04 using the following. Please note that I did see a glitch on the "make update-data" stage (this is optional btw) where it was delayed on the "tocalls.txt" file as it was trying to download it from the Internet. Could be that the upstream website might be having issues and while it worked for me, it failed for you. mkdir build |
Just skip the "make update-data" step for now. |
I didn't run the make update-data, because the cmake .. failed before I could even get to make. I believe this is Ubuntu 16.04 LTS, I'll try to update it to a newer version. |
What is the exact sequence of steps used? |
|
I also installed libgps-dev, gpsd, and hamlib-dev |
I am having a similar issue as the previous ham. I am pasting what I am seeing: a1vrf@raspberrypi:~ $ sudo apt-get install libudev-dev Download the source code:
Optional - Do this to get the latest development version
Build it. There are two new steps not used for earlier releases.
Install:
You will probably need to install additional applications and Questions?
ka1vrf@raspberrypi: Any ideas what I did wrong? |
Not entirely sure, but when it failed to make the build directory, it seems to have NOT CDd to it. You ran CMAKE in the root directory. I would run
If that doesn't work:
|
Older versions of cmake (< 3.10?) have a problem with the external references to http://www.aprs.org/aprs11/tocalls.txt, etc. Could you summarize, which versions of Ubuntu and cmake work properly, and which do not? Thanks. Will close this if no further discussion. |
setting up Direwolf on Ubuntu, and upon running CMAKE .. it gives a crash:
This is really aggravating, as I just switched from Raspberry Pi OS to Ubuntu for network support (This is on a separate PC, not a PI), and now I cannot use Direwolf without using the Ubuntu Package version which is Direwolf 1.1, Really outdated there. This fails on both Release and Dev.
The text was updated successfully, but these errors were encountered: