From owner-freebsd-questions@FreeBSD.ORG Sat Apr 4 12:01:02 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3561110656CC for ; Sat, 4 Apr 2009 12:01:02 +0000 (UTC) (envelope-from SRS0=DqTOhiF2=AC=asarian-host.net=admin@asarian-host.net) Received: from mail.asarian-host.net (mail.asarian-host.net [194.109.160.70]) by mx1.freebsd.org (Postfix) with ESMTP id 8FA288FC0C for ; Sat, 4 Apr 2009 12:01:01 +0000 (UTC) (envelope-from SRS0=DqTOhiF2=AC=asarian-host.net=admin@asarian-host.net) Received: from queuerun.asarian-host.net (localhost [127.0.0.1]) (authenticated bits=0) by mail.asarian-host.net (8.14.3/8.14.3) with ESMTP id n34C10Vc054588 for ; Sat, 4 Apr 2009 14:01:00 +0200 (CEST) (envelope-from admin@asarian-host.net) DomainKey-Signature: q=dns; a=rsa-sha1; h=from:received-spf:message-id:date:x-authenticated-sender:subject:x-trace:organization:to:references:in-reply-to:mime-version:content-type:content-transfer-encoding; q=dns; c=nofws; s=anon; d=asarian-host.net; b=JDsVweusA7e+L6L6Gm/L0hQvkiWq/ioANO7NLMwUz+HDUaHJaYVPKn5qwhe0vcUpH0+PGkmBoxFWpU6uo7SOgYO4ay5r0FWpn+/Ymt6wuy9hKbYegc1Ro/6WFjp/APa03UNQjzAJx6lnWMHAN/6ITdc8GhrHBwepbkLtibZQk4w= From: Mark Received-SPF: pass (asarian-host.net: 127.0.0.1 is authenticated by a trusted mechanism) receiver=anonymizer.asarian-host.net; client-ip=127.0.0.1; envelope-from=; helo=clientrunner.asarian-host.net; Message-Id: <200904041142.n34BgF1p054328@asarian-host.net> Date: Sat, 04 Apr 2009 11:42:15 GMT X-Authenticated-Sender: admin@asarian-host.net X-Trace: odCP5TXVG/ffKNlss9q0/GW4sYGFD2Kvsjia8Pnn25vqCnjndKu/8T/drES6f5tP X-Complaints-To: abuse@asarian-host.net X-Abuse-Info: Please be sure to forward a copy of ALL headers, otherwise we are unable to process your complaint X-Virus-Checked: Checked by ClamAV on asarian-host.net Organization: Asarian-host To: References: <200904021226.n32CQm8n029318@asarian-host.net> In-reply-to: <200904021226.n32CQm8n029318@asarian-host.net> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Content-language: nl Subject: RE: How to 'unbreak' re2c port? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Apr 2009 12:01:07 -0000 Anyone? Anyone? Bueller? Bueller? -----Original Message----- From: Mark [mailto:admin@asarian-host.net] Sent: donderdag 2 april 2009 14:27 To: freebsd-questions@freebsd.org Subject: How to 'unbreak' re2c port? Okay, I just upgraded to gcc44 in order to fix what I thought was a compilation issue with re2c plus a gcc 2.95 compiler. However, gcc44 *still* trips over it! Same deal (see below). So, has ANYONE been able to compile this port at all? Thanks. - Mark ==> Building for re2c-0.13.5 make all-am source='code.cc' object='code.o' libtool=no DEPDIR=.deps depmode=gcc /bin/sh .../depcomp c++ -DHAVE_CONFIG_H -I. -O -pipe -c -o code.o code.cc In file included from globals.h:9, from code.cc:11: stream_lc.h:18: syntax error before `<' stream_lc.h:29: syntax error before `;' stream_lc.h:31: syntax error before `<' stream_lc.h:42: destructors must be member functions stream_lc.h:42: virtual outside class declaration stream_lc.h: In function `void basic_null_stream()': stream_lc.h:42: confused by earlier errors, bailing out cpp0: output pipe has been closed *** Error code 1 Stop in /usr/ports/devel/re2c/work/re2c-0.13.5. *** Error code 1 Stop in /usr/ports/devel/re2c/work/re2c-0.13.5. *** Error code 1 Stop in /usr/ports/devel/re2c. _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"