Open raultron opened 8 years ago
I apologize, I missed this issue. Did you get it resolved?
I have pushed a clean version so everything should build correctly.
I am also facing the same problem. The outpput is : ada-lex.c missing and flex not available. make[2]: [ada-lex.c] Error 1 make[2]: Leaving directory `/lhome/luqman/Downloads/gdb-7.7.1-master/gdb' make[1]: [all-gdb] Error 2 make[1]: Leaving directory `/lhome/luqman/Downloads/gdb-7.7.1-master' make: *** [all] Error 2
In Ubuntu 16.04 with ROS Kinect installed, I met the same problem. the output is as follows. ada-lex.c missing and flex not available. Makefile:1745: recipe for target 'ada-lex.c' failed make[2]: [ada-lex.c] Error 1 make[2]: Leaving directory '/mnt/hgfs/share/gdb-7.7.1-master/gdb' Makefile:8611: recipe for target 'all-gdb' failed make[1]: [all-gdb] Error 2 make[1]: Leaving directory '/mnt/hgfs/share/gdb-7.7.1-master' Makefile:832: recipe for target 'all' failed make: *** [all] Error 2
It looks like you are missing the dependency flex try the command below.
sudo apt-get update
sudo apt-get install flex
In Ubuntu 14.04 with ROS Indigo installed:
Compilation failed with the following output. Any ideas?.