-
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
Dev Compile Errors - tocalls #246
Comments
Hmmm.. how old is your copy of the DEV git repo? Run a "git pull" to make sure you have the newest code. Beyond that, I'm not seeing this issue. Direwolf only requires Cmake 3.1.x or newer so it should work. Does the command "wget http://www.aprs.org/aprs11/tocalls.txt" work on this same machine? --David make update-data --David |
Yes its current. I just pulled it. And yes I have newer cmake v 3.5.2. And yes the wget works. That was the first thing I tried. |
Can you share details about your system? Hardware type, distro, distro version? The "cmake .." and "make -j8" stages work fine here on Centos 6.10 (cmake 3.6.1) and Raspbian 10.2 (cmake 3.13.4). Looking around, it might be an issue with your version of Cmake. Any chance you can upgrade to something newer? |
Yes thats the issue... the version of cmake. |
When issuing cmake ..
I run into the following:
CMake Error at /usr/share/cmake-3.5/Modules/ExternalProject.cmake:1888 (message):
Could not extract tarball filename from url:
Call Stack (most recent call first):
/usr/share/cmake-3.5/Modules/ExternalProject.cmake:2459 (_ep_add_download_command)
data/CMakeLists.txt:41 (ExternalProject_Add)
The text was updated successfully, but these errors were encountered: