Github user jrushf1239k commented on the pull request: https://github.com/apache/trafficserver/pull/393#issuecomment-187279799 I can't build the master branch since this was added, I think that the plugins/experimental/Makefile.am needs to be changed: - stream_editor \ - webp_transform + stream_editor + if BUILD_HAS_IMAGEMAGICKCPP + SUBDIRS += webp_transform + endif Otherwise when I try to build master with gcc 4.4.7 I get the following errors, no Makefile in plugins/experimental/webp_transforms $ autoreconf -vif $ ./configure --prefix=/opt/trafficserver --with-user=ats --with-group=ats --enable-experimental-plugins $ make make[3]: Entering directory `/home/jrushf1239k/trafficserver/plugins/experimental/webp_transform' make[3]: *** No rule to make target `all'. Stop. make[3]: Leaving directory `/home/jrushf1239k/trafficserver/plugins/experimental/webp_transform' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/jrushf1239k/trafficserver/plugins/experimental' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/jrushf1239k/trafficserver/plugins' make: *** [all-recursive] Error 1
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---