On Sep 27, 2007, at 8:08 PM, nodje wrote:


Weird, it doesn't seems to work for me.
I executed this line:

sudo sed -i .bak '/GTK_DISABLE_DEPRECATED/d'
/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_www_f irefox-x11/work/mozilla/configure


Did you do the first two steps? From your other comments, it sounds like you didn't have the port installed, so the first to port commands below should change that. If that's not the problem, perhaps you've installed ports in a non-default location?

      # First, clean out the old build.  Next, we do everything
      # up to, but not including, the configure stage:
      $ sudo port clean goffice
      $ sudo port patch goffice

      # It seems that GtkTooltips is deprecated, but many
      # files in goffice use it.  So, we'll re-enable the
      # deprecated GTK features in the build by removing a
      # line in the configure script:

      $ sudo sed -i .bak /GTK_DISABLE_DEPRECATED/d \
/opt/local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_g office/work/goffice-0.3.8/configure

      # Now, we pick up with the configure, build and install of
      # goffice:

      $ sudo port install goffice


which as understand is exactly what they've done for goffice.

but I still get the error. I must admit I don't really understand what's going on here, but I can't execute that on the gnucash port itself since at this stage of the build process the ...gnucash.../work/.../ configure doesn't
exist yet.

thanks for the help

-- Peter McLain
[EMAIL PROTECTED]



_______________________________________________
macports-users mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo/macports-users

Reply via email to