Re: [Vala] Windows compiling; Error with GSettings usen FileChooser.

2015-01-20 Thread Tarnyko
Hi Gontzal, This usually means GTK+'s schemas have not been correctly installed. Try this : glib-compile-schemas share\glib-2.0\schemas when the schemas folder contains the org.gtk.Settings.FileChooser.gschema.xml file. Regards, Tarnyko Gontzal Uriarte writes: Hello! I hate windows

Re: [Vala] Problem using Mysql in Vala (Fedora 21): /usr/bin/ld: cannot find -lmysqlclient

2014-12-12 Thread Tarnyko
=libmysqlclient-devel) Hope this helps. Regards, Tarnyko AxP writes: Hello, I tried to use MySQL today with Vala but ran into some Problems. I searched for some solutions but couldn't fix the issue. I saw a few threads on the list with a similar problem but it didn't help me. First I

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

2014-09-20 Thread Tarnyko
and overwrite to this folder the contents of these folders : - glib-2.40.0 - clutter-1.16.4 - clutter-gtk-1.15.2 I've tried it, it works on the surface, but not sure it is perfectly stable. Regards, Tarnyko Tarnyko writes: Hi again, Yes, I read the message and the response you got from

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

2014-09-19 Thread Tarnyko
Tarnyko and others but... there is anyone for help me? Thanks. Txasatonga. ___ vala-list mailing list vala-list@gnome.org mailto:vala-list@gnome.org https://mail.gnome.org/mailman/listinfo/vala-list

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

2014-09-19 Thread Tarnyko
posts I wrote on the subject : http://www.tarnyko.net/en/?q=node/15 This should get the basics working, though the complexity rapidly explodes with any library you add. Especially GStreamer, which involves lots of modules and plugins installed in specific locations. Regards, Tarnyko gontzal

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

Re: [Vala] GTK3 HeaderBar sample fails under Windows

2014-01-22 Thread Tarnyko
/listinfo/vala-list Regards, Tarnyko ___ vala-list mailing list vala-list@gnome.org https://mail.gnome.org/mailman/listinfo/vala-list

Re: [Vala] Compiling under Windows

2014-01-20 Thread Tarnyko
compiled by Tarnyko (which is 0.20.1) Right now I'm trying to compile by myself the latest build (0.23.1) on cygwin, but I get stucked running autogen.sh with the following message: Can't locate Autom4te/ChannelDefs.pm in @INC ( @INC contains: E:/PROGRA~1/GnuWin32/autoconf/share/autoconf

Re: [Vala] Finally first release of my tool Network Packet Cleaner ^__^

2013-10-31 Thread Tarnyko
by extensions or MIME types using Gtk.Filter.pattern ; - Save dialog should suggest a default file name ; - NPC should recognize malformed or .cap files which it cannot handle, and close them gracefully (example : dhcp.cap from http://wiki.wireshark.org/SampleCaptures;). Regards, Tarnyko

Re: [Vala] [Genie] Growing the community (Al Thomas)

2013-09-08 Thread Tarnyko
Hi Gontzal, txasatonga writes: Hello Al!! Now I'm trying to write SDL2.0 vapi for Vala and Genie. With the help of Tarnyko maybe we can port it to Android /IOs... See it on gitorius to:http://gitorious.org/sdl-2-0-vala-vapi I think you're overestimating my capacity to work on multiple

Re: [Vala] Looking for mirrors for ValaWinPKG, OSX maintainer

2013-07-21 Thread Tarnyko
Hi Jürg, Many thanks for the help, very appreciated ! Well I'd be pleased to accept if you have available space, plus I can guarantee if will be put to good use. HTTP/SSH should definitely be enough for downloads/uploads. Regards, Tarnyko Jürg Billeter writes: Hi Tarnyko, On Fri

[Vala] Typedeffing globally with Vala

2013-07-20 Thread Tarnyko
, Tarnyko ___ vala-list mailing list vala-list@gnome.org https://mail.gnome.org/mailman/listinfo/vala-list

[Vala] Looking for mirrors for ValaWinPKG, OSX maintainer

2013-07-18 Thread Tarnyko
. Regards, Tarnyko ___ vala-list mailing list vala-list@gnome.org https://mail.gnome.org/mailman/listinfo/vala-list

Re: [Vala] fatal error: glib.h: No such file or directory

2013-07-06 Thread tarnyko
Hello, Could you paste the output of the following command : $ pkg-config --cflags glib-2.0 Regards, Tarnyko Craig writes: Hello, I tried building this example (https://wiki.gnome.org/Vala/TestSample) in Ubuntu 13.04, but I came across the error listed in the title of this message

Re: [Vala] RELEASE: Vala 0.20.1 + GTK 3.6.4 for Mac OS X

2013-07-02 Thread tarnyko
Hi jm, Thanks ! I'd be very thankful if you can let me know how it behaves on 10.8. At least it shouldn't break anything ;-). Regards, Tarnyko j...@shabb.com writes: I can't thank you enough for your build Windows, and now OS X! I have access to OS X 10.8 that I can try on. on Jun

Re: [Vala] How to re-use external C function with pointer

2013-07-02 Thread tarnyko
Hi Olivier, Try it this way : protected extern static void setproctitle (string fmt); I seem to remember Vala doesn't treat the const keyword well in parenthises. Regards, Tarnyko Olivier Duchateau writes: Hi, I find this code in Vala program [1]. But under FreeBSD, prctl() doesn't

[Vala] RELEASE: Vala 0.20.1 + GTK 3.6.4 for Mac OS X

2013-06-30 Thread tarnyko
far, so if someone is interested and has a more recent OS version, I would be very interested to have some feedback. Regards, Tarnyko ___ vala-list mailing list vala-list@gnome.org https://mail.gnome.org/mailman/listinfo/vala-list

[Vala] RELEASE: Vala 0.20.1 + GTK 3.6.4 for Win32

2013-06-09 Thread tarnyko
you can find in Ubuntu Raring e.g. Bundled GTK+2 has been updated to the latest 2.24.18, too. For ValaWinPKG users, a repo will follow quickly. In should appear directly in the software when it is ready. Regards, Tarnyko ___ vala-list mailing list

Re: [Vala] Vala to Android - Cairo

2013-04-01 Thread tarnyko
Vala : http://www.tarnyko.net/en/?q=node/26 So we can now draw shapes, text, images... and all sort of nice things on Android's screen from Vala code. More interesting stuff in this style will come later, working on this. Regards, Tarnyko

Re: [Vala] Vala to Android - Cairo

2013-03-31 Thread tarnyko
interesting stuff in this style will come later, working on this. Regards, Tarnyko ___ vala-list mailing list vala-list@gnome.org https://mail.gnome.org/mailman/listinfo/vala-list

Re: [Vala] Autovala: new program for developers

2013-03-30 Thread tarnyko
Nice ! Thanks for your work, will check that when I have time. Regards, Tarnyko rastersoft writes: Hi all: Several days ago, another user commented in Elementary Dev list that using CMake with Vala was quite hard and difficult. After thinking about it, I reached the conclusion

Re: [Vala] Vala to Android - Cairo

2013-03-26 Thread tarnyko
... Cairo 1.10.2 for Android : http://www.tarnyko.net/repo/cairo-1.10.2-android-(TARNYKO).tar.bz2 Here is a stand-alone Vala sample : http://www.tarnyko.net/repo/cairo.vala to be compiled with : valac --cc=agcc --pkg cairo -o cairo cairo.vala --Xcc=-lpixman-1 --Xcc=-lpng15 It blits a image.png

Re: [Vala] Vala to Android

2013-03-20 Thread tarnyko
Thanks Nicholas ! I'm sending a mail (answering Tal) for further discussion ^^. Regards, Tarnyko Nicholas Melnick writes: That is super cool, Tarnyko. - Nick - Original Message - From: tarn...@tarnyko.net To: vala-list@gnome.org Sent: Tuesday, March 19, 2013 3:46:40 AM

Re: [Vala] Vala to Android

2013-03-20 Thread tarnyko
with Cairo right now. It's not so hard, good for pure bitmap operations ; not bad for a start :-) ! PS Tal : the mail about GLib was already posted on gtk-list years ago, so I better not forward this until I have new stuff. Regards, Tarnyko Tal Hadad writes: Very good! someone had to break

[Vala] Vala to Android

2013-03-19 Thread tarnyko
Cairo has been ported (http://code.google.com/p/cairo4android/) -and Cairo definitely has Vala bindings. Regards, Tarnyko ___ vala-list mailing list vala-list@gnome.org https://mail.gnome.org/mailman/listinfo/vala-list

Re: [Vala] Vala to Android

2013-03-19 Thread tarnyko
Nice, thank you very much ! Regards, Tarnyko Luca Bruno writes: Thanks for your contribution. I've reported it here fyi: http://valajournal.blogspot.it/2013/03/vala-on-android.html Best regards, -- www.debian.org - The Universal Operating System

[Vala] Re : Val(a)Ide Problems on Win7 (fwd)

2013-02-13 Thread tarnyko
variables panel and add the path to Val(a)IDE bin directory (C:\Program Files\ValaIDE\bin e.g.) somewhere before the existing GTK+ install path. Regards, Tarnyko Duke Normandin writes: On Tue, 12 Feb 2013 02:25:26 +0100 tarn...@tarnyko.net wrote: Duke Normandin writes: I'm new

Re: [Vala] ANNOUNCE: Val(a)IDE 0.7.2

2012-12-29 Thread tarnyko
Ho, and I forgot : I will look into the issues you raised, of course (and other ones). But as I will be soon giving lessons for 1 month, it may take some time before we see 0.7.3. Val(a)IDE used to stay untouched for 2 years, though, so it's relatively fair... Regards, Tarnyko

Re: [Vala] ANNOUNCE: Val(a)IDE 0.7.2

2012-12-29 Thread tarnyko
You have to manually install the older Lucid package. It's provided in my installation archive : http://www.tarnyko.net/valaide/ValaIDE-0.7.2_(UBUNTU12).tar.bz2 dpkg -i libgdl-1-common* dpkg -i libgdl-1-3* Regards, Tarnyko rastersoft writes: -BEGIN PGP SIGNED MESSAGE- Hash

Re: [Vala] ANNOUNCE: Val(a)IDE 0.7.2

2012-12-29 Thread tarnyko
and binary download links can be found at : http://www.tarnyko.net/en/?q=node/24 Alternate download page : http://www.tarnyko.net/dl/valaide.htm Detailed changes can be tracked on Launchpad : https://code.launchpad.net/~tarnyko/valide/trunk Regards, Tarnyko

[Vala] ANNOUNCE: Val(a)IDE 0.7.2

2012-12-28 Thread tarnyko
/~tarnyko/valide/trunk Regards, Tarnyko ___ vala-list mailing list vala-list@gnome.org https://mail.gnome.org/mailman/listinfo/vala-list

Re: [Vala] ANNOUNCE: Val(a)IDE 0.7.2

2012-12-28 Thread tarnyko
Raster, Mario, I'm glad you like it ^^ ! Regards, Tarnyko Mario Daniel Ruiz writes: I love you (in a non-erotic, non-romantic way) Enviado desde un dispositivo móvil -Original Message- From: tarn...@tarnyko.net Sender: vala-list-boun...@gnome.org Date: Fri, 28 Dec 2012 13:12

Re: [Vala] ANNOUNCE: Val(a)IDE 0.7.2

2012-12-28 Thread tarnyko
releases, not even making public announces ;-). Regards, Tarnyko Luca Bruno writes: On Fri, Dec 28, 2012 at 1:12 PM, tarn...@tarnyko.net wrote: Hi folks, I'm very happy to announce today's release of Val(a)IDE 0.7.2. Val(a)IDE is a small but fast IDE for the Vala language. It provides

Re: [Vala] ANNOUNCE: Val(a)IDE 0.7.2

2012-12-28 Thread tarnyko
/Ubuntu at least, I'm pretty sure you can install several compiler versions concurrently. Have you considered using 0.12 for the compilation and execution of the IDE only ? Regards, Tarnyko rastersoft writes: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 And another question: are you

Re: [Vala] [GTK+3] Setting colour for insensitive text

2012-11-14 Thread tarnyko
with GTK+3 : valac --pkg gtk+-3.0 testgtk-insensitive_text.vala Text is red in GTK+2, stays gray in GTK+3. Could someone give me a direction ? PS : I want to avoid using CSS if possible. Thanks, Tarnyko ___ vala-list mailing list vala-list

[Vala] [GTK+3] Setting colour for insensitive text

2012-11-13 Thread tarnyko
a direction ? PS : I want to avoid using CSS if possible. Thanks, Tarnyko ___ vala-list mailing list vala-list@gnome.org https://mail.gnome.org/mailman/listinfo/vala-list

Re: [Vala] Avail : Vala 0.18.0, GTK 3.6, Glade 3.14

2012-11-12 Thread tarnyko
(RAUM-TARNYKO).exe These are basically your binaries with additional DLLs and minor modifications so that GTK+3 runs out of the box. I would like to make it available with a download link, like this (http://www.tarnyko.net/?q=node/1). Regards, Tarnyko Raum writes: Have fun http

Re: [Vala] Avail : Vala 0.18.0, GTK 3.6, Glade 3.14

2012-11-11 Thread tarnyko
Raum, If you are still around and don't mind, could you tell me what you think of this installer ? http://www.tarnyko.net/repo/GTK+-Bundle-3.6.0_(RAUM-TARNYKO).exe These are basically your binaries with additional DLLs and minor modifications so that GTK+3 runs out of the box. I would like

Re: [Vala] Avail : Vala 0.18.0, GTK 3.6, Glade 3.14

2012-11-07 Thread tarnyko
, Tarnyko Raum writes: Have fun http://linbox.free.fr/cross-compile/index.php or directly http://linbox.free.fr/cross-compile/binaries/packages/ It seems all is running without crash I'll add how to use my install and compile scripts later ;) (check http://linbox.free.fr/cross-compile

[Vala] RELEASE: Vala 0.18.0 + GTK 3.4.2 for Win32

2012-10-22 Thread tarnyko
(http://www.tarnyko.net/en/?q=node/14) for more info. Regards, Tarnyko ___ vala-list mailing list vala-list@gnome.org https://mail.gnome.org/mailman/listinfo/vala-list

Re: [Vala] RELEASE: Vala 0.18.0 + GTK 3.4.2 for Win32

2012-10-22 Thread tarnyko
. Regards, Tarnyko __**_ vala-list mailing list vala-list@gnome.org https://mail.gnome.org/**mailman/listinfo/vala-listhttps://mail.gnome.org/mailman/listinfo/vala-list ___ vala-list mailing list vala-list

Re: [Vala] How to: Cross Compile Vala to Win32/64

2012-10-21 Thread tarnyko
a tutorial in this style (http://www.tarnyko.net/en/?q=node/9) tomorrow. I need some feedback, though. Are you interested ? Tarnyko bsquared writes: Hello, It's been a while since I have looked at Vala. I am preparing to write a simple app that I would like to make available for Linux and Windows. I am

Re: [Vala] How to: Cross Compile Vala to Win32/64

2012-10-20 Thread tarnyko
interested ? Tarnyko bsquared writes: Hello, It's been a while since I have looked at Vala. I am preparing to write a simple app that I would like to make available for Linux and Windows. I am having trouble finding documentation to cross-compile an app written in Vala to Windows binary

[Vala] RELEASE: Vala 0.16.0 + GTK 3.4.2 for Win32

2012-09-18 Thread tarnyko
, Tarnyko ___ vala-list mailing list vala-list@gnome.org https://mail.gnome.org/mailman/listinfo/vala-list

Re: [Vala] RELEASE: Vala 0.16.0 + GTK 3.4.2 for Win32

2012-09-18 Thread tarnyko
no repo available so early, if you wanna try immediately, you can grab them manually from another one : http://www.tarnyko.net/repo/vala/vala0.12.0-glib2.32.3/ Get opengl.zip and sdl.zip and uncompress them into vala's directory. Dont forget to put the .vapi files in the right place. Tarnyko

Re: [Vala] ANNOUNCE : Vala 0.12.0 + GTK 3.4.2 for Win32

2012-09-17 Thread tarnyko
them from this new repo (should only be temporary). - LibMX package is planned. - Final note : A Vala 0.16.0 for Win32 bundle is WIP. It already works, only needs a few tweaks before uploading. Regards, Tarnyko ___ vala-list mailing list vala

[Vala] ANNOUNCE : Vala 0.12.0 + GTK 3.4.2 for Win32

2012-09-16 Thread tarnyko
GLib, however, gives problems with older LibGee and WebKit, so I removed them from this new repo (should only be temporary). - LibMX package is planned. - Final note : A Vala 0.16.0 for Win32 bundle is WIP. It already works, only needs a few tweaks before uploading. Regards, Tarnyko

Re: [Vala] ANNOUNCE : Vala 0.12.0 + GTK 3.4.2 for Win32

2012-09-16 Thread tarnyko
Whoops, Despite the mail's subject, very close to Jürg's one, I'm not a member of the Vala developement team. Sorry for the similarity. Tarnyko. tarn...@tarnyko.net writes: Hi folks, I just re-released a bundle containing Vala 0.12.0 and GTK+ 3.4.2 for Windows XP/Vista/7. This one

Re: [Vala] ANNOUNCE : Vala 0.12.0 + GTK 3.4.2 for Win32

2012-09-16 Thread tarnyko
Hi Luca, Thank you ! You're very welcome to put it on the blog ; the more references it can get on the web, the better ^^. Luca Bruno writes: Thanks for your work, it's very appreciated. If you want I can publish this on http://valajournal.blogspot.it/ -- www.debian.org - The

Re: [Vala] SDL TTF Bindings can't find font

2012-09-15 Thread tarnyko
Hi David, Do you have the following line at the beginning of your method : SDLTTF.init (); Regards, Tarnyko David Gomes writes: Hello there, first of all here's the relevant part of my code: using SDLTTF; (...) public void draw_string (string text, int x, int y, Color color

Re: [Vala] Using Libraries

2012-08-31 Thread tarnyko
. Specific here. MinGW doesn't provide GTK+3 for now. But you'll find it by typing gtk+3 win32 in Google. Tarnyko ___ vala-list mailing list vala-list@gnome.org https://mail.gnome.org/mailman/listinfo/vala-list

Re: [Vala] ANNOUNCE: ValaWinPKG for win32

2012-08-26 Thread tarnyko
. The packages themselves are ZIP files following this structure : | bin/*.dll include/mylib/*.h lib/*.dll.a lib/pkgconfig/*.pc *.vapi Regards, Tarnyko ___ vala-list mailing list vala-list@gnome.org https://mail.gnome.org/mailman/listinfo/vala-list