Re: always the same crash in g_cclosure_marshal_generic_va

2015-02-20 Thread codekiddy
Hi, guys! Please excuse me, but I figured out what was the problem and now most recent msvc GTK+ WORKS!! indeed it was a problem with libffi, to be more precize it was my fault because of the way I was building the libffi library in wrong way lol. according to the libffi readme on GitHub there is

always the same crash in g_cclosure_marshal_generic_va

2015-02-20 Thread codekiddy
Hi, I'm still struggling with GTK+ compilation and it looks I found a problem (or bug) but I'm not sure how to solve it and seek your recommendation or hint on what to do... I compiled both x86 and x64 stable GTK+ binaries and *all* it's dependencies with MSVC, today for testing purposes I even al