d-ronin / dRonin

The dRonin flight controller software.
http://dronin.org
Other
289 stars 167 forks source link

myDronin releases #2262

Open nightflasher opened 3 years ago

nightflasher commented 3 years ago

i was wondering, if there is any pre-compiled binary for any OS? i'm trying to compile for ubuntu but i'm gettingthis error: In file included from /home/kevin/dronin/ground/gcs/src/plugins/coreplugin/mainwindow.cpp:41: /home/kevin/dronin/ground/gcs/src/plugins/coreplugin/coreconstants.h:33:10: fatal error: ../../../../../build/ground/gcs/gcsversioninfo.h: Datei oder Verzeichnis nicht gefunden 33 | #include "../../../../../build/ground/gcs/gcsversioninfo.h" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[4]: *** [Makefile:5812: .obj/debug-shared/mainwindow.o] Fehler 1 make[3]: *** [Makefile:90: sub-coreplugin-make_first] Fehler 2 make[2]: *** [Makefile:91: sub-plugins-make_first-ordered] Fehler 2 make[1]: *** [Makefile:47: sub-src-make_first-ordered] Fehler 2 make: *** [Makefile:291: gcs] Fehler 2

fxbisto commented 3 years ago

i was wondering, if there is any pre-compiled binary for any OS? i'm trying to compile for ubuntu but i'm gettingthis error: In file included from /home/kevin/dronin/ground/gcs/src/plugins/coreplugin/mainwindow.cpp:41: /home/kevin/dronin/ground/gcs/src/plugins/coreplugin/coreconstants.h:33:10: fatal error: ../../../../../build/ground/gcs/gcsversioninfo.h: Datei oder Verzeichnis nicht gefunden 33 | #include "../../../../../build/ground/gcs/gcsversioninfo.h" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[4]: *** [Makefile:5812: .obj/debug-shared/mainwindow.o] Fehler 1 make[3]: *** [Makefile:90: sub-coreplugin-make_first] Fehler 2 make[2]: *** [Makefile:91: sub-plugins-make_first-ordered] Fehler 2 make[1]: *** [Makefile:47: sub-src-make_first-ordered] Fehler 2 make: *** [Makefile:291: gcs] Fehler 2

Are you just after regular dRonin GCS binaries? If so check out https://dronin.org/download

nightflasher commented 3 years ago

i was wondering, if there is any pre-compiled binary for any OS? i'm trying to compile for ubuntu but i'm gettingthis error: In file included from /home/kevin/dronin/ground/gcs/src/plugins/coreplugin/mainwindow.cpp:41: /home/kevin/dronin/ground/gcs/src/plugins/coreplugin/coreconstants.h:33:10: fatal error: ../../../../../build/ground/gcs/gcsversioninfo.h: Datei oder Verzeichnis nicht gefunden 33 | #include "../../../../../build/ground/gcs/gcsversioninfo.h" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[4]: *** [Makefile:5812: .obj/debug-shared/mainwindow.o] Fehler 1 make[3]: *** [Makefile:90: sub-coreplugin-make_first] Fehler 2 make[2]: *** [Makefile:91: sub-plugins-make_first-ordered] Fehler 2 make[1]: *** [Makefile:47: sub-src-make_first-ordered] Fehler 2 make: *** [Makefile:291: gcs] Fehler 2

Are you just after regular dRonin GCS binaries? If so check out https://dronin.org/download

Nope, looking for the tridronin version.

nightflasher commented 3 years ago

now everything compiles fine. had to change python version from 3.8 to 3.7, but it doesn't start - weird.