jjxtra

  • *
  • 9
Windows Build Error
« on: July 19, 2016, 07:58:02 pm »
This build error has re-appeared on Windows when building gcs. It was fixed for about a month but it is back now. I just pulled the latest next branch today.

Suggestions?

mingw32-make[4]: *** No rule to make target 'C:/msys64/mingw64/bin/osgPlugins-3.5.3/mingw_osgdb_earth.dll', needed by 'C:/msys64/home/Jeff/librepilot/build/librepilot-gcs_release/lib/librepilot-gcs/osg/osgPlugins-3.5.3/mingw_osgdb_earth.dll'.  Stop.

filnet

  • *****
  • 113
Re: Windows Build Error
« Reply #1 on: July 19, 2016, 08:19:17 pm »
You need to update msys2/mingw packages with "pacman -Syuu" from a msys2 shell.

Follow instructions and repeat until it says that everything is up to date.

jjxtra

  • *
  • 9
Re: Windows Build Error
« Reply #2 on: July 19, 2016, 08:22:50 pm »
Re-running pacman -Syu fixed it