Re: [Vala] why valac says "error: Failed to execute child process (Exec format error)"

2016-06-20 Thread oyster
$ file $(which valac) /opt/windows_32/vala-my-build/bin/valac.exe: PE32 executable for MS Windows (console) Intel 80386 32-bit $ file $(which pkg-config) /opt/windows_32/bin/pkg-config.exe: PE32 executable for MS Windows (console) Intel 80386 32-bit LOVLJIDY@LOVLJIDY-PC ~ $ file $(which gcc)

Re: [Vala] why valac says "error: Failed to execute child process (Exec format error)"

2016-06-20 Thread Al Thomas
From: oyster Sent: Monday, 20 June 2016, 16:08 Subject: Re: [Vala] why valac says "error: Failed to execute child process (Exec format error)" so what is the possible solution to find out which 32 and 64 bits DLLs are conflictive? According to this

[Vala] [ANNOUNCE] Vala 0.32.1 - Compiler for the GObject type system

2016-06-20 Thread Jürg Billeter
We are pleased to announce version 0.32.1 of Vala, a compiler for the GObject type system. Vala 0.32.1 is now available for download at:    http://download.gnome.org/sources/vala/0.32/ Changes since 0.32.0  * Bug fixes and binding updates. Vala is a programming language that aims to bring

[Vala] [ANNOUNCE] Vala 0.30.2 - Compiler for the GObject type system

2016-06-20 Thread Jürg Billeter
We are pleased to announce version 0.30.2 of Vala, a compiler for the GObject type system. Vala 0.30.2 is now available for download at:    http://download.gnome.org/sources/vala/0.30/ Changes since 0.30.1  * Bug fixes and binding updates. Vala is a programming language that aims to bring

Re: [Vala] why valac says "error: Failed to execute child process (Exec format error)"

2016-06-20 Thread oyster
Hi, so what is the possible solution to find out which 32 and 64 bits DLLs are conflictive? I am sure my GCC produces 32bits exe/dll files even on my 64 bits machine. please note, as I have mentioned in https://mail.gnome.org/archives/vala-list/2016-June/msg00027.html 1)

Re: [Vala] why valac says "error: Failed to execute child process (Exec format error)"

2016-06-20 Thread Al Thomas
From: oyster Sent: Monday, 20 June 2016, 4:18 Subject: Re: [Vala] why valac says "error: Failed to execute child process (Exec format error)" currently, the following command line creates EXE file in my msys without problem as Dmitry says [quote] $ valac