GNOME Bugzilla – Bug 152835
gamin compilation errors on Solaris10 sparc
Last modified: 2004-12-22 21:47:04 UTC
Solaris10 don't have these types defined in fcntl(2): gam_dnotify.c: In function `gam_dnotify_directory_handler': gam_dnotify.c:111: error: `F_SETSIG' undeclared (first use in this function) gam_dnotify.c:111: error: (Each undeclared identifier is reported only once gam_dnotify.c:111: error: for each function it appears in.) gam_dnotify.c:112: error: `F_NOTIFY' undeclared (first use in this function) gam_dnotify.c:113: error: `DN_MODIFY' undeclared (first use in this function) gam_dnotify.c:113: error: `DN_CREATE' undeclared (first use in this function) gam_dnotify.c:113: error: `DN_DELETE' undeclared (first use in this function) gam_dnotify.c:113: error: `DN_RENAME' undeclared (first use in this function) gam_dnotify.c:113: error: `DN_ATTRIB' undeclared (first use in this function) gam_dnotify.c:114: error: `DN_MULTISHOT' undeclared (first use in this function) With the above lines commented, code compiles. Not tested yet if works, need to build the rest of GNOME.
gamin is fairly tied to Linux kernel APIs. Daniel *** This bug has been marked as a duplicate of 153105 ***