[Gtk-sharp-list] hi !

Sergio Rubio sergio.rubio@hispalinux.es
01 Sep 2002 23:27:50 +0200


Hi everyone!

I'm trying to have mono working in the ppc. The mono package and the gc
compile from source pretty well, but since the jit binary is not
presente I had to make a link from /usr/local/bin/mint to
/usr/local/bin/mono, because mcs asks for mono. A few warnings are throw
if you compile something, although it compiles well.



** (process:2071): WARNING **: Using non-atomic functions!

** (process:2072): CRITICAL **: bind failed: Address already in use

** (process:2071): WARNING **: Handle daemon failed to start

** (process:2071): WARNING **: Failed to attach shared memory! (tried
shared memory ID 0x20d001f). Falling back to non-shared handles
Compilation succeeded.



Things work well, but the gtk# bindings fail compiling,


Ellipsis parameter ctor  in Object MessageDialog
Ellipsis parameter ctor Ellipsis parameter ctor make[1]: ***
[generated-stamp] Error 255
make[1]: Leaving directory `/usr/src/gtk-sharp-0.4/api'
make: *** [binding] Error 1



I don't know if it fails because of mint or the gtk bindings and I would
like to hear from your experience.

Thanks guys.