Re: func_emit_cwrapperexe_src() errors with mingw32ce

2008-11-29 Thread Vincent Torri
On Fri, 28 Nov 2008, Roumen Petrov wrote: Natively, the Windows CE OS has no concept of environment variable. Hence, when mingw32ce is used, func_emit_cwrapperexe_src() fails because of missing getenv() and putenv() (or setenv() also, of course). I don't know what to do here (removing or not

Re: func_emit_cwrapperexe_src() errors with mingw32ce

2008-11-28 Thread Roumen Petrov
Vincent Torri wrote: Hey, Natively, the Windows CE OS has no concept of environment variable. Hence, when mingw32ce is used, func_emit_cwrapperexe_src() fails because of missing getenv() and putenv() (or setenv() also, of course). I don't know what to do here (removing or not thee calls, as