You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by "archerwong (JIRA)" <ji...@apache.org> on 2017/08/17 02:47:00 UTC

[jira] [Created] (GUACAMOLE-366) guacamole build fails

archerwong created GUACAMOLE-366:
------------------------------------

             Summary: guacamole build fails
                 Key: GUACAMOLE-366
                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-366
             Project: Guacamole
          Issue Type: Bug
          Components: guacamole
            Reporter: archerwong



{code:java}

make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/data/guacamole-server-0.9.13-incubating/src/protocols/vnc'
Making all in src/guacd
make[2]: Entering directory `/data/guacamole-server-0.9.13-incubating/src/guacd'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/data/guacamole-server-0.9.13-incubating/src/guacd'
Making all in src/guacenc
make[2]: Entering directory `/data/guacamole-server-0.9.13-incubating/src/guacenc'
  CC       guacenc-video.o
video.c: In function ‘guacenc_video_alloc’:
video.c:145:5: error: implicit declaration of function ‘avcodec_free_context’ [-Werror=implicit-function-declaration]
     avcodec_free_context(&context);
     ^
cc1: all warnings being treated as errors
make[2]: *** [guacenc-video.o] Error 1
make[2]: Leaving directory `/data/guacamole-server-0.9.13-incubating/src/guacenc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/data/guacamole-server-0.9.13-incubating'
make: *** [all] Error 2

{code}




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)