@f5soh
Thanks thought I had already done that
These are the errors I now get:
mingw32-make[4]: *** [Makefile:474: C:/msys64/home/Larry/librepilot/build/librepilot-gcs_release/src/libs/gstr amer/deps/libgstreamer-1.0-0.dll.deps] Error 127
mingw32-make[3]: *** [Makefile:394: sub-gstreamer-make_first-ordered] Error 2
mingw32-make: *** [Makefile:308: gcs] Error 2
Looks like the third one is an osg/osgearth problem so I try the fix from your link.
But not sure what the other two errors relate to.
This is what my makefile shows:
else ifeq ($(UNAME), Windows)
UAVOBJGENERATOR := $(BUILD_DIR)/uavobjgenerator/uavobjgenerator.exe
GCS_WITH_OSG := 1
GCS_WITH_OSGEARTH := 1
GCS_COPY_OSG := 1
GCS_WITH_GSTREAMER := 1
GCS_COPY_GSTREAMER := 1
endif
Should I change all to zeros or just GCS_WITH_OSGEARTH ?
Will try again latter today, have things to do.
Thanks again