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 <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> Virus-free. www.avast.com <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> On Sun, Mar 25, 2018 at 4:42 AM, Mike Jumper <[email protected]> wrote: > On Sat, Mar 24, 2018 at 12:28 AM, Amarjeet Singh <[email protected]> > 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 > >
