Tongala

  • *
  • 30
Re: Next
« Reply #15 on: February 21, 2018, 12:34:09 am »
@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

Re: Next
« Reply #16 on: March 03, 2018, 11:41:52 am »
Hi, I changed only here " GCS_WITH_OSGEARTH := 0"
and compiled OK with some warnings on the way (magenta colored).