From owner-freebsd-ports@FreeBSD.ORG Sat Feb 12 18:26:46 2005 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 5BDE816A4CE for ; Sat, 12 Feb 2005 18:26:46 +0000 (GMT) Received: from oz.twisted.net (adsl-69-211-34-241.dsl.chcgil.ameritech.net [69.211.34.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CD3C43D4C for ; Sat, 12 Feb 2005 18:26:46 +0000 (GMT) (envelope-from troy@twisted.net) Received: from localhost (localhost [127.0.0.1]) by oz.twisted.net (Postfix) with ESMTP id 9A5EA599BAB; Sat, 12 Feb 2005 12:27:16 -0600 (CST) Received: from oz.twisted.net ([127.0.0.1]) by localhost (oz.twisted.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 25416-07; Sat, 12 Feb 2005 12:27:16 -0600 (CST) Received: by oz.twisted.net (Postfix, from userid 1000) id 5981A599BAF; Sat, 12 Feb 2005 12:27:16 -0600 (CST) Date: Sat, 12 Feb 2005 12:27:16 -0600 From: Troy To: ports@FreeBSD.org Message-ID: <20050212182716.GA30729@twisted.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: by amavisd-new at twisted.net cc: glennpj@charter.net Subject: libofx 0.7.0 port broken X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: troy@twisted.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Feb 2005 18:26:46 -0000 I was just upgrading libofx-0.6.6 to 0.7.0 and ran into the following errors. rm -f .libs/file_preproc.lo c++ -DHAVE_CONFIG_H -I. -I. -I.. -I. -I../inc -I/usr/local/include/OpenSP -DMAKEFILE_DTD_PATH=\"/usr/local/share/libofx/dtd/\" -I/usr/local/include -O -pipe -march=pentiumpro -c file_preproc.cpp -fPIC -DPIC -o .libs/file_preproc.lo In file included from file_preproc.cpp:25: ../inc/libofx.h:210: multiple storage classes in declaration of `LibofxProcStatusCallback' ../inc/libofx.h:267: multiple storage classes in declaration of `LibofxProcAccountCallback' ../inc/libofx.h:323: multiple storage classes in declaration of `LibofxProcSecurityCallback' ../inc/libofx.h:501: multiple storage classes in declaration of `LibofxProcTransactionCallback' ../inc/libofx.h:570: multiple storage classes in declaration of `LibofxProcStatementCallback' gmake[2]: *** [file_preproc.lo] Error 1 gmake[2]: Leaving directory `/usr/ports/finance/libofx/work/libofx-0.7.0/lib' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/finance/libofx/work/libofx-0.7.0' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/ports/finance/libofx.