From mboxrd@z Thu Jan 1 00:00:00 1970 From: bunkertor Subject: Re: xen-unstable Date: Wed, 07 Mar 2012 02:50:02 +0100 Message-ID: <4F56BECA.4080505@tiscali.it> References: <4F568414.4040509@tiscali.it> <1331072973105-5542514.post@n5.nabble.com> <4F56A5BB.2070000@tiscali.it> <0866d8fc713d3855f0d5953fc6cb236a@192.168.1.11> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <0866d8fc713d3855f0d5953fc6cb236a@192.168.1.11> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org Il 07/03/2012 1.33, Michael A. Collins ha scritto: > On 06.03.2012 19:03, bunkertor wrote: >> Il 06/03/2012 23.29, Fantu ha scritto: >>> Redo the download of repository and problem will be solved. >>> >>> -- >>> View this message in context: >>> http://xen.1045712.n5.nabble.com/xen-unstable-tp5542356p5542514.html >>> Sent from the Xen - Dev mailing list archive at Nabble.com. >>> >>> _______________________________________________ >>> Xen-devel mailing list >>> Xen-devel@lists.xen.org >>> http://lists.xen.org/xen-devel >>> >> nothing happens, make process stops with same error. >> >> =========================================== >> [root@xen-02 xen-unstable]# hg branches -a >> default 24967:33659563f589 >> [root@xen-02 xen-unstable]# hg status --delete >> ! tools/libxl/libxlu_cfg_l.c >> ! tools/libxl/libxlu_cfg_l.h >> ! tools/libxl/libxlu_cfg_y.c >> ! tools/libxl/libxlu_cfg_y.h >> [root@xen-02 xen-unstable]# >> =========================================== >> >> =( >> >> thanks for help. >> >> _______________________________________________ >> Xen-devel mailing list >> Xen-devel@lists.xen.org >> http://lists.xen.org/xen-devel > You need to configure the path to BISON and FLEX in /config/Tools.mk > > Add lines BISON_PATH and FLEX_PATH and set them to where your BISON > and FLEX binaries are, then add bison and flex to the BISON and FLEX > variables. Rerun make tools and it'll finish. > Mike > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xen.org > http://lists.xen.org/xen-devel > that was the fix. thanks all so much for help.