ports/50907: libofx 0.6.4 fails to compile

Gordon Burditt gordon at hammy.lonestar.org
Sun Apr 13 18:00:36 UTC 2003


>Number:         50907
>Category:       ports
>Synopsis:       libofx 0.6.4 fails to compile
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 13 11:00:33 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Gordon Burditt
>Release:        FreeBSD 4.7-RELEASE i386
>Organization:
>Environment:
System: FreeBSD hammy.lonestar.org 4.7-RELEASE FreeBSD 4.7-RELEASE #1: Wed Feb 19 01:29:17 CST 2003 gordon at hammy.lonestar.org:/scratch5/i386-obj/usr/src/sys/HAMMY i386


	
	FreeBSD 4.7-RELEASE, gcc 2.95.4
>Description:
	
	libofx 0.6.4 fails to compile with a complaint about
	implicit definition of localeconv() and use of a non-pointer
	(the return value of localeconv()) to the left of -> 
	in ofx_utilities.cpp.
>How-To-Repeat:
	
	cd /usr/ports/finance/libofx; make
>Fix:

	
	Apply the following patch:

*** lib/ofx_utilities.old	Sun Apr 13 12:39:29 2003
--- lib/ofx_utilities.cpp	Sun Apr 13 12:11:04 2003
***************
*** 16,21 ****
--- 16,22 ----
   *                                                                         *
   ***************************************************************************/
  #include <config.h>
+ #include <locale.h>
  #include <iostream>
  #include "ParserEventGeneratorKit.h"
  #include "SGMLApplication.h"


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list