Re: [Vala] Vala on Windows
- From: gege2061 <gege2061 redaction-developpez com>
- To: "Kaan Yamanyar" <kaan yamanyar com>
- Cc: vala-list gnome org
- Subject: Re: [Vala] Vala on Windows
- Date: Wed, 19 Nov 2008 12:14:19 +0100
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 processus fils a échoué (Invalid argument)
error: L'exécution du processus fils a échoué (Invalid argument)
error: L'exécution du processus fils a échoué (Invalid argument)
error: L'exécution du processus fils a échoué (Invalid argument)
error: L'exécution du processus fils a échoué (Invalid argument)
error: L'exécution du processus fils a échoué (Invalid argument)
error: L'exécution du processus fils a échoué (Invalid argument)
error: L'exécution du processus fils a échoué (Invalid argument)
error: L'exécution du processus fils a échoué (Invalid argument)
error: L'exécution du processus fils a échoué (Invalid argument)
error: L'exécution du processus fils a échoué (Invalid argument)
Compilation failed: 11 error(s), 0 warning(s)
2008/11/19 Kaan Yamanyar
<kaan yamanyar com>
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
<gege2061 redaction-developpez com>
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
<mszubart gmail com>
On 2008-11-10 17:17, Vlad Grecescu wrote:
On Mon, Nov 10, 2008 at 4:57 PM, HB <mszubart gmail com <mailto:mszubart gmail com>> 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 problem, cannot exec `cc1': No such file or
directory
error: cc exited with status 1
Compilation failed: 1 error(s), 0 warning(s)
My path variable is correct but cc1 is not present.
What I am doing wrong ?
I apologize for my English.
I think you accidentally MinGW & MSYS on a FAT partition. Does running gcc alone works? If not, it's because some hard link could not be created to cc1.exe
The solution I found (If I remember correctly) was to search for cc1.exe, and add it to MSYS's .profile PATH
PATH=$PATH:/path/to/cc1/
Regards,
Vlad
I fixed it. Nothing with PATH and FAT. It's just broken file (archive).
I downloaded it again and now (after little battle with vista (stfu)) works fine.
I´m sorry for wasting your time. I thought it was something more serious.
Greetings
--
Nicolas Joseph
Responsable de la rubrique GTK+ de developpez.com /
In charge of the GTK+ section on developpez.com
http://nicolasj.developpez.com
_______________________________________________
Vala-list mailing list
Vala-list gnome org
http://mail.gnome.org/mailman/listinfo/vala-list
--
Nicolas Joseph
Responsable de la rubrique GTK+ de
developpez.com /
In charge of the GTK+ section on
developpez.com
http://nicolasj.developpez.com
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]