LibrePilot Forum

Development => GCS General => Topic started by: jjxtra on July 19, 2016, 07:58:02 pm

Title: Windows Build Error
Post by: jjxtra 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.
Title: Re: Windows Build Error
Post by: filnet 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.
Title: Re: Windows Build Error
Post by: jjxtra on July 19, 2016, 08:22:50 pm
Re-running pacman -Syu fixed it