From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16344 invoked by alias); 2 Oct 2006 15:16:58 -0000 Received: (qmail 16335 invoked by uid 22791); 2 Oct 2006 15:16:58 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 02 Oct 2006 15:16:51 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k92FGlRx030528; Mon, 2 Oct 2006 11:16:47 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k92FGlYs026699; Mon, 2 Oct 2006 11:16:47 -0400 Received: from [127.0.0.1] (sebastian-int.corp.redhat.com [172.16.52.221]) by pobox.corp.redhat.com (8.13.1/8.12.8) with ESMTP id k92FGj3h017634; Mon, 2 Oct 2006 11:16:46 -0400 Message-ID: <45212D5B.5050805@redhat.com> Date: Mon, 02 Oct 2006 15:16:00 -0000 From: Keith Seitz User-Agent: Thunderbird 1.5.0.7 (X11/20060909) MIME-Version: 1.0 To: Ray Duran CC: insight@sourceware.org Subject: Re: Cannot Build Insight Tool- New Issue References: <3CE39F664D1EE14293F6923CD00E42C705DDFF58@montremsg32.na.future.ca> In-Reply-To: <3CE39F664D1EE14293F6923CD00E42C705DDFF58@montremsg32.na.future.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2006-q4/txt/msg00002.txt.bz2 Ray Duran wrote: > Any thoughts? Occasionally. :-) Do you have yacc installed? The missing functions are all defined by *-exp.y when the corresponding .c file is generated by yacc. They are all defined by "#define yyparse SOMETHING_parse" in the .y files. Keith