Transport Sample Protocol - Tasks: task #4076, Make gtk-based consumer work with...
You are not allowed to post comments on this tracker with your current authentication level.
task #4076: Make gtk-based consumer work with GTK+2
Submitter: | Eric NOULARD <erk> | ||
Submitted: | Fri 29 Apr 2005 08:31:30 PM UTC | ||
Category: | tsp GUI | Should Start On: | Fri 29 Apr 2005 12:00:00 AM UTC |
Should be Finished on: | Fri 29 Apr 2005 12:00:00 AM UTC | Priority: | 5 - Normal |
Status: | None | Privacy: | Public |
Percent Complete: | 0% | Assigned to: | None |
Open/Closed: | Open | Effort: | 0.00 |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
CC list is empty
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
No changes have been made to this item
We should make the gtk-based consumer work with
gtk2 (instead of 1.2) most notably
to use 'pkg-config' instead of 'gtk-config', 'xml2-config' etc...
see:
http://mail.gnome.org/archives/gtk-list/2003-October/msg00319.html
pkg-config --cflags gtk+-2.0
and
pkg-config --libs gtk+-2.0
pkg-config replaces all the old "*-config" scripts with a consistent and
sane script that finds them all. Be aware that you should install gtk2
from rpms. If you don't then pkg-config won't find the flags unless you
explicitly point it at the place where gtk2 installed it's .pc file.