Re: [Mono-dev] Problem running mkbundle using cygwin/windows

2010-10-12 Thread Patrick Kowalzick
Hello Robert, thanks for your answer. snip temp.c: In function `main': temp.c:170: warning: implicit declaration of function `g_utf16_to_utf8' snip Any ideas what is missing? (I'd guess a header with a valid definition of g_utf16_to_utf8, but I was not able to figure out where to find it).

Re: [Mono-dev] Problem running mkbundle using cygwin/windows

2010-10-11 Thread Robert Jordan
Hey, On 11.10.2010 18:43, Patrick Kowalzick wrote: Dear List, I get an error running mkbundle using cygwin/windows. I installed mono-2.8, cygwin 1.7 (gcc-mingw, mingw-zlib) and set up the paths in my .bashrc. A test run looks like: ... temp.c: In function `main': temp.c:170: warning: