Problems with building app with GStreamer in MSYS2/Win64

Sebastian Dröge sebastian at centricular.com
Wed Dec 9 06:43:24 PST 2015


On Mi, 2015-12-09 at 15:36 +0100, marcin at saepia.net wrote:
> 
>  make
> make  all-am
> make[1]: Wejście do katalogu '/home/Marcin/aktivitis/app/electron-
> backbone'
> gcc -DHAVE_CONFIG_H -I.     -mms-bitfields 
> [...]
> error: size of array ‘_GStaticAssertCompileTimeAssertion_0’ is negative
>  #define G_STATIC_ASSERT(expr) typedef char G_PASTE
> (_GStaticAssertCompileTimeAssertion_, __COUNTER__)[(expr) ? 1 : -1]
> G_GNUC_UNUSED

Are you sure the compiler is creating 64 bit binaries there? Maybe you
call the wrong one or -m64 has to be passed to the compiler.

The error looks like using a 32 bit compiler with 64 bit headers of
glib.

-- 
Sebastian Dröge, Centricular Ltd · http://www.centricular.com

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20151209/99dd4972/attachment.sig>


More information about the gstreamer-devel mailing list