Re: [Vala] [Genie] Build for windows under linux. Using minwg.

2014-09-19 Thread Tarnyko
Hi gontzal, Tried to use the procedure from : http://www.tarnyko.net/en/?q=node/37 ? gontzal writes: OK. But... is not easy to find the gstreamer bundle for windows and the gtk-clutter bundle. Any body knows about them? Thanks. I will try it. Gontzal. ig., 2014.eko iraren 14a

Re: [Vala] [Genie] Build for windows under linux. Using minwg.

2014-09-19 Thread gontzal
Yes, ok!!! I have tried cross compiling from linux but i think is very difficult for me. I dont understand so much the mecanism of compilers, sorry. Certanly i wan't use windows but. I have tried the tools of tarnyko in windows and is moor easy building in situ. Thanks Tarnyko, your tools

Re: [Vala] [Genie] Build for windows under linux. Using minwg.

2014-09-19 Thread gontzal
I have a little problem with gtk-clutter. Version: 1.2 of Tarnyko's ValaWinPKG tool In windows says me: (clutter1.exe:2564): Clutter-Gtk-CRITICAL **: Embedding GtkWidget inside Clutter Actor through GtkClutterActor does not yet work on non-X11 platforms. when I code this: uses Gtk; uses

Re: [Vala] [Genie] Build for windows under linux. Using minwg.

2014-09-19 Thread gontzal
I have a little problem with gtk-clutter. Version: 1.2 of Tarnyko's ValaWinPKG tool In windows says me: (clutter1.exe:2564): Clutter-Gtk-CRITICAL **: Embedding GtkWidget inside Clutter Actor through GtkClutterActor does not yet work on non-X11 platforms. when I code this: uses Gtk; uses

Re: [Vala] [Genie] Build for windows under linux. Using minwg.

2014-09-19 Thread gontzal
I have recived a message from Emmanuel Bassi, and says... if you update to Clutter ≥ 1.5.2 (or current master) then embedding *should* work on non-X11 platforms, but it hasn't been thoroughly tested yet. ciao, Emmanuele. So, it will be cool to upgrade clutter in ValaWinPKG. But Tarnyko is

Re: [Vala] [Genie] Build for windows under linux. Using minwg.

2014-09-19 Thread Tarnyko
Hi Gontzal, You are welcome. Cross-compiling has always been an hassle, regardless of the language and framework ; I personally consider it is not worth it if you are not dealing with a very large application needing continuous integration. Anyway, you may already be familiar with some

Re: [Vala] [Genie] Build for windows under linux. Using minwg.

2014-09-19 Thread Tarnyko
Hi again, Yes, I read the message and the response you got from Emmanuele (I subscribed to clutter-list, too ;-)). I think Clutter 1.2 may be using the XEmbed protocol behing the scenes ; hence why it only works on X11. So, it will be cool to upgrade clutter in ValaWinPKG. But Tarnyko is