From owner-freebsd-ports@FreeBSD.ORG Tue Aug 3 04:18:43 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B77AD16A4CE for ; Tue, 3 Aug 2004 04:18:43 +0000 (GMT) Received: from tpa6.isomedia.com (mailout.isomedia.com [207.115.64.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8096A43D2D for ; Tue, 3 Aug 2004 04:18:43 +0000 (GMT) (envelope-from chip@wiegand.org) Received: from tpa6.isomedia.com (localhost.localdomain [127.0.0.1]) by tpa6.isomedia.com (Postfix) with ESMTP id 338201C8B76; Mon, 2 Aug 2004 21:18:43 -0700 (PDT) Received: from tpa6.isomedia.com ([127.0.0.1])port 10024) with ESMTP id 10064-05; Mon, 2 Aug 2004 21:18:42 -0700 (PDT) Received: from linhost01.isomedia.com (linhost01.isomedia.com [207.115.64.63]) by tpa6.isomedia.com (Postfix) with ESMTP id A9B741C857A; Mon, 2 Aug 2004 21:18:42 -0700 (PDT) Received: from 192.168.0.7 (pia152-128.pioneernet.net [66.114.152.128]) (authenticated bits=0)i734IeLF029257; Mon, 2 Aug 2004 21:18:41 -0700 From: chip To: atamaniuk-ports@frobs.net Date: Mon, 2 Aug 2004 21:24:20 -0700 User-Agent: KMail/1.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200408022124.20200.chip@wiegand.org> X-Virus-Scanned: by amavisd-new at isomedia.com X-Spam-Status: No, hits=0.0 tagged_above=-999.0 required=999.0 tests= X-Spam-Level: X-MailScanner-SpamCheck: LEVEL= cc: ports@FreeBSD.org Subject: FreeBSD Port: lilypond-2.2.2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2004 04:18:43 -0000 I am trying to install the port for lilypond but it fails with the following copied from the end of the installation - Hoping to see it fixed, Chip Wiegand -Wconversion -o out/identifier-smob.o identifier-smob.cc identifier-smob.cc: In function `int print_box(scm_unused_struct*, scm_unused_struct*, scm_print_state*)': identifier-smob.cc:20: warning: unused parameter `scm_print_state*pstate' rm -f ./out/includable-lexer.dep; DEPENDENCIES_OUTPUT="./out/ includable-lexer.de p ./out/includable-lexer.o" c++ -c -O -pipe -mcpu=pentiumpro -D__GNU_LIBRARY__ - I/usr/ports/print/lilypond/work/lilypond-2.0.1/lily/out -DHAVE_CONFIG_H -DSTRI NG_UTILS_INLINED -Iinclude -I./out -I../flower/include -I../flower/./out -I../fl ower/include -O -pipe -mcpu=pentiumpro -D__GNU_LIBRARY__ -I/usr/ports/ print/lily pond/work/lilypond-2.0.1/lily/out -O2 -finline-functions -g -I/usr/ ports/print/l ilypond/work/lilypond-2.0.1/lily/out -I/usr/local/include -I/usr/local/ include/ python2.3 -I/usr/local/include -O -pipe -mcpu=pentiumpro -D__GNU_LIBRARY__ - I/usr/ports/print/lilypond/work/lilypond-2.0.1/lily/out -O2 -finline-functions - g -I/usr/ports/print/lilypond/work/lilypond-2.0.1/lily/out -I/usr/ local/include -I/usr/local/include/python2.3 -I/usr/local/include -Wall -W -Wmissing-prototy pes -Wconversion -o out/includable-lexer.o includable-lexer.cc In file included from includable-lexer.cc:12: include/includable-lexer.hh:28: error: base class `yyFlexLexer' has incomplete type includable-lexer.cc: In member function `void Includable_lexer::new_input(String, Sources*)': includable-lexer.cc:50: error: `LexerError' undeclared (first use this function) includable-lexer.cc:50: error: (Each undeclared identifier is reported only once for each function it appears in.) includable-lexer.cc:68: error: `yy_buffer_stack' undeclared (first use this function) includable-lexer.cc:68: error: `yy_buffer_stack_top' undeclared (first use this function) includable-lexer.cc:83: error: `yy_create_buffer' undeclared (first use this function) includable-lexer.cc:83: error: `yy_switch_to_buffer' undeclared (first use this function) includable-lexer.cc: In member function `void Includable_lexer::new_input(String, String, Sources*)': includable-lexer.cc:104: error: `yy_create_buffer' undeclared (first use this function) includable-lexer.cc:104: error: `yy_switch_to_buffer' undeclared (first use this function) includable-lexer.cc: In member function `bool Includable_lexer::close_input()': includable-lexer.cc:116: error: `yy_delete_buffer' undeclared (first use this function) includable-lexer.cc:129: error: `yy_switch_to_buffer' undeclared (first use this function) gmake[1]: *** [out/includable-lexer.o] Error 1 gmake[1]: Leaving directory `/usr/ports/print/lilypond/work/ lilypond-2.0.1/lily' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/print/lilypond. chip3#