DevenBL

Results 19 comments of DevenBL

this is the Direct output of make for convenience : [ 1%] Building C object external/misc/CMakeFiles/misc.dir/strlcpy.c.o [ 1%] Building C object external/geotranz/CMakeFiles/geotranz.dir/error_string.c.o [ 1%] Building C object external/misc/CMakeFiles/misc.dir/strlcat.c.o [ 2%]...

i am using gcc 10.3.1 20210625 (Alpine 10.3.1_git20210625) there is no "develop" branch although there is a dev branch and that fails at the cmake with a cmake error regarding:...

this seems to be the same issue as **https://github.com/wb2osz/direwolf/issues/150** when i try to cmake on the dev branch this is the output: -- The C compiler identification is GNU 10.3.1...

this is the package list: abuild alpine-base alsa-lib alsa-lib-dev avahi avahi-dev binutils build-base cmake eudev eudev-dev eudev-libs eudev-openrc extra-cmake-modules gcc gpsd gpsd-dev hamlib hamlib-dev

> Seems like some hints on the fix can be found here but I cannot try a fix as I don't have Alpine LInux: > > https://bugs.gentoo.org/show_bug.cgi?id=652594 is the overview...

so as per the error "CMake Error at external/misc/CMakeLists.txt:35 (add_library): No SOURCES given to target: misc" seems like the misc target needs a source

going back to fixing the compile issue on the master branch and not the cmake issue on the Dev branch this seems relevant: https://github.com/void-linux/void-packages/pull/27510

This is the same issue aswell https://github.com/wb2osz/direwolf/issues/319

[output.txt](https://github.com/wb2osz/direwolf/files/6951617/output.txt) For the sake of completeness i am slamming all of the output from the master branch in here this is the output of cmake .. make -j4 make -j4...

It does seem to make it better ill try to do some testing to see how it reacts when you move from environment to environment and if it needs re...