[v8-dev] Re: Building v8 on cygwin with gcc

2009-02-27 Thread konijn_
>      This may cause runtime problems with W32 sockets" > In file included from src/v8.h:55, >                  from src/platform-win32.cc:84: > src/../include/v8.h:44: error: conflicting declaration 'typedef int > int32_t' > src/../include/v8.h:45: error: conflicting declaration 'typedef > unsig

[v8-dev] Re: Building v8 on cygwin with gcc

2009-02-27 Thread konijn_
On Feb 27, 3:33 am, Søren Gjesse wrote: > I guess that you are missing including stdarg.h. If you look at platform.h > you will see that for MinGW stdarg.h is included directly in platform.h. > If you want to use gcc on Windows I suggest that you try out MinGW as this > should work now. Support w

[v8-dev] Re: Building v8 on cygwin with gcc

2009-02-27 Thread Søren Gjesse
I guess that you are missing including stdarg.h. If you look at platform.h you will see that for MinGW stdarg.h is included directly in platform.h. If you want to use gcc on Windows I suggest that you try out MinGW as this should work now. Support was added with http://codereview.chromium.org/20177