Hi, I'm using Ubuntu 24.04 and when I tried to brew install gtkdialog I got this error message:
/usr/bin/make all-recursive
make[1]: Entering directory '/var/tmp/gtkdialog-20260304-64519-w40cad/gtkdialog-0.8.5e'
Making all in src
make[2]: Entering directory '/var/tmp/gtkdialog-20260304-64519-w40cad/gtkdialog-0.8.5e/src'
/bin/bash ../ylwrap gtkdialog_parser.y y.tab.c gtkdialog_parser.c y.tab.h echo gtkdialog_parser.c | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/ -e s/c++$/h++/ -e s/c$/h/ y.output gtkdialog_parser.output -- yacc -d -p $(basename gtkdialog_parser.c parser.c)
../ylwrap: line 174: yacc: command not found
make[2]: *** [Makefile:570: gtkdialog_parser.c] Error 127
make[2]: Leaving directory '/var/tmp/gtkdialog-20260304-64519-w40cad/gtkdialog-0.8.5e/src'
make[1]: *** [Makefile:430: all-recursive] Error 1
make[1]: Leaving directory '/var/tmp/gtkdialog-20260304-64519-w40cad/gtkdialog-0.8.5e'
make: *** [Makefile:369: all] Error 2
I did successfully install decklinksdk and ffmpeg-ma --with-iec61883. Plus I tried to reinstall texinfo, but I'm still getting the same error above. Any help, please, guys?
Hi, I'm using Ubuntu 24.04 and when I tried to brew install gtkdialog I got this error message:
/usr/bin/make all-recursive
make[1]: Entering directory '/var/tmp/gtkdialog-20260304-64519-w40cad/gtkdialog-0.8.5e'
Making all in src
make[2]: Entering directory '/var/tmp/gtkdialog-20260304-64519-w40cad/gtkdialog-0.8.5e/src'
/bin/bash ../ylwrap gtkdialog_parser.y y.tab.c gtkdialog_parser.c y.tab.h
echo gtkdialog_parser.c | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/ -e s/c++$/h++/ -e s/c$/h/y.output gtkdialog_parser.output -- yacc -d -p $(basename gtkdialog_parser.c parser.c)../ylwrap: line 174: yacc: command not found
make[2]: *** [Makefile:570: gtkdialog_parser.c] Error 127
make[2]: Leaving directory '/var/tmp/gtkdialog-20260304-64519-w40cad/gtkdialog-0.8.5e/src'
make[1]: *** [Makefile:430: all-recursive] Error 1
make[1]: Leaving directory '/var/tmp/gtkdialog-20260304-64519-w40cad/gtkdialog-0.8.5e'
make: *** [Makefile:369: all] Error 2
I did successfully install decklinksdk and ffmpeg-ma --with-iec61883. Plus I tried to reinstall texinfo, but I'm still getting the same error above. Any help, please, guys?