xfce

  • **
  • 91
Windows Building and Packaging help
« on: February 02, 2016, 03:42:49 am »
Hi all,
I have follow the wiki to setup a develop ENV in my PC, win7 64bit
https://librepilot.atlassian.net/wiki/x/PwDj

but give the error, need help, thanks
Code: [Select]
$ mingw32-make package
 WARNING      not found (make osg_install), using system PATH
 WARNING      not found (make osgearth_install), using system PATH
/usr/bin/sh:行1: qmake: 未找到命令
Makefile:188: recipe for target 'E:/librepilot/librepilot/build/uavobjgenerator/uavobjgenerator.exe' failed
mingw32-make: *** [E:/librepilot/librepilot/build/uavobjgenerator/uavobjgenerator.exe] Error 127

f5soh

  • *****
  • 4572
    • LibrePilot
Re: Windows Building and Packaging help
« Reply #1 on: February 02, 2016, 07:17:01 am »
Looks like the Qt package is missing.

Install Qt using pacman:
pacman -S --needed mingw-w64-i686-qt5  (Win32)

or

pacman -S --needed mingw-w64-x86_64-qt5 (Win64)

Win64 or Win32 refers to shell you are using

JohnW

  • *
  • 7
Re: Windows Building and Packaging help
« Reply #2 on: February 07, 2016, 05:32:40 am »
While installing the mingw-w64-i686-Openss1 package, I receive a target not found message.

Any assistance appreciated.

JohnW

JohnW

  • *
  • 7
Re: Windows Building and Packaging help
« Reply #3 on: February 07, 2016, 07:15:03 am »
All fixed.
I re-installed all packages and it returned all packages installed, including -openss1.
Running -make package, so all looks good so far.

JohnW