Opened 17 years ago

Closed 16 years ago

Last modified 15 years ago

#12235 closed defect (invalid)

BUG: libgnomeui looks for incorrect version of Gtk+

Reported by: tyler@… Owned by: rhwood@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port:

Description

The libgnomeui really isn't broken! It's trying to link against the absolutely wrong version of Gtk+ which will cause the end build to barf and bring you pain, the error is something to the effect of "can't find libgtksomething.1.so in /some/dir/gtk-2.0/2.4.0" which is a simple fix, since you have already installed (from MacPorts) Gtk+ 2.10.0

  • cd $MP_PREFIX/lib/gtk-2.0/
  • sudo ln -s 2.10.0 2.4.0
  • sudo port install libgnomeui

Change History (5)

comment:1 Changed 17 years ago by nox@…

Milestone: Port Bugs
Priority: ExpectedNormal
Summary: libgnomeui looks for incorrect version of Gtk+BUG: libgnomeui looks for incorrect version of Gtk+
Version: 1.4.40

comment:2 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: tyler@… rhwood@… added
Owner: changed from macports-dev@… to rhwood@…

comment:3 Changed 16 years ago by jmroot (Joshua Root)

Cc: tyler@… rhwood@… removed

Is there still a problem with the current version?

comment:4 Changed 16 years ago by rhwood@…

Resolution: invalid
Status: newclosed

OBE

comment:5 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.