[
https://issues.apache.org/jira/browse/GUACAMOLE-147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15772681#comment-15772681
]
Andrei Volodin commented on GUACAMOLE-147:
------------------------------------------
thank you very much
thank you for your response
the war was found and the web server was started and accessed
may I hope the following error on compilation with RDP support clarification
and resolve:
CC guacdr_client_la-rdp_fs.lo
rdp_fs.c: In function ‘guac_rdp_fs_read_dir’:
rdp_fs.c:599:5: error: ‘readdir_r’ is deprecated
[-Werror=deprecated-declarations]
if (readdir_r(file->dir, &(file->__dirent), &result))
^~
In file included from rdp_fs.h:40:0,
from rdp_fs.c:22:
/usr/include/dirent.h:183:12: note: declared here
extern int readdir_r (DIR *__restrict __dirp,
^~~~~~~~~
cc1: all warnings being treated as errors
Makefile:1310: recipe for target 'guacdr_client_la-rdp_fs.lo' failed
make[3]: *** [guacdr_client_la-rdp_fs.lo] Error 1
> mvn package execution within cloned git repo of guacamole results in tar.gz
> file
> --------------------------------------------------------------------------------
>
> Key: GUACAMOLE-147
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-147
> Project: Guacamole
> Issue Type: Bug
> Affects Versions: 0.9.10-incubating
> Reporter: Andrei Volodin
>
> mvn package execution within cloned git repo of guacamole-client results in
> file target/ guacamole-client-0.9.10-incubating.tar.gz which hardly can be
> deployed to tomcat/webapps as stated in the instructions at the guacamole
> website.
> It is stated that mvn package execution results in war file.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)