Fw: i3 window manager 4.3 Build error on FreeBSD

Rod Person rodperson at rodperson.com
Sun Oct 21 18:22:58 UTC 2012


Sorry, I thought the list was included by the responder


Begin forwarded message:

Date: Fri, 19 Oct 2012 23:05:01 +0200
From: "Herbert J. Skuhra" <hskuhra at eumx.net>
To: Rod Person <rodperson at rodperson.com>
Cc: dhn at FreeBSD.org
Subject: Re: i3 window manager 4.3 Build error on FreeBSD


On Thu, 18 Oct 2012 19:24:43 -0400
Rod Person <rodperson at rodperson.com> wrote:

> Hello,
> 
> I'm trying to build the latest version of i3 on FreeBSD since the port
> has not been updated yet, and I get the following error when building.
> 
> [i3] YACC src/cfgparse.y
> [i3] CC src/cfgparse.tab.c
> [i3] LEX src/cfgparse.l
> flex: can't open src/cfgparse.yy.c
> gmake: *** [src/cfgparse.yy.c] Error 1

The commands that fail are:

flex -i -o src/cfgparse.yy.c ../i3-4.3/src/cfgparse.l
flex -i -o i3-config-wizard/cfgparse.yy.c i3-config-wizard/cfgparse.l

The below commands work:

flex -i -osrc/cfgparse.yy.c ../i3-4.3/src/cfgparse.l
flex -i -oi3-config-wizard/cfgparse.yy.c i3-config-wizard/cfgparse.l

So making the port to build is very simple.
You can try my patch: http://oslo.ath.cx/i3-wm_4_3.diff

I've cc'ed the port maintainer.

Regards,
Herbert


More information about the freebsd-questions mailing list