Hi guys, for some strange reason, gtk#'s api generation code opens way too many files. On my system, the default limit on open file descriptors is 1096 and compiling gtk-sharp/api aborts with an "no more open files" error message. After increasing the limit to 8192, it works fine. -- Martin Baulig martin@gnome.org