Christopher Degawa

Results 215 comments of Christopher Degawa

It seems I might not be able to build gstreamer with out suite due to similar problems with https://github.com/m-ab-s/media-autobuild_suite/issues/911 since it's not linking to glib and libiconv properly.

Plus there seems to be linking issues with `__imp_g_ascii_table` even with the configure route

When compiling with meson, gcc errors out with undefined symbols with libiconv prepended and glib macros. When compiling using the autotools route, gcc errors with undef symbols of `__imp_g_ascii_table`. So...

As an aside, gstreamer compiled fine in a normal msys2 install both ways

I'm thinking of just using msys2's instead and just compile the plugins that might come with some of the projects that are already built

Although there is the question of should we try to redirect pacman to use the local64 as the root or not

Actually, it seems that it might be related to https://github.com/msys2/MINGW-packages/issues/988. Applying `-DGLIB_STATIC_COMPILATION` to CFLAGS works for the `_imp_g_ascii_table`, but now I'm facing issues with undef `__imp_g_param_spec_types`

Adding `-DGOBJECT_STATIC_COMPILATION` worked...

@wiiaboo, should I add qt5 to the gstreamer builds? The qt5-static binary from msys2 is almost 8GB