Nick, I tried taking the fresh code from GIT and got the following error :-
./configure: line 13570: syntax error near unexpected token `AVCODEC,' ./configure: line 13570: ` PKG_CHECK_MODULES(AVCODEC, libavcodec,, have_libavcodec=no);' I tried to resolve this but failed. Regards, Amarjeet Singh On Sat, Mar 24, 2018 at 6:39 PM, Amarjeet Singh <[email protected]> wrote: > 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 <[email protected]> wrote: > >> >> On Sat, Mar 24, 2018 at 03:28 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/guacam >>>> ole-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 >> > >
