From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Sun, 15 Nov 2009 17:18:00 +0100 Subject: [Buildroot] [PATCH 4/8] flex: add flex-host package (required by webkit) In-Reply-To: <1258299584.24296.91.camel@coalu.atr> (Lionel Landwerlin's message of "Sun\, 15 Nov 2009 16\:39\:44 +0100") References: <1258279977-1482-1-git-send-email-llandwerlin@gmail.com> <1258279977-1482-5-git-send-email-llandwerlin@gmail.com> <20091115152653.29810036@surf> <1258299584.24296.91.camel@coalu.atr> Message-ID: <87ws1ryd6v.fsf@macbook.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> "Lionel" == Lionel Landwerlin writes: Hi, >> BTW, why do we need to build flex for the host ? flex is part of the >> few tools that we consider to be a dependency of Buildroot. Lionel> It's required to build webkit. I didn't notice the problem until I built Lionel> it on a host system where it wasn't installed. Didn't the dependencies.sh check error out? sudo mv /usr/bin/flex{,-backup} make flex installed: FALSE You must install 'flex' on your build machine make: *** [dependencies] Error 1 -- Bye, Peter Korsgaard