[Vala] [newbie] one more error: vala on win32

2009-08-25 Thread ecir hana
Hello, please, I have one more question. Previously, I thought I got the errors because I didn't have the needed binary libraries (?). So I downloaded both gtksourceview-2.6.2.zip and gtksourceview-dev-2.6.2.zip [1], and extracted into Vala/MinGW installation directory. However, when I try to

Re: [Vala] [newbie] one more error: vala on win32

2009-08-25 Thread David Keijser
2009/8/25 ecir hana ecir.h...@gmail.com: Hello, please, I have one more question. Previously, I thought I got the errors because I didn't have the needed binary libraries (?). So I downloaded both gtksourceview-2.6.2.zip and gtksourceview-dev-2.6.2.zip [1], and extracted into Vala/MinGW

Re: [Vala] [newbie] one more error: vala on win32

2009-08-25 Thread ecir hana
On Tue, Aug 25, 2009 at 8:41 PM, David Keijserkeij...@gmail.com wrote: Hi. Hi, Where exactly is gtksourceview.h? C:\vala-0.7.5\include\gtksourceview-2.0\gtksourceview make sure it is where the compiler expects it (whatever windows calls /usr/include), also make sure pkg-config.exe --cflags

Re: [Vala] [newbie] one more error: vala on win32

2009-08-25 Thread David Keijser
2009/8/25 ecir hana ecir.h...@gmail.com: On Tue, Aug 25, 2009 at 8:41 PM, David Keijserkeij...@gmail.com wrote: -I flags pointing to your gtksourceview.h include dir. I assume you meant gcc flag because valac doesn't seem to recognize it. yes, pkg-config produces flags to gcc. But you don't

Re: [Vala] [newbie] one more error: vala on win32

2009-08-25 Thread Michel Salim
On Wed, 2009-08-26 at 00:11 +0200, David Keijser wrote: 2009/8/25 ecir hana ecir.h...@gmail.com: On Tue, Aug 25, 2009 at 8:41 PM, David Keijserkeij...@gmail.com wrote: -I flags pointing to your gtksourceview.h include dir. I assume you meant gcc flag because valac doesn't seem to recognize