LibrePilot Forum

Development => GCS General => Topic started by: kennyevo on March 12, 2017, 06:25:51 pm

Title: Windows build error
Post by: kennyevo on March 12, 2017, 06:25:51 pm
Hi!

I know that windows build is not always supported on the next branch, but maybe somebody knows a solution.

Followed everything in the wiki, then get the following error:
Code: [Select]
mingw32-make[2]: *** [Makefile:128: sub-plugins-make_first-ordered] Error 2

I've compiled the code on OSX and updated my quad, but I'm using a windows laptop on the field and I would like to use the GCS there with the OPLINK, but cannot build the same code on windows :/
Title: Re: Windows build error
Post by: f5soh on March 12, 2017, 07:51:39 pm
One line error do not help at all :)

Maybe due to the Msys2 - Qt update, take a look here:
https://bitbucket.org/librepilot/librepilot/pull-requests/400
Title: Re: Windows build error
Post by: kennyevo on March 13, 2017, 11:18:26 am
Hi!

I have found this patch before, I was building the windows package on parallels (OSX) because my laptop is weak af.
Unforunately I was editing the source on my mac instead of the virtual machine xD

It's fixed, thank you for your help!