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: Bruno Haible
Subject: Re: build from tarball uses bison
Date: Tue, 23 Feb 2021 21:08:21 +0100
User-agent: KMail/5.1.3 (Linux/4.4.0-201-generic; KDE/5.18.0; x86_64; ; )

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




reply via email to

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