proto3-lexer3.c : No such file or directory

730 Views Asked by At

I was trying to build noise-c project using description below.
https://rweather.github.io/noise-c/index.html

And I got the error with a message like below:

gcc: error: proto3-lexer.c: No such file or directory
gcc: fatal error: no input files

I installed bison & flex using the commands below:

$ sudo apt install bison    
$ sudo apt install flex

Would you please give me idea what I'm missing or I didn't do correct way?

1

There are 1 best solutions below

0
On

I'm solve this problem for me: after installation bison & flex I'm reconfigure project

autoreconf -i
./configure
make