After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 152835 - gamin compilation errors on Solaris10 sparc
gamin compilation errors on Solaris10 sparc
Status: RESOLVED DUPLICATE of bug 153105
Product: gamin
Classification: Other
Component: general
unspecified
Other opensolaris
: Normal major
: ---
Assigned To: Gamin Maintainer(s)
Gamin Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2004-09-16 17:16 UTC by Alexandre Hautequest
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Alexandre Hautequest 2004-09-16 17:16:16 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.
Comment 1 Daniel Veillard 2004-09-19 21:17:51 UTC
gamin is fairly tied to Linux kernel APIs.

Daniel

*** This bug has been marked as a duplicate of 153105 ***