Opened 18 years ago
Closed 18 years ago
#2248 closed task (invalid)
Changes necessary to successfully compile gnome-screensaver-2.14.3
Reported by: | Tommy Mattson | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 6.3 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | gnome-screensaver-2.14.3 |
Cc: |
Description ¶
To get a successful compile of gnome-screensaver-2.14.3 I had to change the line 323 in src/gnome-screensaver-command.c from "dbus_connection_disconnect (connection); " to "dbus_connection_close (connection);" Possibly the header file in the dbus includes have changed in version dbus-1.0.2 which was what I compiled against. BTW, the gcc used was 4.1.1., but I don't think the gcc version has anything to do with the error.
Change History (3)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
Milestone: | → 6.3 |
---|
comment:3 by , 18 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Now that GNOME is at 2.18, this ticket becomes invalid.
Note:
See TracTickets
for help on using tickets.
Thanks for the report.
It's dbus-1.0.x. There are a few others in the current book that will have the same kinds of issues (HAL, for one). I'll see about getting these things fixed up. More likely, though, we'll probably wait on updating dbus until we identify that it won't break things.