Re: Getting error while compiling Suacamole-Server

2018-03-24 Thread Amarjeet Singh
No I haven't changed anything.

I took the fresh code form GIT and tried to compiled it and got the
different error :-

/configure: line 13570: syntax error near unexpected token `AVCODEC,'
> ./configure: line 13570: `PKG_CHECK_MODULES(AVCODEC, libavcodec,,
> have_libavcodec=no);'



Same is working in other machine.


Thanks and Regards,
Amarjeet Singh


Virus-free.
www.avast.com

<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

On Sun, Mar 25, 2018 at 4:42 AM, Mike Jumper 
wrote:

> On Sat, Mar 24, 2018 at 12:28 AM, Amarjeet Singh 
> wrote:
>
>> Hi Team,
>>
>> Getting the below error :-
>>
>> What would be the reason as It's running just fine in other machine.
>>
>>>
>>> Making all in src/terminal
>>> make[2]: Entering directory `/root/rpmbuild/SOURCES/guacam
>>> ole-server.dev/src/terminal'
>>>   CC   libguac_terminal_la-buffer.lo
>>> gcc: error: @PANGO_CFLAGS@: No such file or directory
>>> gcc: error: @PANGOCAIRO_CFLAGS@: No such file or directory
>>> make[2]: *** [libguac_terminal_la-buffer.lo] Error 1
>>> make[2]: Leaving directory `/root/rpmbuild/SOURCES/guacam
>>> ole-server.dev/src/terminal'
>>> make[1]: *** [all-recursive] Error 1
>>> make[1]: Leaving directory `/root/rpmbuild/SOURCES/guacamole-server.dev'
>>> make: *** [all] Error 2
>>
>>
>>
> Did you make changes to the configure script? Those values are expected to
> be substituted by configure. The only case where those values are not
> defined is if the associated library is absent, but that is tested for
> within configure as well.
>
> - Mike
>
>


Re: Getting error while compiling Suacamole-Server

2018-03-24 Thread Amarjeet Singh
I am using the code I have made changes to.


these are the commands I am using :-


autoreconf -fi
./configure --with-init-dir=/etc/init.d
make clean
make
and got the error

On Sat, Mar 24, 2018 at 4:57 PM, Nick Couchman  wrote:

>
> On Sat, Mar 24, 2018 at 03:28 Amarjeet Singh  wrote:
>
>> Hi Team,
>>
>>
>> Getting the below error :-
>>
>> What would be the reason as It's running just fine in other machine.
>>
>>>
>>> Making all in src/terminal
>>> make[2]: Entering directory `/root/rpmbuild/SOURCES/
>>> guacamole-server.dev/src/terminal'
>>>   CC   libguac_terminal_la-buffer.lo
>>> gcc: error: @PANGO_CFLAGS@: No such file or directory
>>> gcc: error: @PANGOCAIRO_CFLAGS@: No such file or directory
>>> make[2]: *** [libguac_terminal_la-buffer.lo] Error 1
>>> make[2]: Leaving directory `/root/rpmbuild/SOURCES/
>>> guacamole-server.dev/src/terminal'
>>> make[1]: *** [all-recursive] Error 1
>>> make[1]: Leaving directory `/root/rpmbuild/SOURCES/guacamole-server.dev'
>>> make: *** [all] Error 2
>>
>>
> What looks like happened is that during the process of generating the
> Makefile, something was not substituted correctly resulting in these
> placeholders being passed to GCC rather than the values the placeholders
> should represent.
>
> As to why this happened, I have a couple of questions:
> - Are you using a clean version of the code from either the project
> download page or the git repo, or if it something you've made changes to?
> - If you're using code from a git repo, either yours or the project one,
> what commands did you run before the configure command to bootstrap the
> build?
>
> - Nick
>


Re: Getting error while compiling Suacamole-Server

2018-03-24 Thread Nick Couchman
On Sat, Mar 24, 2018 at 03:28 Amarjeet Singh  wrote:

> Hi Team,
>
>
> Getting the below error :-
>
> What would be the reason as It's running just fine in other machine.
>
>>
>> Making all in src/terminal
>> make[2]: Entering directory
>> `/root/rpmbuild/SOURCES/guacamole-server.dev/src/terminal'
>>   CC   libguac_terminal_la-buffer.lo
>> gcc: error: @PANGO_CFLAGS@: No such file or directory
>> gcc: error: @PANGOCAIRO_CFLAGS@: No such file or directory
>> make[2]: *** [libguac_terminal_la-buffer.lo] Error 1
>> make[2]: Leaving directory
>> `/root/rpmbuild/SOURCES/guacamole-server.dev/src/terminal'
>> make[1]: *** [all-recursive] Error 1
>> make[1]: Leaving directory `/root/rpmbuild/SOURCES/guacamole-server.dev'
>> make: *** [all] Error 2
>
>
What looks like happened is that during the process of generating the
Makefile, something was not substituted correctly resulting in these
placeholders being passed to GCC rather than the values the placeholders
should represent.

As to why this happened, I have a couple of questions:
- Are you using a clean version of the code from either the project
download page or the git repo, or if it something you've made changes to?
- If you're using code from a git repo, either yours or the project one,
what commands did you run before the configure command to bootstrap the
build?

- Nick


Re: Getting error while compiling Suacamole-Server

2018-03-24 Thread Amarjeet Singh
Sorry about the empty mails. something is weird about my keyboard keys.

Below is the status of  * ./configure --with-init-dir=/etc/init.d  command*

>
>  Library status:
>  freerdp . yes
>  pango ... yes
>  libavcodec .. yes
>  libavutil ... yes
>  libssh2 . yes
>  libssl .. yes
>  libswscale .. yes
>  libtelnet ... yes
>  libVNCServer  yes
>  libvorbis ... yes
>  libpulse  yes
>  libwebp . yes
>Protocol support:
>   RDP ... yes
>   SSH ... yes
>   Telnet  yes
>   VNC ... yes
>Services / tools:
>   guacd .. yes
>   guacenc  yes
>Init scripts: /etc/init.d



Regards,
Amarjeet Singh


On Sat, Mar 24, 2018 at 1:06 PM, Amarjeet Singh 
wrote:

> Belwo are the status of
>
>
>
> On Sat, Mar 24, 2018 at 12:58 PM, Amarjeet Singh 
> wrote:
>
>> Hi Team,
>>
>>
>> Getting the below error :-
>>
>> What would be the reason as It's running just fine in other machine.
>>
>>>
>>> Making all in src/terminal
>>> make[2]: Entering directory `/root/rpmbuild/SOURCES/guacam
>>> ole-server.dev/src/terminal'
>>>   CC   libguac_terminal_la-buffer.lo
>>> gcc: error: @PANGO_CFLAGS@: No such file or directory
>>> gcc: error: @PANGOCAIRO_CFLAGS@: No such file or directory
>>> make[2]: *** [libguac_terminal_la-buffer.lo] Error 1
>>> make[2]: Leaving directory `/root/rpmbuild/SOURCES/guacam
>>> ole-server.dev/src/terminal'
>>> make[1]: *** [all-recursive] Error 1
>>> make[1]: Leaving directory `/root/rpmbuild/SOURCES/guacamole-server.dev'
>>> make: *** [all] Error 2
>>
>>
>>
>> Thanks and Regards,
>> Amarjeet Singh
>>
>> On Sat, Mar 24, 2018 at 12:57 PM, Amarjeet Singh 
>> wrote:
>>
>>> hi Team,
>>>
>>>
>>>
>>>
>>
>


Re: Getting error while compiling Suacamole-Server

2018-03-24 Thread Amarjeet Singh
Belwo are the status of



On Sat, Mar 24, 2018 at 12:58 PM, Amarjeet Singh 
wrote:

> Hi Team,
>
>
> Getting the below error :-
>
> What would be the reason as It's running just fine in other machine.
>
>>
>> Making all in src/terminal
>> make[2]: Entering directory `/root/rpmbuild/SOURCES/
>> guacamole-server.dev/src/terminal'
>>   CC   libguac_terminal_la-buffer.lo
>> gcc: error: @PANGO_CFLAGS@: No such file or directory
>> gcc: error: @PANGOCAIRO_CFLAGS@: No such file or directory
>> make[2]: *** [libguac_terminal_la-buffer.lo] Error 1
>> make[2]: Leaving directory `/root/rpmbuild/SOURCES/
>> guacamole-server.dev/src/terminal'
>> make[1]: *** [all-recursive] Error 1
>> make[1]: Leaving directory `/root/rpmbuild/SOURCES/guacamole-server.dev'
>> make: *** [all] Error 2
>
>
>
> Thanks and Regards,
> Amarjeet Singh
>
> On Sat, Mar 24, 2018 at 12:57 PM, Amarjeet Singh 
> wrote:
>
>> hi Team,
>>
>>
>>
>>
>


Re: Getting error while compiling Suacamole-Server

2018-03-24 Thread Amarjeet Singh
Hi Team,


Getting the below error :-

What would be the reason as It's running just fine in other machine.

>
> Making all in src/terminal
> make[2]: Entering directory
> `/root/rpmbuild/SOURCES/guacamole-server.dev/src/terminal'
>   CC   libguac_terminal_la-buffer.lo
> gcc: error: @PANGO_CFLAGS@: No such file or directory
> gcc: error: @PANGOCAIRO_CFLAGS@: No such file or directory
> make[2]: *** [libguac_terminal_la-buffer.lo] Error 1
> make[2]: Leaving directory
> `/root/rpmbuild/SOURCES/guacamole-server.dev/src/terminal'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/root/rpmbuild/SOURCES/guacamole-server.dev'
> make: *** [all] Error 2



Thanks and Regards,
Amarjeet Singh

On Sat, Mar 24, 2018 at 12:57 PM, Amarjeet Singh 
wrote:

> hi Team,
>
>
>
>


Getting error while compiling Suacamole-Server

2018-03-24 Thread Amarjeet Singh
hi Team,