Advertisement
Guest User

Untitled

a guest
Jun 27th, 2010
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. CC gnome_power_manager-gsd-osd-notification.o
  2. cc1: warnings being treated as errors
  3. gsd-osd-notification.c: In function ‘gsd_osd_notification_set_property’:
  4. gsd-osd-notification.c:224:9: error: ISO C90 forbids mixed declarations and code
  5. gsd-osd-notification.c:232:17: error: passing argument 2 of ‘gsd_osd_notification_set_hint’ from incompatible pointer type
  6. gsd-osd-notification.c:73:1: note: expected ‘const char *’ but argument is of type ‘char **’
  7. gsd-osd-notification.c: In function ‘gsd_osd_notification_get_property’:
  8. gsd-osd-notification.c:244:9: error: ISO C90 forbids mixed declarations and code
  9. make[3]: *** [gnome_power_manager-gsd-osd-notification.o] Błąd 1
  10. make[3]: Opuszczenie katalogu `/home/dinth/Dropbox/Coding/gnome-power-manager-libappindicator-git/src/build/src'
  11. make[2]: *** [all] Błąd 2
  12. make[2]: Opuszczenie katalogu `/home/dinth/Dropbox/Coding/gnome-power-manager-libappindicator-git/src/build/src'
  13. make[1]: *** [all-recursive] Błąd 1
  14. make[1]: Opuszczenie katalogu `/home/dinth/Dropbox/Coding/gnome-power-manager-libappindicator-git/src/build'
  15. make: *** [all] Błąd 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement