You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by "David Fort (JIRA)" <ji...@apache.org> on 2017/10/03 07:37:00 UTC

[jira] [Created] (GUACAMOLE-402) Out-of-tree build doesn't compile

David Fort created GUACAMOLE-402:
------------------------------------

             Summary: Out-of-tree build doesn't compile
                 Key: GUACAMOLE-402
                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-402
             Project: Guacamole
          Issue Type: Bug
          Components: guacamole-server
            Reporter: David Fort
            Priority: Minor


There seems to have an include path problem as build out of tree shows a compilation error:
{noformat}
$ LANG=C make
make  all-recursive
make[1]: Entering directory '/home/david/dev/git/incubator-guacamole-server/output'
Making all in src/libguac
make[2]: Entering directory '/home/david/dev/git/incubator-guacamole-server/output/src/libguac'
  CC       libguac_la-audio.lo
In file included from ../../../src/libguac/audio.c:22:0:
../../../src/libguac/raw_encoder.h:26:19: fatal error: audio.h: No such file or directory
compilation terminated.
Makefile:610: recipe for target 'libguac_la-audio.lo' failed
make[2]: *** [libguac_la-audio.lo] Error 1
make[2]: Leaving directory '/home/david/dev/git/incubator-guacamole-server/output/src/libguac'
Makefile:490: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/david/dev/git/incubator-guacamole-server/output'
Makefile:422: recipe for target 'all' failed
make: *** [all] Error 2
{noformat}






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