Does anyone have any experience with Mono? I can run console apps with it, but when I try to run a GUI app, I get message saying that winelib.exe.so is missing. I've tried compiling Winelib with no success, I can ./configure it but I get the following output from make:
Does anyone know what to do? Have any of you compiled Winelib successfully? Are you able to send me the binary, if necessary?
Thanks
Code:
gcc -c -I. -Iinclude -I/usr/local/include/wine/windows/.. -I/usr/local/include/wine/windows -g -O2 -ffixed-r13 -no-cpp-precomp -Dsocklen_t=u_int32_t -fPIC -D__powerpc__ -DDLLPATH=\"/usr/local/lib/wine\" -DLIBPATH=\"/usr/local/lib\" -D_REENTRANT -o pthread.o pthread.c
pthread.c: In function `wine_pthread_get_current_teb':
pthread.c:135: warning: return makes pointer from integer without a cast
pthread.c: In function `wine_pthread_exit_thread':
pthread.c:157: warning: assignment makes pointer from integer without a cast
pthread.c:167: warning: `noreturn' function does return
pthread.c: In function `wine_pthread_abort_thread':
pthread.c:177: warning: `noreturn' function does return
gcc -c -I. -Iinclude -I/usr/local/include/wine/windows/.. -I/usr/local/include/wine/windows -g -O2 -ffixed-r13 -no-cpp-precomp -Dsocklen_t=u_int32_t -fPIC -D__powerpc__ -DDLLPATH=\"/usr/local/lib/wine\" -DLIBPATH=\"/usr/local/lib\" -D_REENTRANT -o interlocked.o interlocked.c
gcc -c -I. -Iinclude -I/usr/local/include/wine/windows/.. -I/usr/local/include/wine/windows -g -O2 -ffixed-r13 -no-cpp-precomp -Dsocklen_t=u_int32_t -fPIC -D__powerpc__ -DDLLPATH=\"/usr/local/lib/wine\" -DLIBPATH=\"/usr/local/lib\" -D_REENTRANT -o gettid.o gettid.c
gcc -c -I. -Iinclude -I/usr/local/include/wine/windows/.. -I/usr/local/include/wine/windows -g -O2 -ffixed-r13 -no-cpp-precomp -Dsocklen_t=u_int32_t -fPIC -D__powerpc__ -DDLLPATH=\"/usr/local/lib/wine\" -DLIBPATH=\"/usr/local/lib\" -D_REENTRANT -o winelib.o winelib.c
winelib.c: In function `SharedWineInit':
winelib.c:156: error: `SIGSTKFLT' undeclared (first use in this function)
winelib.c:156: error: (Each undeclared identifier is reported only once
winelib.c:156: error: for each function it appears in.)
make[1]: *** [winelib.o] Error 1
make: *** [winelib] Error 2
Does anyone know what to do? Have any of you compiled Winelib successfully? Are you able to send me the binary, if necessary?
Thanks