Ticket #28041 (closed defect: fixed)
gtk-chtheme post-libpng-revbump: lvalue required as left operand of assignment
| Reported by: | allbery.b@… | Owned by: | alexandernx@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.9.2 |
| Keywords: | Cc: | alexander.zimmermann@…, mayace.cysque@… | |
| Port: | gtk-chtheme |
Description
(looks like an undefined Gtk macro, actually)
Logfile attached; the key part appears to be
cc -Wall -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pango-1.0 -I/opt/local/include/gio-unix-2.0/ -I/opt/local/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng14 -DGTK_DISABLE_BROKEN -DGTK_DISABLE_DEPRECATED -DPROJNAME='"Gtk+ 2.0 Change Theme"' -DVERSION='"0.3.1"' -c -o util.o util.c util.c: In function 'unfocussable': util.c:22: warning: implicit declaration of function 'GTK_OBJECT_FLAGS' util.c:22: error: lvalue required as left operand of assignment make: *** [util.o] Error 1
Attachments
Change History
comment:1 Changed 2 years ago by ryandesign@…
- Owner changed from macports-tickets@… to alexandernx@…
comment:4 Changed 2 years ago by joerg@…
In util.c line 22 change
GTK_WIDGET_UNSET_FLAGS(w, GTK_CAN_FOCUS);
to
gtk_widget_set_can_focus(w, FALSE);
Note: See
TracTickets for help on using
tickets.


log from build