From owner-freebsd-ports@FreeBSD.ORG Sat Feb 12 20:46:02 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 0F85516A4CE for ; Sat, 12 Feb 2005 20:46:02 +0000 (GMT) Received: from asterix.webct.com (asterix.webct.com [209.87.17.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id B81BC43D41 for ; Sat, 12 Feb 2005 20:46:01 +0000 (GMT) (envelope-from alex@varju.ca) Received: from [127.0.0.1] ([10.1.0.30] unverified) by asterix.webct.com with Microsoft SMTPSVC(5.0.2195.6713); Sat, 12 Feb 2005 12:46:37 -0800 Message-ID: <420E6AF8.7020501@varju.ca> Date: Sat, 12 Feb 2005 12:45:44 -0800 From: Alex Varju User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: troy@twisted.net References: <20050212182716.GA30729@twisted.net> In-Reply-To: <20050212182716.GA30729@twisted.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 12 Feb 2005 20:46:37.0102 (UTC) FILETIME=[F20804E0:01C51143] cc: ports@freebsd.org cc: glennpj@charter.net Subject: Re: libofx 0.7.0 port broken 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: Sat, 12 Feb 2005 20:46:02 -0000 I submitted the update for this, so I feel a bit guilty... There was a patch that I removed during the update from 0.6.6, because it didn't apply cleanly, and didn't seem to be necessary any more. The patch was original added to deal with some GCC issues, so I wonder if it still has trouble with some versions of GCC. What version do you have? For what it's worth, it builds fine on my amd64 running 5.3 Stable from a few weeks ago, and appears to build fine on my i386 running 5.3 Release, as well. Alex. Troy wrote: > 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. > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"