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 787591 - evolution from master branch fails to compile.
evolution from master branch fails to compile.
Status: RESOLVED DUPLICATE of bug 787590
Product: evolution
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Evolution Shell Maintainers Team
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2017-09-12 16:00 UTC by Hussam Al-Tayeb
Modified: 2017-09-12 17:16 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Hussam Al-Tayeb 2017-09-12 16:00:29 UTC
/home/hussam/cache/gnome/evolution/src/evolution/src/e-util/e-icon-factory.c: In function ‘e_icon_factory_pixbuf_scale’:
/home/hussam/cache/gnome/evolution/src/evolution/src/e-util/e-icon-factory.c:153:10: error: implicit declaration of function ‘gnome_desktop_thumbnail_scale_down_pixbuf’; did you mean ‘gnome_desktop_thumbnail_path_for_uri’? [-Werror=implicit-function-declaration]
   return gnome_desktop_thumbnail_scale_down_pixbuf (pixbuf, width, height);
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

gnome-desktop (master branch) removed that function.

https://developer.gnome.org/gnome-desktop3/stable/GnomeDesktopThumbnailFactory.html
in favor of
https://developer.gnome.org/gdk-pixbuf/stable/gdk-pixbuf-Scaling.html#gdk-pixbuf-scale-simple
Comment 1 Piotr Drąg 2017-09-12 17:16:02 UTC
Thanks for taking the time to report this.
This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

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