← Back to team overview

registry team mailing list archive

[Bug 695790] Re: HomeBank 4.3 doesn't compile on Fedora 15

 

I had to remove -DGTK_DISABLE_DEPRECATED on the configure files, can you
please update the sources and avoid to use DEPRECATED functions?

Can you please try to build the sources against a newer GTK2 version?

Cheers,

--- configure.ac.original	2010-12-31 00:52:27.654282449 -0200
+++ configure.ac	2010-12-31 00:53:18.635259725 -0200
@@ -33,7 +33,7 @@
 
 
 # Usual c & gtk cflags
-CFLAGS="${CFLAGS} -Wall -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED"
+CFLAGS="${CFLAGS} -Wall -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED"
 
 
 # Check for libofx



--- configure.original	2010-12-31 00:52:18.532928659 -0200
+++ configure	2010-12-31 00:52:55.432359838 -0200
@@ -4537,7 +4537,7 @@
 
 
 # Usual c & gtk cflags
-CFLAGS="${CFLAGS} -Wall -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED"
+CFLAGS="${CFLAGS} -Wall -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED"
 
 
 # Check for libofx

** Bug watch added: Red Hat Bugzilla #661023
   https://bugzilla.redhat.com/show_bug.cgi?id=661023

** Also affects: fedora via
   https://bugzilla.redhat.com/show_bug.cgi?id=661023
   Importance: Unknown
       Status: Unknown

-- 
You received this bug notification because you are a member of Registry
Administrators, which is the registrant for Fedora.
https://bugs.launchpad.net/bugs/695790

Title:
  HomeBank 4.3 doesn't compile on Fedora 15