Jhinta

  • ***
  • 198
Re: Compiled Librepilot missing gadgets
« Reply #15 on: May 29, 2016, 04:04:06 pm »
Reinstalled msys2 and re-made the whole enviroment... still not working the gadgets are missing.. where are these gadgets located?
I installed the pre-compiled file from the link above and i'm getting an error with the Qt5Gui.dll ... i copied the dll form my own build and it started normaly... now i can see the PFD gadget but when i select it the page si blank white... so no luck :(

dont know what you did ,, but the upload version are fully working ,, your the only one thats having problems with it.

Re: Compiled Librepilot missing gadgets
« Reply #16 on: May 29, 2016, 04:07:43 pm »
How can i do a compelete clen reinstal of msys2 and all of its components? And a complete delete of librepilot files?

Jhinta

  • ***
  • 198
Re: Compiled Librepilot missing gadgets
« Reply #17 on: May 29, 2016, 04:51:16 pm »
 :-\ uninstall

Re: Compiled Librepilot missing gadgets
« Reply #18 on: May 29, 2016, 05:06:58 pm »
Tried that.. No luck.. Don't know what i'm missing  :'(

hwh

  • *
  • 1018
Re: Compiled Librepilot missing gadgets
« Reply #19 on: May 29, 2016, 10:17:51 pm »
Tried that.. No luck.. Don't know what i'm missing  :'(

You're not missing anything, the current next doesn't compile on windows.  It should be fixed in a few days.

Re: Compiled Librepilot missing gadgets
« Reply #20 on: May 29, 2016, 10:33:01 pm »
Aaa thank you! I misunderstood

Marde

  • *
  • 1

@marc

  • *
  • 152
  • Ask me about LibrePilot2Go on Android.
Re: Compiled Librepilot missing gadgets
« Reply #22 on: June 09, 2016, 08:05:21 pm »
Current next compiles fine, if that's what you are asking.

Re: Compiled Librepilot missing gadgets
« Reply #23 on: June 09, 2016, 10:39:41 pm »
Are gadgets working on the windows compile?

@marc

  • *
  • 152
  • Ask me about LibrePilot2Go on Android.
Re: Compiled Librepilot missing gadgets
« Reply #24 on: June 09, 2016, 10:46:01 pm »
If 3D-Model or PFD are missing, try to start with the "/reset" flag.
Code: [Select]
build/librepilot-gcs_release/bin/librepilot-gcs.exe /reset

Re: Compiled Librepilot missing gadgets
« Reply #25 on: June 10, 2016, 06:34:42 am »
Tried it ... It says "ModelViewGadget.dll: The specified module could not be found" and "PfdQml.dll: The specified procedure could not be found."
The files are all there

parched

  • *
  • 11
Re: Compiled Librepilot missing gadgets
« Reply #26 on: June 10, 2016, 09:54:51 am »
I think that means there is a dependency missing for those gadgets. Did you you do a clean build? Are you running it from the mingw shell? Possibly it's opengl related and you need to copy opengl32.dll into the bin directory so that is used instead of your system opengl

Re: Compiled Librepilot missing gadgets
« Reply #27 on: June 10, 2016, 11:59:39 pm »
did a clean re-build.. now i'm missing libicuin56.dll

Code: [Select]
mingw32-make[2]: Entering directory 'C:/msys32/home/Tady/librepilot/build/librepilot-gcs_release'
mingw32-make[2]: *** No rule to make target 'C:/msys32/mingw32/bin/libicuin56.dll', needed by 'C:/msys32/home/Tady/librepilot/build/librepilot-gcs_release/bin/libicuin56.dll'.  Stop.
mingw32-make[2]: Leaving directory 'C:/msys32/home/Tady/librepilot/build/librepilot-gcs_release'
Makefile:81: recipe for target 'sub-copydata-pro-make_first-ordered' failed
mingw32-make[1]: *** [sub-copydata-pro-make_first-ordered] Error 2
mingw32-make[1]: Leaving directory 'C:/msys32/home/Tady/librepilot/build/librepilot-gcs_release'
Makefile:264: recipe for target 'gcs' failed
mingw32-make: *** [gcs] Error 2

Re: Compiled Librepilot missing gadgets
« Reply #28 on: June 11, 2016, 09:36:13 am »
Copied some DLLs by hand.. Got it to run but gadgets PFD and Modelview still missign... So the same as before but different DLLs missing...

filnet

  • *****
  • 113
Re: Compiled Librepilot missing gadgets
« Reply #29 on: June 11, 2016, 05:31:04 pm »
GCS should compile fine out of the box without the need to manually copy DLLs.

Looks like your msys2 install is not up to date.

From a msys2 shell, run this command "pacman -Syuu" and follow the instructions.
Run that command as many times as required until it says that your msys2 is up to date.

PS : Qt 5.6.1 has just been released and is already available on msys2.
So GCS is probably broken if you update msys2. Please don't update msys2.
I'll try to fix GCS this weekend.
« Last Edit: June 11, 2016, 05:37:43 pm by filnet »