How to fix missing missing yeccpre.hrl error
January 2023
If you see missing yeccpre.hrl
error like the following:
/usr/lib/erlang/lib/parsetools-2.3.2/include/yeccpre.hrl: no such file or directory
You simply need to install erlang-dev
package. On Ubuntu Linux, you can do the following:
sudo apt-get install erlang-dev