From owner-freebsd-gnome@FreeBSD.ORG Mon Aug 2 23:58:50 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A158016A4CE for ; Mon, 2 Aug 2004 23:58:50 +0000 (GMT) Received: from mail.mcneil.com (rrcs-west-24-199-45-54.biz.rr.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7564A43D1F for ; Mon, 2 Aug 2004 23:58:50 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id E7B61FD04F for ; Mon, 2 Aug 2004 16:58:49 -0700 (PDT) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (server.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 52807-09 for ; Mon, 2 Aug 2004 16:58:49 -0700 (PDT) Received: from [24.199.45.54] (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id 49E08FD02D for ; Mon, 2 Aug 2004 16:58:49 -0700 (PDT) From: Sean McNeil To: freebsd-gnome@freebsd.org Content-Type: multipart/mixed; boundary="=-AeLJ1KD7lkNw4p/SxeLQ" Message-Id: <1091491129.61503.5.camel@server.mcneil.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Mon, 02 Aug 2004 16:58:49 -0700 X-Virus-Scanned: by amavisd-new at mcneil.com X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: palm/gnomepilot2 patches for gcc 3.4.2 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 23:58:50 -0000 --=-AeLJ1KD7lkNw4p/SxeLQ Content-Type: text/plain Content-Transfer-Encoding: 7bit I've taken the time to create patches to palm/gnomepilot2 so it will compile on -CURRENT. Hope others find it useful. gcc 3.4.2 gives errors for labels at the end of a block, so all the routines that had: error: } had to be modified to error: return; } Cheers, Sean --=-AeLJ1KD7lkNw4p/SxeLQ--