BUG: libgnomeui looks for incorrect version of Gtk+
Reported by: |
tyler@… |
Owned by: |
rhwood@… |
Priority:
|
Normal
|
Milestone:
|
|
Component:
|
ports
|
Version:
|
|
Keywords:
|
|
Cc:
|
|
Port:
|
|
|
|
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)
Milestone: |
→ Port Bugs
|
Priority: |
Expected →
Normal
|
Summary: |
libgnomeui looks for incorrect version of Gtk+ →
BUG: libgnomeui looks for incorrect version of Gtk+
|
Version: |
1.4.40
|
Cc: |
tyler@… rhwood@… added
|
Owner: |
changed from macports-dev@… to rhwood@…
|
Cc: |
tyler@… rhwood@… removed
|
Resolution: |
→ invalid
|
Status: |
new →
closed
|
Is there still a problem with the current version?