Re: [Vala] Vala on Windows

2012-04-12 Thread Jarosław Ciupiński
Hi, Try disabling vapigen compilation, ie. ./configure --disable-vapigen (You of course need to compile from source) Works for me, as I don't use that tool :) And as far as I looked into the code (and as much as I remember), vapigen uses posix threading when going through files, but I might be w

[Vala] Vala on Windows

2012-04-03 Thread Serge Hulne
In the worst-case scenario, you could try with Cygwin instead of Mingw. Whatever compiles under Linux usually also compiles under Windows using Cygwin (the only problem is that it won't compile statically, you will have to ship it with a few DLLs if you want to distribute the resulting executable

Re: [Vala] Vala on Windows

2012-04-03 Thread Luca Bruno
On Tue, Apr 3, 2012 at 9:12 AM, wrote: > Hi, > > I have created an application using Vala and tried to compile it on > Windows, but the application needs Vala >= 0.14.0 and Vala for Windows > binary is just available in the version 0.12.0 - so I tried to compile it > on my own using MinGW and min

[Vala] Vala on Windows

2012-04-03 Thread gerhard . gruber
Hi, I have created an application using Vala and tried to compile it on Windows, but the application needs Vala >= 0.14.0 and Vala for Windows binary is just available in the version 0.12.0 - so I tried to compile it on my own using MinGW and mingw.sh (http://code.google.com/p/vala-win32/sourc

Re: [Vala] Vala on Windows/Mac OS

2011-12-18 Thread Sam Thursfield
Hi David On Sat, Dec 17, 2011 at 11:46 PM, David Gomes wrote: > I would like to know the status of Vala in other operating systems (besides > Linux). How well does it work? Vala's compiler works fine on Windows. The C code can be compiled with mingw gcc. > What about its bindings (Gtk, for exam

Re: [Vala] Vala on Windows/Mac OS

2011-12-18 Thread pancake
I use vala on osx without any remarkable issue. Gtk2 has native quartz build which is nice, but gtk3 is still not well packaged at all (x11 only afaik). The main problem is that the ports system uses different libs from thr ones in the system which makes it hard for deploying apps or packaging

Re: [Vala] Vala on Windows/Mac OS

2011-12-17 Thread Brian Duffy
Good new Jim, Let me know if there is any way I can help you with that. b On Sat, Dec 17, 2011 at 1:02 PM, Jim Peters wrote: > Brian Duffy wrote: > > If you really want to know if Vala can work effectively on Windows > > then you better try installing Vala (and Gtk) on windows and give it > >

Re: [Vala] Vala on Windows/Mac OS

2011-12-17 Thread Jim Peters
Brian Duffy wrote: > If you really want to know if Vala can work effectively on Windows > then you better try installing Vala (and Gtk) on windows and give it > a whirl. It might be easier to look for apps written in Vala with well-supported builds for Windows. For example there is a list of apps

Re: [Vala] Vala on Windows/Mac OS

2011-12-17 Thread Brian Duffy
I'm still trying to evaluate Vala on linux so I can't be of help there but I would love to read your article when you are done. Piece of advice. These lists can be really helpful to get you a piece of information but often all you get is a piece that helps you to figure out a little more on your ow

[Vala] Vala on Windows/Mac OS

2011-12-17 Thread David Gomes
I would like to know the status of Vala in other operating systems (besides Linux). How well does it work? What about its bindings (Gtk, for example)? Thanks. I'm writing an article on Vala for a magazine, and I need to know if I can reference its cross-platformness as a plus. __

Re: [Vala] Vala on Windows

2008-12-02 Thread gege2061
Vala 0.5.2 for Windows: http://code.google.com/p/valide/downloads/detail?name=vala-0.5.2.exe I have tested libgee, it work fine ;) (add vala-1.0 package) -- Nicolas Joseph Responsable de la rubrique GTK+ de developpez.com / In charge of the GTK+ section on developpez.com http://nicolasj.develop

Re: [Vala] Vala on Windows

2008-12-02 Thread Frederik
gege2061 wrote: You need install the win23 API package: http://sourceforge.net/project/showfiles.php?group_id=2435&package_id=11550 Thanks, that helped! Regards, Frederik ___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org/mailman

Re: [Vala] Vala on Windows

2008-12-02 Thread gege2061
2008/12/2 Frederik <[EMAIL PROTECTED]> > Matías De la Puente wrote: > >> Hi >> >> I have try this and it work without problems. >> Another think to add to valac is "-X -mwindows" because when i use gtk and >> execute my app opens a terminal and a window. >> > > Thanks for the tip, but it doesn't w

Re: [Vala] Vala on Windows

2008-12-02 Thread Frederik
Matías De la Puente wrote: Hi I have try this and it work without problems. Another think to add to valac is "-X -mwindows" because when i use gtk and execute my app opens a terminal and a window. Thanks for the tip, but it doesn't work for me: > valac --pkg gtk+-2.0 -X -mwindows sample.vala

Re: [Vala] Vala on Windows

2008-11-19 Thread Xavier Bestel
On Wed, 2008-11-19 at 12:14 +0100, gege2061 wrote: > error: L'exécution du processus fils a échoué (Invalid argument) For those of you stuck in third-world countries, that means something like 'execution of child process failed'. HTH, Xav ___

Re: [Vala] Vala on Windows

2008-11-19 Thread gege2061
It is necessary to add --cc=gcc option, or create CC environment variable. I will update the setup for create this variable, but I have a serious problem with execution of pkg-config (in msdos console, not in msys): E:\msys\home\gsjz8662\test>valac --pkg=gtk+-2.0 main.vala error: L'exécution du p

Re: [Vala] Vala on Windows

2008-11-19 Thread Kaan Yamanyar
Hi all, Does anyone know why I receive this error and how to solve that? C:\vala-0.5.1>valac test.vala error: Failed to execute child process (No such file or directory) Compilation failed: 1 error(s), 0 warning(s) Thanks, Kaan 2008/11/18 gege2061 <[EMAIL PROTECTED]> > Hi, > > I have update t

Re: [Vala] Vala on Windows

2008-11-18 Thread gege2061
Hi, I have update the installer : * Using nsis for create the installer * Separate components : vala (fixed), mingw and GTK+ * No reboot needed ftp://ftp-developpez.com/gtk/vala/vala-0.5.1.exe (7.87 Mo) 2008/11/10 HB <[EMAIL PROTECTED]> > On 2008-11-10 17:17, Vlad Grecescu wrote: > > On Mon,

Re: [Vala] Vala on Windows

2008-11-10 Thread HB
On 2008-11-10 17:17, Vlad Grecescu wrote: On Mon, Nov 10, 2008 at 4:57 PM, HB <[EMAIL PROTECTED] > wrote: Hello. I have installed vala 0.5.1 (ftp://ftp-developpez.com/gtk/vala/vala-0.5.1.exe). When I try to compile HelloGtk program ;) I get this: D:

Re: [Vala] Vala on Windows

2008-11-10 Thread Vlad Grecescu
On Mon, Nov 10, 2008 at 4:57 PM, HB <[EMAIL PROTECTED]> wrote: > Hello. > I have installed vala 0.5.1 ( > ftp://ftp-developpez.com/gtk/vala/vala-0.5.1.exe). > When I try to compile HelloGtk program ;) I get this: > D:\vala-0.5.1>valac --pkg gtk+-2.0 --cc=gcc -o test Test.vala > gcc: installation p

Re: [Vala] Vala on Windows

2008-11-10 Thread HB
Hello. I have installed vala 0.5.1 (ftp://ftp-developpez.com/gtk/vala/vala-0.5.1.exe). When I try to compile HelloGtk program ;) I get this: D:\vala-0.5.1>valac --pkg gtk+-2.0 --cc=gcc -o test Test.vala gcc: installation problem, cannot exec `cc1': No such file or directory error: cc exited with

Re: [Vala] Vala on Windows

2008-11-07 Thread Andrew Flegg
On Fri, Nov 7, 2008 at 3:20 PM, Alberto Ruiz <[EMAIL PROTECTED]> wrote: > 2008/11/7 Andrew Flegg <[EMAIL PROTECTED]>: > >> Eclipse plugin is at: >> >>https://launchpad.net/valable > [snip] > > Would be possible to embed Vala+Gtk+ on the plugin distribution itself? I wouldn't say it was *quite*

Re: [Vala] Vala on Windows

2008-11-07 Thread Alberto Ruiz
2008/11/7 Andrew Flegg <[EMAIL PROTECTED]>: > On Fri, Nov 7, 2008 at 3:09 PM, Alberto Ruiz <[EMAIL PROTECTED]> wrote: >> > [snip] >> >> What about a plugin for Netbeans or Eclipse C/C++? I can't see too >> much of a point of installing Gtk and Vala without an environment to >> use it. > > Eclipse p

Re: [Vala] Vala on Windows

2008-11-07 Thread Andrew Flegg
On Fri, Nov 7, 2008 at 3:09 PM, Alberto Ruiz <[EMAIL PROTECTED]> wrote: > [snip] > > What about a plugin for Netbeans or Eclipse C/C++? I can't see too > much of a point of installing Gtk and Vala without an environment to > use it. Eclipse plugin is at: https://launchpad.net/valable I've no

Re: [Vala] Vala on Windows

2008-11-07 Thread Alberto Ruiz
2008/11/7 Matías De la Puente <[EMAIL PROTECTED]>: > > > 2008/11/6 gege2061 <[EMAIL PROTECTED]> >> >> 2008/11/6 Matías De la Puente <[EMAIL PROTECTED]> >>> >>> Could be great to have this packege only with vala in a zip file, because >>> mingw32, gtk for windows and others came in separate zip file

Re: [Vala] Vala on Windows

2008-11-07 Thread gege2061
> > The problem i see in mingw now in the lack of an official windows > installer. By now i used the mingw installed by default in > mingwstudio,code:blocks and dev-cpp. From only a few month i used the > official mingw according to this instructions: > http://wiki.netbeans.org/MinGWInCCDevelopment

Re: [Vala] Vala on Windows

2008-11-07 Thread Martin (OpenGeoMap)
I installed mingw downloading MinGW-5.1.4.exe (www.mingw.org ) that automatically download all the zip files and unzip the files in a folder (This way is simple, but you have to add to the path environment variable the folder that you installed mingw) Hi: In my op

Re: [Vala] Vala on Windows

2008-11-07 Thread Matt Emson
Andrew Flegg wrote: Sounds perfect. I've had good experience using InnoSetup[1] for building Windows installers, but YMMV Ah, back to my Delphi days :-) I used to use NSIS for everything and it's brilliant if you want total control. Steep learning curve for a casual user though. M _

Re: [Vala] Vala on Windows

2008-11-07 Thread Martin (OpenGeoMap)
Andrew Flegg escribió: 2008/11/7 gege2061 <[EMAIL PROTECTED]>: I could create one package with differents options: Full : vala + gtk + wingw Compact : vala + gtk Custom : vala + what you want In all cases, you can choose the directory. It's easier to maintain a single package! What you th

Re: [Vala] Vala on Windows

2008-11-07 Thread Andrew Flegg
2008/11/7 gege2061 <[EMAIL PROTECTED]>: > > I could create one package with differents options: > > Full : vala + gtk + wingw > Compact : vala + gtk > Custom : vala + what you want > > In all cases, you can choose the directory. > > It's easier to maintain a single package! > > What you think about

Re: [Vala] Vala on Windows

2008-11-07 Thread gege2061
> > Another possibility is to have diferent installers: > + A complete one with vala, gtk, mingw (with the w32api file) and all the > files. This option is ideal to the beginners > + A installer with all except for mingw. This option is great for me! ;) > + A intaller just with vala (no gtk, no pkg

Re: [Vala] Vala on Windows

2008-11-07 Thread Matías De la Puente
2008/11/6 gege2061 <[EMAIL PROTECTED]> > 2008/11/6 Matías De la Puente <[EMAIL PROTECTED]> > >> >> Could be great to have this packege only with vala in a zip file, because >> mingw32, gtk for windows and others came in separate zip file. so when i >> have to update a version just download the zip

Re: [Vala] Vala on Windows

2008-11-07 Thread Matías De la Puente
2008/11/6 Alexei Vinidiktov <[EMAIL PROTECTED]> > 2008/11/6 Matías De la Puente <[EMAIL PROTECTED]>: > > Hi > > > > I have try this and it work without problems. > > Another think to add to valac is "-X -mwindows" because when i use gtk > and > > execute my app opens a terminal and a window. > > I

Re: [Vala] Vala on Windows

2008-11-06 Thread gege2061
2008/11/6 Matías De la Puente <[EMAIL PROTECTED]> > > Could be great to have this packege only with vala in a zip file, because > mingw32, gtk for windows and others came in separate zip file. so when i > have to update a version just download the zip file and unzip it in a > folder. > I have sep

Re: [Vala] Vala on Windows

2008-11-06 Thread Matías De la Puente
Hi I have try this and it work without problems. Another think to add to valac is "-X -mwindows" because when i use gtk and execute my app opens a terminal and a window. Could be great to have this packege only with vala in a zip file, because mingw32, gtk for windows and others came in separate

Re: [Vala] Vala on Windows

2008-11-05 Thread gege2061
Hi, I have continued my work on win32 port of vala. I have create a package all-in-one: vala 0.5.1, mingw and GTK+ 2.14.4 You just need restart your computer for take into account environment variables (path and pkg_config_path), and add the --cc=gcc option for compilation. ftp://ftp-developpez

Re: [Vala] Vala on Windows

2008-03-05 Thread gege2061
2008/3/4, Vlad Grecescu <[EMAIL PROTECTED]>: > One thought, though: you're using the cygwin deliverables. Gtk+ has > cygwin-free binaries too, available from http://www.gtk.org > (I myself compiled all this time vala, but with mingw) It's next step (I should install pkg-config and configure it)

Re: [Vala] Vala on Windows

2008-03-04 Thread Jürg Billeter
On Tue, 2008-03-04 at 12:32 +0200, Vlad Grecescu wrote: > I worked around the issue (patch attached) but I suppose a bug should > be filed for the compiler - I just don't know what would be the > desired behavior (issue an error or compile gracefully)? Thanks, I've committed it to SVN. The compile

Re: [Vala] Vala on Windows

2008-03-04 Thread Vlad Grecescu
gege2061 wrote: > It's works fine :) > > I've create inno setup installer : > ftp://ftp-developpez.com/gtk/vala/vala-0.1.7.exe > And developpements files : > ftp://ftp-developpez.com/gtk/vala/vala-0.1.7-dev.zip > > Great, you-re installing dependencies too:) One thought, though: you're using t

Re: [Vala] Vala on Windows

2008-03-04 Thread gege2061
It's works fine :) I've create inno setup installer : ftp://ftp-developpez.com/gtk/vala/vala-0.1.7.exe And developpements files : ftp://ftp-developpez.com/gtk/vala/vala-0.1.7-dev.zip For your interessement, inno setup config file : ftp://ftp-developpez.com/gtk/vala/vala.iss vapi files are instal

Re: [Vala] Vala on Windows

2008-03-04 Thread Vlad Grecescu
Jürg Billeter wrote: On Mon, 2008-02-04 at 23:04 +0200, Vlad Grecescu wrote: The installation folders above are determined by looking up the folder where the module (DLL or EXE) in question is located. If the folder's name is "bin", its parent is used, otherwise the folder itself. I think is

Re: [Vala] Vala on Windows

2008-03-02 Thread Jürg Billeter
On Sun, 2008-03-02 at 23:46 +0700, Nguyen Thai Ngoc Duy wrote: > I'd rather be interested in vala cross compiler. Although that might > be out of topic from this thread. No I have not tried anything. That should already work fine as Vala doesn't generate platform-specific C code. Just specify a cr

Re: [Vala] Vala on Windows

2008-03-02 Thread Nguyen Thai Ngoc Duy
On Mon, Feb 4, 2008 at 11:03 PM, gege2061 <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to port vala on windows. > > My first test is here : > ftp://ftp-developpez.com/gtk/vala/vala-0.1.6.zip (miror : > http://ftp-developpez.com/gtk/vala/vala-0.1.6.zip) > > - You need to extract the zip in

Re: [Vala] Vala on Windows

2008-03-02 Thread Jürg Billeter
On Mon, 2008-02-04 at 23:04 +0200, Vlad Grecescu wrote: > Sorry, I misinterpreted the g_get_system_data_dirs () documentation. > It actually returns an array of folders (Application Data is among > them) but the key to vala's problem on win32 is still here: > >> Then the "share" subfolder in the in

Re: [Vala] Vala on Windows

2008-02-04 Thread Vlad Grecescu
On Feb 4, 2008 10:30 PM, Daniel Svensson <[EMAIL PROTECTED]> wrote: > On Feb 4, 2008 5:24 PM, Vlad <[EMAIL PROTECTED]> wrote: > > This way you can install the .vapi files in Application Data, on windows. > > Is Application Data really a place to store static global data? Isn't > that the place wher

Re: [Vala] Vala on Windows

2008-02-04 Thread Daniel Svensson
On Feb 4, 2008 5:24 PM, Vlad <[EMAIL PROTECTED]> wrote: > This way you can install the .vapi files in Application Data, on windows. Is Application Data really a place to store static global data? Isn't that the place where applications store data that gets created by the application, and is local

Re: [Vala] Vala on Windows

2008-02-04 Thread gege2061
2008/2/4, Vlad <[EMAIL PROTECTED]>: > One idea would be to use g_get_system_data_dirs() and > g_get_user_data_dirs() along with Config.PKG_DATA_PATH, what do you think? > > This way you can install the .vapi files in Application Data, on windows. > Good idea. I thought create link or batch file f

Re: [Vala] Vala on Windows

2008-02-04 Thread Vlad
gege2061 wrote: > Hi, > > I am trying to port vala on windows. > > My first test is here : > ftp://ftp-developpez.com/gtk/vala/vala-0.1.6.zip (miror : > http://ftp-developpez.com/gtk/vala/vala-0.1.6.zip) > > - You need to extract the zip in "C:\Program Files" directory (the > default vapi directory

[Vala] Vala on Windows

2008-02-04 Thread gege2061
Hi, I am trying to port vala on windows. My first test is here : ftp://ftp-developpez.com/gtk/vala/vala-0.1.6.zip (miror : http://ftp-developpez.com/gtk/vala/vala-0.1.6.zip) - You need to extract the zip in "C:\Program Files" directory (the default vapi directory is C:\Program Files\vala-0.1.6\s