Changes between Initial Version and Version 2 of Ticket #12367
- Timestamp:
- Oct 30, 2008, 6:47:36 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12367
-
Property
Summary
changed from
rb-gnome does not compile gtk2 support
toBUG: rb-gnome does not compile gtk2 support
-
Property
Priority
changed from
Blocker
toNormal
-
Property
Version
changed from
1.5.0
to -
Property
Milestone
changed from
MacPorts 1.5
toPort Bugs
- Property Port rb-gnome added
-
Property
Summary
changed from
-
Ticket #12367 – Description
initial v2 1 1 rb-gnome seems to compile normal, but misses the most import binding (gtk2.rb), in verbose mode the following output is generated: 2 2 {{{ 3 3 cc -dynamic -bundle -undefined suppress -flat_namespace -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -L/usr/X11R6/lib -L/opt/local/lib -L/u 4 4 sr/X11R6/lib -L"/opt/local/lib" -o gtk2.bundle global.o init.o rbgdk.o rbgdkatom.o rbgdkcairo.o rbgdkcolor.o rbgdkcolormap.o rbgdkconst.o rbgdk … … 42 42 make[2]: *** [gtk2.bundle] Error 1 43 43 make[1]: *** [all] Error 2 44 }}}