LibrePilot Forum

General Category => General Discussion => Topic started by: syv2 on April 26, 2017, 03:43:25 pm

Title: make package error
Post by: syv2 on April 26, 2017, 03:43:25 pm
Version 16.09
Windows Building and Packaging
  mingw32-make package
Step->Building the LibrePilot software
Code: [Select]
Administrator@USER-20160527DG MINGW64 ~/librepilot
$ mingw32-make package
...
...
D:/msys64/home/Administrator/librepilot/ground/gcs/src/libs/osgearth/osgearth.cpp:42:28: [color=red]fatal error: osgEarth/Version: No such file or directory[/color]
 #include <osgEarth/Version>

compilation terminated.
mingw32-make[4]: *** [Makefile:1118: osgearth.o] Error 1
mingw32-make[4]: Leaving directory 'D:/msys64/home/Administrator/librepilot/build/librepilot-gcs_release/src/libs/osgearth'
mingw32-make[3]: *** [Makefile:435: sub-osgearth-make_first-ordered] Error 2
mingw32-make[3]: Leaving directory 'D:/msys64/home/Administrator/librepilot/build/librepilot-gcs_release/src/libs'
mingw32-make[2]: *** [Makefile:42: sub-libs-make_first-ordered] Error 2
mingw32-make[2]: Leaving directory 'D:/msys64/home/Administrator/librepilot/build/librepilot-gcs_release/src'
mingw32-make[1]: *** [Makefile:41: sub-src-make_first-ordered] Error 2
mingw32-make[1]: Leaving directory 'D:/msys64/home/Administrator/librepilot/build/librepilot-gcs_release'
mingw32-make: *** [Makefile:295: gcs] Error 2


Any hints what I might be doing wrong?
Thank you very much!
syv2
Title: Re: make package error
Post by: f5soh on April 26, 2017, 03:51:24 pm
Hi,

Seems the OsgEarth package is not installed, try :
Code: [Select]
pacman -S --needed mingw-w64-x86_64-osgearth
https://librepilot.atlassian.net/wiki/display/LPDOC/Windows+Building+and+Packaging#WindowsBuildingandPackaging-For64bit:
Title: Re: make package error
Post by: syv2 on April 27, 2017, 10:06:18 am
problem settled,Thank you very much!
syv2