[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: devel branch build failure
From: |
Raphaël Droz |
Subject: |
Re: devel branch build failure |
Date: |
Wed, 12 Dec 2012 18:53:02 +0100 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Wed, Dec 12, 2012 at 09:40:29AM -0500, Chet Ramey wrote:
> On 12/12/12 8:56 AM, Raphaël Droz wrote:
> > Hi,
> >
> > using the devel/ branch, linking fails with:
> >> bashline.o: In function `attempt_shell_completion':
> >> bashline.c:1406: undefined reference to `parser_in_command_position'
> >> collect2: ld returned 1 exit status
>
> I see what happened. git (or the process used to create the devel tree)
> makes the mod time of all files in the tree the same, so y.tab.c doesn't
> get rebuilt from parse.y. You can fix this with
>
> rm y.tab.?
> make
thanks !