poke-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: build from tarball uses bison


From: Indu Bhagat
Subject: Re: build from tarball uses bison
Date: Tue, 23 Feb 2021 14:02:29 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.1

On 2/23/21 12:08 PM, Bruno Haible wrote:
Indu Bhagat wrote:
I am getting a build error on master branch with the usual configure and
build command that worked earlier.

gcc: error: ../../poke/libpoke/pkl-tab.c: No such file or directory
gcc: fatal error: no input files

Does something in the build/configure step need to change with this commit?

Occasionally you need to run "make distclean", then "../configure; make"
again. Does the error persist after that? If so, can you also show
   - the failing gcc command,
   - all pkl-tab.* files with their time stamps:
     $ ls -l --full-time `find . -name 'pkl-tab*'`

Bruno


Looks like my env PATH got messed up and was not picking the intended bison version.

It works as usual when I fix that problem. Sorry for raising alarm, but atleast I got out of it sooner than later ;-)

Thanks



reply via email to

[Prev in Thread] Current Thread [Next in Thread]