Re: [Vala] Is the C code generated by valac compliant with C89, or C99?

2010-01-14 Thread pancake
There are still issues to make the C code compilable for visual studio[1] [1] https://bugzilla.gnome.org/show_bug.cgi?id=606838 I also found a problem in the swig trying to parse the .h files generated by vala. On 01/14/2010 09:45 AM, Jürg Billeter wrote: On Thu, 2010-01-14 at 15:57 +0800, J

Re: [Vala] Is the C code generated by valac compliant with C89, or C99?

2010-01-14 Thread Jürg Billeter
On Thu, 2010-01-14 at 15:57 +0800, Jerry Tan wrote: > Hi, all, > > I know that I can use gcc or sunstudio to compile C code which is > generated by valac, > > I just want to know that is there any compiler dependency, > for example, gcc extension, c99 support, > any requirement for gcc version

[Vala] Is the C code generated by valac compliant with C89, or C99?

2010-01-13 Thread Jerry Tan
Hi, all, I know that I can use gcc or sunstudio to compile C code which is generated by valac, I just want to know that is there any compiler dependency, for example, gcc extension, c99 support, any requirement for gcc version or sunstudio version? __